  
.mainDiv
{
  width:175px;
}

.topItem
{
  width:175px;
  height:24px;
  cursor:pointer;
  padding-top:6px;
  background-repeat:no-repeat;
  text-decoration: none;
  color: #ffffff; 
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;

 
}

.topItem a{ 
  text-decoration: none;
  color: #ffffff; 
 
}

.topItem a:hover{
 
  text-decoration: none;
  color: #427b92; 

 
}

.topItemOver {
  width:175px;
  height:24px;
  cursor:pointer;
  padding-top:6px;
  text-decoration: none;
  color: #ffffff; 
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
}




/*
.dropMenu
{
  background:#9ab9c8;

}*/

.subMenu
{
   display:none;
   width:175px;
}
.subItem
{

	cursor:pointer;
	text-decoration:none;
	color:#072b39;
	 font-family: Arial, Helvetica, sans-serif;
  	font-size:11px;
	line-height:25px;
	font-weight:bold;
}

.subItem a
{
   text-decoration:none;
   color:#072b39;	
   line-height:25px;
}

.subItemOver
{
   cursor:pointer;
   text-decoration:none;
   color:#5b788f;
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;
   line-height:25px;

}

.subItemOver a
{
   cursor:pointer;
   text-decoration:none;
   color:#bdddea;
   font-family: Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:bold;
   line-height:25px;

}

