/************** sub-menu Styles *****************/
.sub-menu {
	/*height: 21px;*/
	background-color: white;
	border-bottom: 1px solid #E7E2B5;
	clear: left;
}

.sub-menu .centered {
	width: 679px;
}

.sub-menu a,
.sub-menu a:hover,
.sub-menu a:visited,
.sub-menu a:active {
	margin: 0px 8px;
	
	font-family: Arial, Sans Serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}

.sub-menu a.selected {
	font-weight: bold;
	color: #E9AF10;
}
