

#nav {position:relative;
	margin:0 auto;
	margin-top:15px;
	padding:0px;

	width:800px;
	height:25px;
	
	float:left;
}


#nav ul {list-style-type:none;}
		

#nav ul li {display:inline;
		float:left;

		background-image:url(images/nav_btn.png);
		background-repeat:no-repeat;

		color:#333;
		
		width:111px;
		height:28px;

		font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;
		font-variant:small-caps;

		text-align:center;

		margin-right:3px;

		line-height:25px;

		letter-height:90%;
		
		border:none;
		border:none;

		}

#nav ul li:hover {

		background-image:url(images/navOver_btn.png);
		background-repeat:no-repeat;
		background-attachment:scroll;

		cursor:pointer;
		text-decoration:none;

}

#nav ul li a {color:#2B3442; text-decoration:none;}

#nav ul li a:link {
		border:none;
		text-decoration:none;
}

#nav ul li a:hover {
	
		color:#2B3442;
		text-decoration:none;
		border:none;
		cursor:pointer;


}

#nav ul li a:visited {
		color:#5B6A7D;
		text-decoration:none;
		border:none;}
		
#nav ul li a {
		 border:none;}
		 
#nav ul li a.current {
		background-image:url(images/navOver_btn.png);
		background-repeat:no-repeat;
}


