  
.mainDiv
{
  width:195px;
}
.topItem
{
  width:195px;
  height:20px;
  cursor:pointer;
  background:transparent;
  text-decoration: none;
  color: #FFFFFF; 
  font-weight: normal;
  font-family: "Century Gothic", Century, Tahoma, Verdana;
 
}


.dropMenu
{
  background:#000000;
  border-top:0px solid #000000;
  border-left:1px solid #444444;
  border-right:1px solid #444444;
  border-bottom:0px solid #444444;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:white;
  font-weight: normal;
  font-family: "Century Gothic", Century, Tahoma, Verdana;
}

.subItem a
{
   text-decoration:none;
   color:white;
  font-weight: normal;
  font-family: "Century Gothic", Century, Tahoma, Verdana;
}

.subItemOver
{
   cursor:pointer;
   color:#B60E12;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
  font-weight: normal;
  font-family: "Century Gothic", Century, Tahoma, Verdana;
}

.subItemOver  a
{
   color:#B60E12;
}


.drop
{
   border-left:1px solid #800000;
   border-right:1px solid #800000;	
}

