#header_primary_menu_container {
	height: 34px;
	background-color: #a91919;
	padding-left: 37px;
}

#header_primary_menu td {
	font-size: 12px;
	text-transform: uppercase;
	vertical-align: middle;
	height: 34px;
	padding: 0 12px;
}

#header_primary_menu a {
	color: #fff;
	text-decoration: none;
}

#header_primary_menu a:hover {
	color: #ff9;
	text-decoration: none;
}


#header_primary_menu td.active a {
	color: #ff9;
	text-decoration: underline;
}