@charset "utf-8";

#Nav{
	width:1000px;
	height:36px;
	margin:0px auto;
	padding-top:20px;
	float:right;
}

#Nav ul {
	list-style-type:none;
}

#Nav li{
	float:left;
}

#Nav ul li a {
	display:block;
	font-family: Circular,"Helvetica Neue",Helvetica,Arial,sans-serif;
	height:25px;
	width:100px;
	font-size:14px;
	font-weight:normal;
	line-height:25px;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	margin:7px 7px 7px 7px;
	
	/*Border Radius	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border:5px;*/
	border:1px solid #000;
	border-radius:2px;

	background: rgba(233, 233, 233, 0.1);
	
	/*Gradients
	background:#555;
	background:-moz-linear-gradient(top, #888, #555); 
	background:-webkit-gradient(linear, left top, left bottom, from(#888), to(#555)); */
}

#Nav ul li a:hover {
	background:#333;
	background:-moz-linear-gradient(top, #000, #333); 
	background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
}

#Nav ul li a.current, #divNav ul li a.current.hover {
	background:#333;
	background:-moz-linear-gradient(top, #000, #333); 
	background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
	color:#4A7EBB;
	cursor:default;
}

#Nav p {
	text-align:end;
}	

#Links {
	width:1000px;
	padding-top:0px ;
	padding-bottom:0px;
	height:36px;
}