  
.mainDiv
{
  width:250px;
}
.topItem
{
  width:250px;
  height:22px;
  background: #E9F3F8;
  text-decoration: none;
  color: #005484; 
  font-weight:bold;
  font-family:"GOTHIC";  	
  font-size: 12px;
}


.dropMenu
{
  background:#FFFFFF;
  border-top:1px dotted #A8E6FD;
  border-left:1px dotted #A8E6FD;
  border-right:1px dotted #A8E6FD;
  border-bottom:1px dotted #A8E6FD;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   font-size: 11px;
   color: #dddddd;
}

.subItem a
{
   text-decoration:none;
   color: #88898C;
}

.subItemOver
{
   cursor:pointer;
   color: #dddddd;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
   font-size: 11px;
}

.subItemOver  a
{
   color: #dddddd;
   font-size: 11px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

