 
.mainDiv
{
  width:288px;
}
.topItem
{
  height:18px;
  padding-left:5px;
  cursor:pointer;
  background: #ccccff;
  text-decoration: none;
	font-size: 12pt;
  color: black; 
  font-weight:normal;
  font-family:"Tahoma";
}

.dropMenu
{
  background:white;
  border-top:1px solid #FFFFFF;
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  border-bottom:1px solid #FFFFFF;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:6px;
   cursor:pointer;
   height:18px;
 	 font-size: 12pt;
   font-weight:normal;
	 font-family:"Tahoma";
   text-decoration:none;
   color:black;
}

.subItem a
{
   color:black;
	 font-size: 12pt;
   text-decoration:none;
	 font-family:"Tahoma";
   font-weight:normal;
}
.subItemOver
{
   padding-left:6px;
   cursor:pointer;
   height:18px;
 	 font-size: 10pt;
   font-weight:normal;
	 font-family:"Tahoma";
   text-decoration:none;
   color:black;
}

.subItemOver a
{
   text-decoration:underline; color:black;
}

.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
