/* Top Navigation Menu */

#menu {
	background: #690005;
	float: middle;
	list-style: none;
	margin:0px 0px 0px 5px;
	padding:0px;
	width: 935px;
	}

#menu li {
	float:left;
	font:13px Georgia, Verdana, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	}

#menu a {
	background: #003366 url(images/seperator.gif) bottom right no-repeat;
	color: #cccccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 8px;
	text-decoration: none;
	font-weight:bold;
	}

#menu a:hover {
	background: #660000 url(images/hover_white.gif) bottom center no-repeat;
	color: #ffffff;
	padding-bottom: 8px;
	}
	
#menu .on {
	background: #660000 url(images/hover_white.gif) bottom center no-repeat;
	color: #ffffff;
	padding-bottom: 8px;
	}
 
 /* Left Navigation Menu */
 
 ul.sidemenu {
	padding:0px;
	margin:5px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-bottom: 1px solid #444444;
	width: 210px;
	background-color:#A6373D;
}

ul.sidemenu li {
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	font-size:12px;
	font-weight:bold;
}

ul.sidemenu li a {
	text-decoration: none;
	display: block;
	width: 198px;
	color: #ffffff;
	padding: 5px 5px;
}

ul.sidemenu li a:hover {
	background: #660000 url("images/hover-leftmenu.gif") center left no-repeat;
	color: #EEEEDC;
	width: 198px;
}

ul.sidemenu li.on a{
	background: #690005 url("images/hover-leftmenu.gif") center left no-repeat;
	border-left:0px; border-right:0px;
	color:white;
}

li.level-2-nav {
	background:#a6373d;
	}
		
li.level-3-nav {
	background:#a6373d;
	}
		
li.level-3-nav a {
	font-weight:normal;
	font-size:11px;
	}
		

