#nav a { text-decoration: none; color: white}
#nav a:hover{ color: #949975 }

/* TOP NAV STYLES */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: trebuchet MS, trebuchet, arial, helvetica; 
	font-size: 11px;
}

#nav a {
	display: block;
	width: 8em;
}

#nav li {
	float: left;
	width: 8em;
}

#nav li ul {
	position: absolute;
	width:8em;
	left: -999em;
	background-image: url (/gfx/main/topnav/bluetopnav.gif) no-repeat top;
	background-color:  #193254;
	font-weight: normal;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

li#first{ margin-left: 25px; width: 6em;
}

li#last{  margin-right: 1px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* SIDE NAV STYLES */


#sidenavgeneral p {
	font-family: trebuchet MS, trebuchet, arial, helvetica; 
	font-size: 12px;
	font-color: black;
	border-top: 1px dotted;

}

/* For the header of the side nav */
#sidenavtop { 	
	font-family: trebuchet MS, trebuchet, arial, helvetica; 
	font-size: 14px;
	font-color: black;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px;
	line-height: 30px;
	background: url(/gfx/main/h1_leaf.gif) no-repeat 0 50%;
	background-color: #A8AF80;
	/*	background-color: #949975; */
	border-top: 1px dotted;
}

#sidenavtop a {color: #000000; text-decoration: none;}
#sidenavtop a:hover {font-color: #000000; text-decoration: underline; }
#sidenavtop a:visited{ color: #000000; text-decoration: none;}

#sidenav a { text-decoration: none;}
#sidenav a:hover{ color: #949975 }

#sidenav ul {
	padding: 0;
	margin: 15;
	list-style-image: url(/gfx/bluebox.gif);
	font-family: trebuchet MS, trebuchet, arial, helvetica; 
	font-size: 11px;
}
