#nav ul {
	padding : 0;
	margin : 0;
}
#nav {
	height : 30px;
	width : 920px;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	background-image : url(../images/headerbg2.jpg);
	background-repeat : repeat-x;
	font-weight : bold;
	background-color : #CC0000;
}
#nav ul li {
	padding : 0;
	list-style-type : none;
	width : 131px;
	float : left;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	font-weight : bold;
	background-position : right 0%;
}
#nav ul li a {
	background-image: url(../images/headerbg.jpg);
	background-repeat : no-repeat;
	width : 131px;
	text-align : center;
	text-decoration : none;
	color : #FFFFFF;
	display : block;
	padding-top : 8px;
	padding-bottom : 9px;
	font-size : 12px;
	font-weight : bold;
}
#nav ul li a:hover {
background-image : url(../images/tabHover.jpg);
background-repeat : no-repeat;
color : #ffffff;
}
#nav ul li a.here {
background-image : url(../images/tabHover.jpg);
background-repeat : no-repeat;
color : #ffffff;
}
#nav2 {
height : 6px;
width : 920px;
background-color : #ffffff;
}
#nav3 {
height : 10px;
width : 920px;
background-color : #CC0000;
}
