#nav
{
	position: relative;
	top: 85px;
	right: 50px;
	width: 95%;
	height: 2.1em;
	list-style-type: none;

}
#nav li
{
	list-style-type: none;
	height: 100%;
	margin: 0;
	padding: 0;
	float: right;
}
#nav a
{
	display: block;  
	font-weight: bold;
	font-size: 0.9em;
	color: #014268;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.1em;
}
#nav a:hover
{
	color: #E7D600;
}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

