.navbar
{
}  

.mainDiv
{
  width:185px;
}

.topItem
{
  font: bold 12px arial;
  letter-spacing: 0;
  border: none;
  width: 185px;
  color: #000000;
  cursor:pointer;
  text-indent:12px;
  padding-bottom:3px;
  padding-top:3px;
}

.topItemOver
{
  text-indent:12px;
  font: bold 12px arial;
  letter-spacing: 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 185px;
  color: #000000;
  cursor:pointer;
  padding-bottom:3px;
  padding-top:3px;
}

.topItemClose
{
  text-indent:12px;
  font: bold 12px arial;
  letter-spacing: 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 185px;
  color: #000000;
  cursor:pointer;
  padding-bottom:3px;
  padding-top:3px;
}


.topItemCloseOver
{
  text-indent:12px;
  font: bold 12px arial;
  letter-spacing: 0;
  background-position:center center;
  background-repeat:no-repeat;
  width: 185px;
  color: #000000;
  cursor:pointer;
  padding-bottom:3px;
  padding-top:3px;
}



.dropMenu
{
  font: bold 11px arial;	
  background-color: #e5f7a5;
  color: #000000;
  border: 1px solid #e5f7a5;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:12px;
   margin-top:2px;
   height:18px;
   font: normal 12px arial;	
   text-decoration:none;
   color: #000000;
   background-color:#e5f7a5;
}

.subItem a
{
   margin-left:23px;
   font: normal 12px arial;	 	
   text-decoration:none;
   color: #000000;
   background-color:#e5f7a5;
}

.subItemOver
{
   margin-left:12px;
   margin-top:2px;
   font: normal 12px arial;	  
   height:18px;
   color: #000000;
   background-color:#e5f7a5;
}

.subItemOver  a
{
   margin-left:23px;
   font: normal 12px arial;
   cursor:pointer;	
   color: #000000;
   text-decoration:underline;
   cursor:pointer;
   background-color:#e5f7a5;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}





