  
.mainDiv
{
  width:190px;
}
.topItem
{
  width:190px;
  height:22px;
  background: #081567;
  text-decoration: none;
  color: white; 
  cursor:pointer;
  font-weight:bold; 
}

.topItemHome
{
  width:190px;
  height:22px;
  background: #081567;
  text-decoration: none;
  color: white; 
  cursor:pointer;
  font-weight:bold; 
  border-bottom:2px solid #000000;
  border-top:2px solid #000000;
}
.topItemHomeOver
{
  font-style:italic; 
}

.dropMenu
{
  background:#7880b7;
  border-top:1px solid #000000;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  border-bottom:1px solid #000000;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:10px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
}

.subItem a:link, a:visited
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   text-decoration:none;
   font-weight:bold;
   padding-left:15px;
}

.subItemOver a:hover
{
   color:black;
   text-decoration:none;
   font-style:italic;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

