  
.mainDiv
{
  width:110px;
}
.topItem
{
  width:110px;
  height:21px;
  cursor:pointer;
  background: #000000;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family: Tahoma;
  font-size: 10px;
}


.dropMenu
{
  background:#000000;
  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:5px;
   cursor:pointer;
   font-weight: normal;
   text-decoration:none;
   color: #A0A0A0;
	 font-weight:bold;
	 font-family: Tahoma;
   font-size: 10px;
}

.subItem a
{
   text-decoration:none;
   color:#A0A0A0;
	 font-weight:normal;
	 font-family: Tahoma;
   font-size: 10px;
}

.subItemOver
{
   cursor:pointer;
   color:#FFAA33;
   text-decoration:none;
   padding-left:5px;
	 font-weight:normal;
	 font-family: Tahoma;
   font-size: 10px;
}

.subItemOver  a
{
   color:#FFAA33;
   text-decoration:none;
	 font-weight:normal;
	 font-family: Tahoma;
   font-size: 10px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}


