  
.mainDiv
{
  width:100px;
 }
.topItem
{
  width:150px;
  height:auto;
  cursor:pointer;
  font-family:Tahoma,Arial;
  height:auto;
	color: #024788;
	font-size:11px;
}


.dropMenu
{
  background:#FFFFFF;
   width:150px;
   margin-left:14px;
   }

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   text-decoration:none;
   color:black;
   
}

.subItem a
{
   text-decoration:none;
   color: #024788;
   
}

.subItemOver
{
   cursor:pointer;
   color:#fd6600;
   text-decoration:underline;
   padding-left:5px;
}

.subItemOver  a
{
   color:#fd6600;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
