.mainNav, .mainNavOn, .mainNavOver
{
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	height: 35px;
	width: 103px;
	border-right: 2px solid #ffffff;
	text-align: center;
}

.mainNavOn
{
	background-color: #5267a8;
}
	
.mainNavOver
{
	background: #5267a8;
	cursor: pointer;
	cursor: hand;
}

.subNav, .subNavOn, .subNavOver
{
	font-family: Verdana;
	font-size: 12px;
	color: #0066ff;
	line-height: 18px;
	cursor: pointer;
	padding-right: 5px;
}

.subNavOver 
{
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.subNavOn
{
	color: #000000;
}