#top_nav {
	font:Arial, Helvetica, sans-serif;
	height: 35px;
	width:896px;
	background-color: #f10c00;
	background-image: url(../images/burt-brothers-top-nav-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	border-left: #f10c00 solid 2px;
	border-right: #f10c00 solid 2px;
	border-bottom: #be211a solid 1px;
}

#top_nav ul {
	padding: 11px 0px 0px 0px;
	margin: 0px;
}

#top_nav ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#top_nav ul li a {
	letter-spacing:2px;
	font: arial, helvetica;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 4px 19px 5px 19px;
	border-right: #be211a solid 1px;
	border-left: #be211a solid 1px;
}

#top_nav ul li a:hover, #top_nav ul li a:focus {
	background-image: url(../images/burt-brothers-top-nav-bg2.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding: 10px 20px 11px 20px;
	background-color: be211a;
	color: #FFF;
	text-align: center;
	font: arial, helvetica;
	font-weight: bold;
	border-right: none;
	border-left: none;
}