  
.mainDiv
{
  width:180px;
}
.topItem
{
  width:178px;
  height:16px;
  cursor:pointer;
  background: #4377AD;
  text-decoration: none;
  color: white; 
  font-size: 10px;
  font-weight: bold;
  font-family:"verdana";
 
}


.dropMenu
{
  background:#D1D1D1;
  border-top:1px solid black;
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-bottom:1px solid #CCCCCC;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:3px;
   cursor:pointer;
   font-size: 12px;
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:red;
   text-decoration:none;
   font-size: 12px;
   padding-left:5px;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

