.navbar
{
}  

.mainDiv
{
  width:185px;
}

.topItem
{
	font: bold 10px Arial, Helvetica, sans-serif;
	border: none;
	width: 185px;
	height: 18px;
	color: #B60000;
	background: no-repeat center center;
}

.topItemOver
{
  
  font: 10px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 18px;
  width: 185px;
  color: #7F7772;
  cursor:pointer;
}

.topItemClose
{
   font: 10px Arial;

  background-position:center center;
  background-repeat:no-repeat;
  height: 10px;
  width: 185px;
  cursor:pointer;
}


.topItemCloseOver
{
  
  font: 10px Arial, Helvetica, sans-serif;
  letter-spacing: 0;

  background-position:center center;
  background-repeat:no-repeat;
  height: 10px;
  width: 185px;
  color: #428eff;
  cursor:pointer;
}



.dropMenu
{
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #7F7772;
	filter:alpha(opacity=100);
	padding-top:5px;
	padding-bottom:5px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:10px;
   margin-top:2px;
   height:18px;
    font: 10px Arial, Helvetica, sans-serif;	
   text-decoration:none;
   color: #215dc6;
   
}

.subItem a
{
   margin-left:23px;
   font: 10px Arial, Helvetica, sans-serif; 	
   text-decoration:none;
   color: #215dc6;
}

.subItemOver
{
   margin-left:10px;
   margin-top:2px;
   font: 10px Arial, Helvetica, sans-serif;	  
   height:18px;
   color: #428eff;
}

.subItemOver  a
{
   margin-left:23px;
   font: 10px Arial, Helvetica, sans-serif;
   color: #428eff;
   text-decoration:underline;
 }


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
