.navbar
{
}  

.mainDiv
{

  width:100%;
}

.topItem
{
  border: none;
  width: 100px;
  cursor:pointer;
  text-indent:10px;
}

.topItemOver
{

  text-indent:10px;
  width: 100%;
  cursor:pointer;
}

.topItemClose
{
  text-indent:10px;
  
  width: 100%;
 
  cursor:pointer;
}


.topItemCloseOver
{
  text-indent:10px;
  width: 100%;
  color: #428eff;
  cursor:pointer;
}



.dropMenu
{
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
}

.subMenu
{
   display:none;
}

.subItem
{
   
   
   height:18px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #215dc6;
   
}

.subItem a
{
   font: 11px arial;	 	
   text-decoration:none;
   color: #215dc6;
}

.subItemOver
{
  font: 11px arial;	  
  height:18px;
}

.subItemOver  a
{
   font: 11px arial;
   cursor:pointer;	
   text-decoration:underline;
   cursor:pointer;
}


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




