


  
.mainDiv
{
  width:310px;
}
.topItem
{
  width:310px;
  height:20px;
  cursor:pointer;
  background: #00446a;
  text-decoration: none;
  color: #ffffff; 
  font-weight:normal;                                   
  font-family:"Velada, Arial";
 font-size: 12px;
}


.dropMenu
{
  background:#619080
  border-top:1px solid #ffffff;
  border-left:1px solid #434343;
  border-right:1px solid #a5a5a5;
  border-bottom:1px solid #92B1F8;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
