/* Navigation Bar */

#WNSW_Navbar {
	float:right;
	width:600px;
	height:27px;
	position:relative;
	margin-top:75px;
	letter-spacing: 2px;
	font-family:Arial;
	z-index:3;
	margin-right:15px;
}

#WNSW_Navbar a {
	float:right;
	width:auto;
	height:27px;
	/*background-image:url(../images/nav_regular.jpg);*/
	background:none;
	background-repeat:no-repeat;
	margin-right:10px;
	margin-left:15px;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	padding-top:7px;
	color:#FFFFFF;
	text-decoration:none;
}

#WNSW_Navbar a:hover {
	/*background-image:url(../images/nav_over.jpg);*/
	background:none;
	color:#5dcdea;
	cursor:pointer;
}