  
.mainDiv
{
  width:200px;
}
.topItem
{
	width:200px;
	height:30px;
	cursor:pointer;
	background: #000000;
	text-decoration: none;
	color: #CC9900;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 10px;




 
}


.dropMenu
{
	background:#D9D9D9;
	line-height: 20px;
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	padding-left: 10px;


}

.subMenu
{
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;


}
.subItem
{
	cursor:pointer;
	font-weight:normal;
	text-decoration:none;
	color:black;
	list-style-image: url(arrows.gif);
	list-style-type: upper-roman;
	padding-bottom: 10px;
	line-height: 5px;
	padding-right: 5px;







}

.subItem a
{
	text-decoration:none;
	color:#000000;
	line-height: 20px;
	padding-bottom: 30px;

}

.subItemOver
{
	cursor:pointer;
	color:#CC9900;
	font-weight:normal;
	text-decoration: none;


}

.subItemOver  a
{
	color: #CC9900;
	text-decoration: none;


}


.drop
{
}
.subItem2 
{

	cursor:pointer;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	list-style-image: url(arrows.gif);
	list-style-type: upper-roman;
	padding-bottom: 15px;
}
.subItemOver2
{

	cursor:pointer;
	color:#CC9900;
	font-weight:normal;
	text-decoration: none;
}
