@charset "utf-8";
/* CSS Document */

#topMenu {
	margin: 0;
	padding: 0;
	width: 658px;
	

}
#topMenu ul {
	width:658px;
	height:38px;
	background-image:url(../img/menuBg.gif);
	background-repeat:repeat-x;
	margin:0 auto;
	padding:0px;
	list-style:none;
}
#topMenu ul li {
	height:29px;
	display:block;
	float:left;
	height:38px;
	background-image:url(../img/menudiv.gif);
	background-repeat:no-repeat;
	background-position: right;
	padding-left:9px;
	padding-right:8px;
}
#topMenu ul li a {
	height:38px;
	font-family:"Arial Narrow";
	font-size:0.7em;
	color:#333333;
	text-transform: uppercase;
	text-decoration:none;
	font-weight:bold;
	line-height:29px;
	word-spacing: -1px;
}
#topMenu ul li a:hover {
	color:#aa0808;
	text-decoration:none
}

#topRed {
	clear: both;
	margin: 0;
	padding: 0;
	width: 658px;
	height: 37px;
	border-top: 25px solid #AF160F;
	border-left: 10px solid #AF160F;
	border-right: 10px solid #AF160F;
}
