
#nav {
	float:left;
	width:923px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:18px;
	line-height:23px;
}
#nav li {
	display:block;
	float: left;
	font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight:normal;
	margin: 9px 0 0 0;
	padding:0;
}
#nav a {
	background:  url("../images/seperator.jpg") bottom right no-repeat ;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 54px;
	text-decoration: none;
}
#nav a:hover {
	background: #b5121b ;
	color: #ccc;
