.navbar
{
}  

.mainDiv
{
  width:137px;
}

.topItem
{
	font: bold 14px Arial,tahoma,sans-serif;
	letter-spacing: 0;
	background: url("arrow-up-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 137px;
	height: 20px;
	color: #215dc6;
	cursor:pointer;
	text-indent:1px;
	text-align: center;
	
	
  
}

.topItemOver
{
  text-indent:1px;
 font: bold 14px Arial,tahoma,sans-serif;
  letter-spacing: 0;
  background: url("arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 137px;
  color: #428eff;
  cursor:pointer;
  text-align: center;
}

.topItemClose
{
  text-indent:1px;
  font: bold 14px Arial,tahoma,sans-serif;
  letter-spacing: 0;
  background: url("arrow-up-title.jpg") no-repeat 0 0;  /* arrow-down-title.jpg  */
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 137px;
  color: #215dc6;
  cursor:pointer;
  text-align: center;
}


.topItemCloseOver
{
  text-indent:3px;
  font: bold 14px Arial,tahoma,sans-serif;
  letter-spacing: 0;
  background: url("arrow-down-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 137px;
  color: #428eff;
  cursor:pointer;
  text-align: center;
}



.dropMenu
{
  font: bold 11px tahoma,verdana,sans-serif;	
  background-color: #D8DEE0;
  color: #CCCCCC;
  border: 1px solid #ffffff;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  padding-top:5px;
  padding-bottom:5px;
  padding-right:3px;
  text-align:right;
  width:128px;
  
 
}

.subMenu
{
   display:block; !important
   text-align:right;
  
}

.subItem
{
   margin-left:2px;
   margin-top:0px;
   margin-right:5px;
   height:20px;
   font: 11px tahoma,verdana,sans-serif;	
   text-decoration:none;
   color: #215dc6;
   
   
}

.subItem a
{
    
   font: 11px tahoma,verdana,sans-serif;	 	
   text-decoration:none;
    color: #00008A;
	 
}

.subItemOver
{
    
   margin-top:0px;
   font: 11px tahoma,verdana,sans-serif;	  
   height:20px;
   color: #428eff;
   text-decoration:none;
   background:#FFFFFF ;
   margin-right:5px;
}

.subItemOver  a
{
   margin-left:2px;
   font: 11px tahoma,verdana,sans-serif;
   cursor:pointer;	
   color: #FE4743;
   text-decoration:none;
   cursor:pointer;
   text-decoration:none;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
.aa a{
text-decoration:none;
}
.menueq 
{
	font: bold 14px Arial,tahoma,sans-serif;
	letter-spacing: 0;
    display:block;  
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 137px;
	height: 20px;
	color: #215dc6;
	text-indent:1px;
	text-align: center;

}

.menueq  A
{
	font: bold 14px Arial,tahoma,sans-serif;
	letter-spacing: 0;
	background: url("arrow-up-title.jpg") no-repeat 0 0;
	background-position:center center;
	background-repeat:no-repeat;
	border: none;
	width: 137px;
	height: 20px;
	color: #215dc6;
	text-indent:1px;
	text-align: center;
	 display:block; 

}

.menueq A:hover
{
  text-indent:1px;
 font: bold 14px Arial,tahoma,sans-serif;
  letter-spacing: 0;
  background: url("arrow-up-title-on.jpg") no-repeat 0 0;
  background-position:center center;
  background-repeat:no-repeat;
  height: 20px;
  width: 137px;
  color: #428eff;
  cursor:pointer;
  text-align: center;
   display:block; 
}