.navbar
{
}

.mainDiv
{
  width:221px;
}

.topItem
{
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("../images/menu/arrow-up-title.png") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  border: none;
  width: 221px;
  height: 39px;
  color: #AD916A;
  cursor: url(../cur/select.cur), auto;
  text-indent:20px;
  line-height: 3.0;
  /* unselectable */
  /* Gecko-based, Mozilla */
  -moz-user-select:none;
  /* Safari */
  -khtml-user-select:none;
}

.topItemOver
{
  text-indent:20px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("../images/menu/arrow-up-title.png") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 39px;
  width: 221px;
  color: #C9BCAB;
  cursor: url(../cur/select.cur), auto;
  line-height: 3.0;
  /* unselectable */
  /* Gecko-based, Mozilla */
  -moz-user-select:none;
  /* Safari */
  -khtml-user-select:none;
}

.topItemClose
{
  text-indent:20px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("../images/menu/arrow-down-title.png") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 39px;
  width: 221px;
  color: #AD916A;
  cursor: url(../cur/select.cur), auto;
  line-height: 3.0;
  /* unselectable */
  /* Gecko-based, Mozilla */
  -moz-user-select:none;
  /* Safari */
  -khtml-user-select:none;
}

.topItemCloseOver
{
  text-indent:20px;
  font: bold 12px tahoma,verdana,sans-serif;
  letter-spacing: 0;
  background: url("../images/menu/arrow-down-title.png") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 39px;
  width: 221px;
  color: #C9BCAB;
  cursor: url(../cur/select.cur), auto;
  line-height: 3.0;
  /* unselectable */
  /* Gecko-based, Mozilla */
  -moz-user-select:none;
  /* Safari */
  -khtml-user-select:none;
}

.dropMenu
{
  cursor: url(../cur/select.cur), auto;
  font: bold 11px tahoma,verdana,sans-serif;
  background: url("../images/menu/bg_1.png");
  border-width: 0 1px 1px 1px;
  padding-top:5px;
  padding-bottom:5px;
}

.subMenu
{
  cursor: url(../cur/select.cur), auto;
  display:block;
}

.subItem
{
  margin-left:10px;
  margin-top:2px;
  height:18px;
  cursor: url(../cur/select.cur), auto;
  font: 11px tahoma,verdana,sans-serif;
  text-decoration:none;
  color: #AD916A;
}

.subItem a
{
  margin-left:23px;
  cursor: url(../cur/select.cur), auto;
  font: 11px tahoma,verdana,sans-serif;	 	
  text-decoration:none;
  color: #AD916A;
}

.subItemOver
{
  margin-left:10px;
  margin-top:2px;
  cursor: url(../cur/select.cur), auto;
  font: 11px tahoma,verdana,sans-serif;	  
  height:18px;
  color: #C9BCAB;
}

.subItemOver  a
{
  margin-left:23px;
  cursor: url(../cur/select.cur), auto;
  font: 11px tahoma,verdana,sans-serif;	
  color: #C9BCAB;
  text-decoration:underline;
}


.subItemSpacer
{
  cursor: url(../cur/select.cur), auto;
  height:5px;
}

.subItemEnd
{
  height:18px;
  cursor: url(../cur/select.cur), auto;
  font: 11px tahoma,verdana,sans-serif;	
  text-decoration:none;
  color: #AD916A;
  background: url("../images/menu/bg_2.png");
}

.drop
{
  cursor: url(../cur/select.cur), auto;
  border-left:1px solid black;
  border-right:1px solid black;	
}