/* CSS Document */
.container {
	overflow: hidden;
}
img {border: none;}
ul#topnav {
	list-style: none;
	font-size: 14px;
	clear: both;
	float: none;
	color: #FFFFFF;
	font-weight: bold;
}
ul#topnav li{
	overflow: hidden;
	float: left;
	height: 40px;
	padding-right: 0px;
}
ul#topnav a, ul#topnav span {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	clear: both;
	line-height: 20px;
	background: #1d1d1d;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
}
ul#topnav a {
	color: #540A0B;
}
ul#topnav span {
	display: none;
}

ul#topnav.v2 span{
	background: url(a_bg.gif) repeat-x left top;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
}
ul#topnav.v2 a{
	color: #6A0606;
	background-image: url(a_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

