  
.mainDiv
{
  width:140px;
}
.topItem
{
	width:140px;
	height:22px;
	cursor:pointer;
	background: #3366CC;
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
 
}


.dropMenu
{
  background:#CCCCFF;
  border-top:1px solid #467BF2;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:1px solid #92B1F8;
}

.subMenu
{
   display:none;
}
.subItem
{
	padding-left:5px;
	cursor:pointer;
	text-decoration:none;
	color:black;
	font-weight:bolder;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-style: normal;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
	cursor:pointer;
	color:#3366CC;
	text-decoration:underline;
	font-weight:bolder;
	padding-left:5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
}

.subItemOver  a
{
   color:#3366CC;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
