/* CSS Document
___________________________________________________
Author: J. Christopher
Studio: Intrigue Web Design Studio
Date: 8/8/08
Client: Dr. Eve Allen
Website: www.DoctorEve.com
Name: navigation.css
Version: 1.0
*/
#leftNav {
	position: relative;
	width: 120px;
	right: 40px;
	color: #0047AB;
	list-style:none;
}
#leftNav li {
 	padding-top: 5px;
	border-bottom: 1px dotted #FFFFFF;;
}
#leftNav li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px;
	display: block;
}
#leftNav li a:hover {
	color: #CCCCCC;
}
#leftNav li a:visited {
	/*color: #0047AB;
	color: #FFFFFF;*/
}
#mainNavigation {
	width: 800px;
	height: 20px;
	top: 151px;
	position: relative;
	color: #333333;
	text-align:center;
	background-color: #FFFFFF;
	border: 1px outset black;
	border-top: 1px solid #444;
}
#mainNavigation ul {
	margin:0;
	padding:0;
	width: 800px;
	list-style:none;
	float:left;
}
#mainNavigation li{
	float:left;
	border: 0px solid red;
}
#mainNavigation ul a {
	display: block;
	float: left;
	padding-left: 1px;
	padding-right: 20px;
	line-height: 1.8em;
	border-left: 0px solid #fff;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color: #111;
}
#mainNavigation ul .first a {
	border-left: none;
	padding-left: 15px;
}
#mainNavigation ul a:hover {
	color: #0000FF;
	text-decoration: underline overline;
}
#mainNavigation-clear-float {
	clear: both;
}