  
.mainDiv
{
  width:162px;
}
.topItem
{
  width:162px;
  height:22px;
  cursor:pointer;
  background: white;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"Verdana, Arial, Helvetica";
 
}

.dropMenup
{
  background:#cc9933;
  border-top:0px solid #F4FFE4;
  border-left:1px solid #F4FFE4;
  border-right:1px solid #F4FFE4;
  border-bottom:1px solid #F4FFE4;
}
.dropMenue
{
  background:#cccc00;
  border-top:0px solid #F4FFE4;
  border-left:1px solid #F4FFE4;
  border-right:1px solid #F4FFE4;
  border-bottom:1px solid #F4FFE4;
}

.subMenu
{
   display:none;
}
.subItem
{
   cursor:pointer;
   text-decoration:none;
   text-align:left;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
	cursor:pointer;
	color:#999999;
	text-decoration:underline;
	text-align: left;
	
}

.subItemOver  a
{
   color:#006699;
   text-decoration:none;
}


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


