/* @override http://www.thefarpost.net/register/includes/nav.css */

#navhead {
	width: 720px;
	height: 74px;
	margin-bottom: 10px;
	background-color: teal;
	font: small-caps 18px bold Verdana, Lucida sans-serif;
}

#navtitle {
	height:35px;
	font: small-caps 36px bold Verdana, Lucida sans-serif;
	text-align: center;
	color: #090063;
	text-decoration: underline;
}

#nav {
	margin-top: 5px ;
	padding-left: 50px;
	border-bottom: 1px dotted navy;
	clear: both;
	display: block;
	width: 667px;
	height: 22px ;
}

a:link {
	font-size: inherit;
	text-decoration: none;
	color: #003;
}


a:visited {
	font-size: inherit;
	text-decoration: none;
	color: #003;
}

a:active {
	font-size: inherit;
	text-decoration: none;
	color: #003;
}

a:hover {
	text-decoration: underline;
}

ul {
  padding: 8px 0 0;
  margin: 0;
  list-style: none;
  width: 150px ;
}
  
li {
	float: left;
	position: relative;
	border-bottom-style: none;
	border: 1px none teal;
	height: 20px;
	width: 140px;
	vertical-align: middle;
	font: small-caps 16px Georgia, "Times New Roman", Times, serif;
	color: #003;
}

li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
	background-color: #e4eeff;
	border: 1px solid teal;
	width: 240px ;
	z-index: 1 ;
}

li > ul {
	top: auto;
	left: auto;
}

li ul li {
	padding-left: 5px ;
	width: 235px ;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

li:hover ul, li.over ul { 
	display: block;
	clear: left ;
}

#nav li li:hover {
	background-color: #add9da}

li ul a{
	color: #003;
}

li a{
	color: #003;
	font-style : normal ; 
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: inherit ;
}