.navbar
{
margin:0px;
padding:0px;
}  

.mainDiv
{
  width:226px;
  clear:both;
  margin:0px;
  padding:0px;
}
.topItem
{
cursor:hand;
clear:both;
background:url(../images/bg.jpg) no-repeat top left;
}

.dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;
  color: #000;
  filter:alpha(opacity=100);
  margin:0px;
  padding:0px;
  background:#0838B4;
  height:20px;
  line-height:20px;
}
.subMenu
{
   display:block;
   margin:0px;
   padding:0px;
}

.subItem
{
 
   height:20px;
   line-height:20px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #ffffff;
   background:#073AB6;
   background:url(../images/submenu.jpg) no-repeat top left;
   width:232px;
 }

.subItem a
{
   margin-left:30px;
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
   color: #ffffff;
   height:20px;
   line-height:20px;
}

.subItemOver
{
 
   font: 11px tahoma,verdana,sans-serif;	  
   height:20px;
   color: #ffffff;
   line-height:20px;
   background:url(../images/submenu_h.jpg) no-repeat top left;
   width:226px;
   
}

.subItemOver  a
{
   margin-left:30px;
   font: 11px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: #ffffff;
   text-decoration:underline;
   height:20px;
   line-height:20px;
}
.subItemlink
{
 
   height:20px;
   line-height:20px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #ffffff;
   background:#073AB6;
   background:url(../images/submenu.jpg) no-repeat top left;
   width:226px;
    
 }


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

.four_border {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border: 1px solid #1547C2;
}
