/* CSS Document */

#mainnav_holder{
	position:relative;
	width: 767px;
	height: 40px;
	padding:0px 10px 0px 3px;
	background-image: url(../images/back_mainnav.jpg);
	background-repeat: no-repeat;
	clear:both;
	}
	
#nav{
	list-style:none;
	padding:0px;
	clear:both;
	float:right;
	line-height:0px;
	margin: 10px 0 0 0;
	}
	
#nav li{
	margin-left:3px;
	float:left;
	list-style:none;
}
#nav li a{
	float: left;
	padding-top: 5px;
	overflow: hidden;
	width:79px;
	text-decoration:none;
	display:block;
	background: url(../images/nav_bg.gif) top left no-repeat;
	height: 25px;
	width: 76px;
	text-align: center;
	line-height: 20px;
	color: #333333;
	}

#nav li a:hover{
	background-position: -76px 0;
	text-decoration:none;
	border:none;
	color: #F23D01;
	}

#nav li a:visited{
	color: #303030;
}
	
#nav a.highlight {
	background-position: -76px 0;
	text-decoration:none;
	border:none;
	color: #F23D01;
}
