.mainDiv
{
	width:180px;
}
.topItem
{
	width: 180px;
	color: #5C5C5C;
	text-indent:24px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: 4px 1px;
	line-height: 22px;
}
.topItemOver
{
	text-indent:24px;
	background-position:4px 1px;
	background-repeat:no-repeat;
	width: 180px;
	cursor:pointer;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/menu.jpg);
	line-height: 22px;
}
.topItemClose
{
	text-indent:24px;
	background-position:4px 1px;
	background-repeat:no-repeat;
	width: 180px;
	color: #333333;
	cursor:pointer;
	font-weight: bold;
	background-image: url(../images/menu.jpg);
	line-height: 22px;
}
.topItemCloseOver
{
	text-indent:24px;
	background-position:4px 1px;
	background-repeat:no-repeat;
	width: 180px;
	cursor:pointer;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/menu.jpg);
	color: #333333;
	line-height: 22px;
}
.dropMenu
{
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	filter: alpha(opacity=100);
}
.subMenu
{
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.subItem
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	width: 180px;
	text-indent: 14px;
	height: 18px;
}
.subItem a
{
	color: #0099FF;
	line-height: 18px;
	text-indent: 14px;
}
.subItemOver
{
	color: #FF9900;
	text-indent: 14px;
	line-height: 18px;
}
.subItemOver  a
{
	color: #FF6600;
	text-indent: 14px;
	line-height: 19px;
	cursor: pointer;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
