  
.mainDiv
{
	width:220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.topItem
{
	width:220px;
	height:17px;
	cursor:pointer;
	background: #F4F4F4;
	text-decoration: none;
	color: #999999;
	font-weight:bold;
	border: 1px solid #FFCC00;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.topItemOver
{
	width:220px;
	height:17px;
	cursor:pointer;
	background: #FFFFCC;
	text-decoration: none;
	color: #CCCCCC;
	font-weight:bold;
	border: 1px solid #FF6600;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.dropMenu
{
	background:#F8F8F8;
	border-top:none;
	border-left:1px solid #990000;
	border-right:1px solid #990000;
	border-bottom:none;
	margin-left: 5px;
}

.subMenu
{
	display:none;
	font-size: 10px;
}
.subItem
{
	padding-left:5px;
	cursor:pointer;
	font-weight:bold;
	text-decoration:none;
	color:#990000;
	margin-left: 5px;
	font-size: 10px;
}

.subItem a
{
	text-decoration:none;
	color:#993300;
	font-size: 10px;
}

.subItemOver
{
	cursor:pointer;
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
	padding-left:5px;
	font-size: 10px;
}

.subItemOver  a
{
	color:#FF6600;
	font-size: 10px;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}
.topItem a {
	color: #FF6600;
	text-decoration: none;
	font-size: 10px;
}
