#nav {
	height: 52px;
	overflow: hidden;
}
#nav #main {
	background: #ec1c24;
	height: 21px;
	overflow: hidden;
}
#nav #main ul,
#nav #sub ul {
	list-style: none;
	padding: 0 0 0 43px;
	text-align: left;
	width: 860px;
	margin: 0 auto;
}
#nav #sub {
	height: 19px;
	overflow: hidden;
}
#nav li {
	display: block;
	float: left;
	margin: 0; 
	padding: 0; 
/*	height: 20px; */
/*	line-height: 20px;*/
}
#nav li a {
	display: block;
	float: left;
	height: 20px; 
	line-height: 19px;
	padding: 0 6px;
	font-size: 11px;
	text-transform:lowercase;
}

#nav #main li.selected a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#nav #sub li.selected a {
	color: #fff;
	background: #ec1c24;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#nav #main a:hover {
	color: #fff;
	text-decoration: none;
}
#nav #sub a:hover {
/*	color: #fff;*/
/*	background: #ec1c24;*/
	text-decoration: none;
}

#nav #switch {
	float:right;
}

#nav #switch a {
	display:inline;
	float:none;
	padding:0;
	text-transform:uppercase;
}

#nav #switch strong {
	color:#fff;
}