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

#mainnav {
	height: 36px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #FFCC66;
	background-image: url(images/nav_background.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
#mainnav ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#mainnav ul li a {
	line-height: 24px;
	float: left;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 95px;
}

#mainnav ul li a:hover {
	color: #990000;
	text-decoration: underline;
}

 /* Hide from IE5-Mac \*/
#mainnav li a
{
float: none
}
/* End hide */

#nav1 {
	background-image: url(images/newnav/1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	width: 110px;
	height: 25px;
	margin-top: 10px;
}
#nav1 hover {
	background-image: url(images/newnav/1_o.gif);
}

#nav2 {
	background-image: url(images/newnav/2.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 100px;
	height: 25px;
	margin-top: 10px;
}
#nav3 {
	background-image: url(images/newnav/3.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 110px;
	height: 25px;
	margin-top: 10px;
}
#nav4 {
	background-image: url(images/newnav/4.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 140px;
	height: 25px;
	margin-top: 10px;
}
#nav5 {
	background-image: url(images/newnav/5.gif);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	width: 70px;
	height: 25px;
	margin-top: 10px;
}
#nav6 {
	background-image: url(images/newnav/6.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 110px;
	height: 25px;
	margin-top: 10px;
}
#nav7 {
	background-image: url(images/newnav/7.gif);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 85px;
	height: 25px;
	margin-top: 10px;
}
