#nav ul {
padding : 0;
margin : 0;
}
#nav {
	height : 32px;
	width : 924px;
	background-image : url(../images/navback.gif);
	background-repeat : no-repeat;
	font-weight : bold;
	background-color : #FFFFFF;
	padding-left: 4px;
}
#nav ul li {
	padding : 0;
	list-style-type : none;
	width : 120px;
	float : left;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	font-weight : bold;
	background-position : right;
	background-image: url(../images/headerbg.gif);
	background-repeat: no-repeat;
}
#nav ul li a {
	width : 120px;
	text-align : center;
	text-decoration : none;
	color : #00B0E1;
	display : block;
	padding-top : 8px;
	padding-bottom : 9px;
	font-size : 12px;
	font-weight : bold;
}
#nav ul li a:hover {
	background-image : url(../images/tabHover.gif);
	background-repeat : no-repeat;
	color : #DC0066;
}
#nav ul li a.here {
	background-image : url(../images/tabHover.gif);
	background-repeat : no-repeat;
	color : #DC0066;
}
