  
.mainDiv
{
	width:150px;
	height: auto;
}
.topItem
{
	width:150px;
	height:22px;
	cursor:pointer;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
 
}


.dropMenu
{
	border-top:1px solid #424A79;
	border-left:1px solid #92B1F8;
	border-right:1px solid #92B1F8;
	border-bottom:1px solid #92B1F8;
	background-color: #D9D9D9;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:0px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:#0C1937;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:blue;
   text-decoration:underline;
   font-weight:bold;
   padding-left:0px;
}

.subItemOver  a
{
   color:blue;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
