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


/* COLOURS
red: #98012e
grey: #535456
*/


/*#nav {
	width:885px;
	margin:105px 0 0 20px;
	padding:0;
	min-height:25px;
text-transform:uppercase;
letter-spacing:.03em;
	font-size:.9em;
}*/

#nav {
	width:862px;
	margin:0 auto;
	padding:105px 0 0 0;
	min-height:25px;
	text-transform:uppercase;
	letter-spacing:.03em;
	font-size:.9em;
}

#nav ul  {
	width:100%;
	margin:0 0 0 90px;
	padding:0;
}

#nav ul li { display: inline; }

#nav ul li a {
	padding: .5em 2em .5em 2em;
	color: #535456;
	text-decoration: none;
	float: left;
	border-bottom:none;
}

#nav ul li a:hover
{
	color: #98012e;
	background-image: url(../images/headerHoverBg.gif);
	
}

.line {border-right:1px solid #98012e;}


