.navbar
{
}  

.mainDiv
{
  width:130px;
}

.topItem
{
	font: 12px arial;
	letter-spacing: 0;
	background-position:left bottom;
	border: none;
	width: 130px;
	height: 25px;
	color: #91ce55;
	cursor:pointer;
	background-image: url(../images/link_open_up.gif);
	background-repeat: no-repeat;
}

.topItemOver
{
	font: 12px arial;
	letter-spacing: 0;
	height: 25px;
	width: 130px;
	color: #CCCCCC;
	cursor:pointer;
	background-image: url(../images/link_open_dn.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.topItemClose
{
	font: 12px arial;
	letter-spacing: 0;
	height: 25px;
	width: 130px;
	color: #CCCCCC;
	cursor:pointer;
	background-image: url(../images/link_up.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.topItemCloseOver
{
	font: 12px arial;
	letter-spacing: 0;
	height: 25px;
	width: 130px;
	color: #91ce55;
	cursor:pointer;
	background-image: url(../images/link_dn.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}



.dropMenu
{
	font: 11px arial;
	background-color: #000000;
	color: #CCCCCC;
	border: 0 none;
	filter:alpha(opacity=100);
	margin-top: 7px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.subMenu
{
   display:block;
}

.subItem
{
   height:17px;
   font: 11px arial;	
   text-decoration:none;
   color: #CCCCCC;
   
}

.subItem a
{
   font: 11px arial;	 	
   text-decoration:none;
   color: #CCCCCC;
}

.subItemOver
{
   font: 11px arial;	  
   height:17px;
   color: #91ce55;
}

.subItemOver  a
{
   font: 11px arial;
   cursor:pointer;	
   color: #91ce55;
   text-decoration:underline;
   cursor:pointer;
}


.drop
{
   border-left:none;
   border-right:none;	
}
