/* CSS Document */

/* navigation */



#nav {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/second_nav_bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0px solid;
	padding: 0px;
}

#nav ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#nav li{
	display:block;
	line-height: 15px;
	height: 15px;
	margin-top: 0px;
	float: left;
}
#nav a{
	text-decoration:none;
	color:white;
	font-weight:bold;
	background:url(/img/second_nav_bg.gif) repeat-x;
	padding:8px 12px 7px;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	float: left;
}
#nav a:hover, #nav a.active{
	background:#9d112e;
	
}

/* end navigation */
