.navbar
{
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 25px;
	background-color: #f2f2f2;
	height: auto;
	font-variant: normal;
}  

.mainDiv
{
  width:185px;
	height: 100%;
}

.mainDiv a:hover{
	color: red;
	padding: 0;
	text-indent: 0;
	margin: 0 0 0 5px;
}
.topItem
{
	display: block;
	padding: 5px 25px 5px 10px;
	font-weight: bold;
	color: white;
	background-color: #333;
	font-size: 12px;
}
.topItemOver{
	display: block;
	padding: 5px 25px 5px 10px;
	font-weight: bold;
	color: white;
	background-color: #333;
	font-size: 12px;
	cursor:pointer;
}

.topItemClose
{
	display: block;
	padding: 5px 25px 5px 10px;
	font-weight: bold;
	color: #76665e;
	font-size: 12px;
}
.topItemCloseOver
{
	display: block;
	padding: 5px 25px 5px 10px;
	font-weight: bold;
	font-size: 12px;
	cursor:pointer;

}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height: 15px;
   font: 10px tahoma,verdana,sans-serif;	
   text-decoration:none;
}

.subItem a
{
  margin-top:2px;
   font: 10px tahoma,verdana,sans-serif;	  
   height: 18px;
   color: #998889;
}

.dropMenu
{
  color: #918892;
  filter:alpha(opacity=100);
  font-weight: bold;
  font-size: 10px;

}

.subItemOver,.subItemOver a
{
   margin-top:2px;
   font: 10px tahoma,verdana,sans-serif;	  
   height: 15px;
   color: red;
	padding: 0;
	margin-left: 5px;
}


.drop
{
}
