.mainNav
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	height: 28px;
	cursor: pointer;
	cursor: hand;
}

.mainNavOn
{
	background-image: url(/images/mainNav_O.gif);
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	height: 28px;
	cursor: pointer;
	cursor: hand;
}

.mainNavOver
{
	background-image: url(/images/mainNav_O.gif);
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	height: 28px;
	cursor: pointer;
	cursor: hand;
}

.dropDownGroup
{
	border-bottom: 1px solid #99CCFF;
}

.dropDown
{
	background-color: #e2e2b7;
	font-family: Arial;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #EFEFDF;
	height: 23px;
	cursor: pointer;
	cursor: hand;
}

.dropDownOn
{
	background-color: #F6F5E2;
	font-family: Arial;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #EFEFDF;
	height: 23px;
	cursor: pointer;
	cursor: hand;
}

.dropDownOver
{
	background-color: #F6F5E2;
	font-family: Arial;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #EFEFDF;
	height: 23px;
	cursor: pointer;
	cursor: hand;
}

.MenuSeparator
{
	width: 2px;
	background-color: White;
	height: 28px;
	cursor: pointer;
}
