.navbar
{
}  

.mainDiv
{
  width:185px;
}

.topItem
{
	letter-spacing: 0;
	background: url("images/arrow-up-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 185px;
	height: 25px;
	color: #333333;
	cursor:pointer;
	text-indent:10px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.topItemOver
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("images/arrow-up-title-on.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #809b37;
	cursor:pointer;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.topItemClose
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("images/arrow-down-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #809b37;
	cursor:pointer;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


.topItemCloseOver
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("images/arrow-down-title-on.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #809b37;
	cursor:pointer;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}



.dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #BAD376;
  color: #000;
  border: 1px solid #FFFFFF;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
}

.subMenu
{
   display:block;
}

.subItem
{
	margin-left:10px;
	margin-top:2px;
	height:18px;
	text-decoration:none;
	color: #990000;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;   
}

.subItem a
{
	margin-left:23px;
	text-decoration:none;
	color: #990000;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
}

.subItemOver
{
	margin-left:10px;
	margin-top:2px;
	height:18px;
	color: #666666;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
}

.subItemOver  a
{
	margin-left:23px;
	cursor:pointer;
	color: #666666;
	text-decoration:underline;
	cursor:pointer;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

.singleItem
{
	letter-spacing: 0;
	background: url("images/arrow-up-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 185px;
	height: 25px;
	color: #333333;
	cursor:pointer;
	text-indent:10px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.singleItemOver
{
	text-indent:10px;
	letter-spacing: 0;
	background: url("images/arrow-up-title-on.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	height: 25px;
	width: 185px;
	color: #809b37;
	cursor:pointer;
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
