ul#nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
	text-transform: uppercase;
	top: 50px;
	left: 340px;
	font-size: 1.1em;
	position: relative;
	z-index: 200;
	width: 545px;
}	

ul#nav li {
	float: left; 
	display: block; 
	position: relative;
	z-index: 500; 
	margin-right: 1.7em;
}
	
ul#nav li a {
	display: block; 
	text-decoration: none;
	color: #000;
	padding-bottom: 15px;
}

ul#nav li a:hover {
	color: #000;
}

ul#nav li ul {
	position: absolute; 
	left: 0; 
	display: none; 
	margin: 0; 
	padding: 0; 
	list-style: none;
	text-transform: lowercase;
	font-size: 0.95em;
	font-family: Georgia, "Times New Roman";
	font-style: italic;
	width: 160px;
	-moz-box-shadow: 3px 3px 5px #333;
    -webkit-box-shadow: 3px 3px 5px #333;
    box-shadow: 3px 3px 5px #333;

}

ul#nav ul li {
	width: 160px; 
	float: left; 
	border-bottom: 1px solid #999;
	background: #eee;
}

ul#nav ul a {
	display: block;  
	padding: 5px 8px; 
}

/* colored hovers, etc. */
ul#nav li.red a:hover { border-bottom: 3px solid #b81137; }
ul#nav li.blue ul { border-top: 3px solid #0099CC; }
ul#nav li.yellow ul { border-top: 3px solid #EBB30F; }
ul#nav li.purple ul { border-top: 3px solid #6666CC; }

ul#nav li.red li a:hover { background-color: #b81137; color: #fff; }
ul#nav li.blue li a:hover { background-color: #0099CC; color: #fff; }
ul#nav li.yellow li a:hover { background-color: #EBB30F; color: #fff; }
ul#nav li.purple li a:hover { background-color: #6666CC; color: #fff; }




/* page sub-navigation */
ul#sub-nav {
	margin-top: 10px;
	z-index: 50;
	position: relative;
	padding: 0;
}
ul#sub-nav li {
	display: inline;
	font-family: Georgia, "Times New Roman";
	font-style: italic;
}
ul#sub-nav a {
	text-decoration: none;
	color: #000;
	line-height: 1em;
	padding: 3px 5px;
}
ul#sub-nav a:hover {
	background: #fff;
	padding: 2px 4px;
}

ul#sub-nav a.blue-bg:hover { color: #0099CC; border: 1px solid #0099CC; }
ul#sub-nav a.red-bg:hover { color: #b81137; border: 1px solid #b81137; }
ul#sub-nav a.yellow-bg:hover { color: #EBB30F; border: 1px solid #EBB30F; }
ul#sub-nav a.purple-bg:hover { color: #6666CC; border: 1px solid #6666CC; }



/* footer navigation */
ul#footer-nav {
	margin: 0;
}
ul#footer-nav li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 6px 0 4px;
}
ul#footer-nav a {
	color: #fff;
	text-decoration: none;
}
ul#footer-nav .last {
	border: 0;
	padding-right: 0;
}
ul#footer-nav a:hover {
	color: #fff;
	text-decoration: underline;
}
