  
.mainDiv
{
	width:100px;
	color: #FFFFFF;
}
.topItem
{
	width:100px;
	height:22px;
	cursor:pointer;
	background: #FFCCCC url(none) no-repeat center center;
	text-decoration: none;
	color: white;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
 
}


.dropMenu
{
	border-top:1px solid #467BF2;
	border-left:1px solid #92B1F8;
	border-right:1px solid #92B1F8;
	border-bottom:1px solid #92B1F8;
	color: #FFFFFF;

}

.subMenu
{
	display:none;
	margin-bottom: 5px;
}
.subItem
{
	padding-left:3px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	padding-bottom: 0px;
}

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

.subItemOver
{
	cursor:pointer;
	color:#FFFFFF;
	font-weight:normal;
	padding-left:0px;
	text-decoration: none;
	padding-bottom: 10px;
}

.subItemOver  a
{
   color:#FFFFFF;
}


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