@charset "utf-8";

#Nav{
	width:1000px;
	/*background:#FFF;*/
	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:#000;
	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;
	
	/*Gradients*/
	background:#fff;
	/*background:-moz-linear-gradient(top, #3498DB, #555); 
	background:-webkit-gradient(linear, left top, left bottom, from(#3498DB), to(#555)); */
}

#Nav ul li a:hover{
	color:#fff;
	background:#14549C;
/*	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;
/*	background:#FFF;*/
	padding-top:0px ;
	padding-bottom:0px;
	height:36px;
	}