@charset "utf-8";
/* this was added by Julie */


li.selected a:link {
	text-decoration: none;
	color: #FF6600;
}
li.selected a:visited {
	text-decoration: none;
	color: #000000;
}
li.selected a:hover {
	text-decoration: underline;
	color: #0E5CA7;
}
li.selected a:active {
	text-decoration: none;
}

/* through to here, although I didn't adjust the hover, visited and active settings */


#nav {
	background-color: #FFFFFF;
	text-indent: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	text-align: center;
	margin: 0px;
	float: none;
	clear: none;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #A8A97F;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#nav li {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #A8A97F;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#navholder {
	background-color: #FFFFFF;
	width: 1000px;
}

#nav a {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 20px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left bottom;
	float: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	border: 1px none #E3E2DB;
}


/* this was adjusted by Julie, in that I removed the ID specific setting, and instead added the selected class setting */
#nav a:hover, #nav li.selected a {
	background-color: #FFFFFF;
	background-image: url(purplebar2.gif);
	background-repeat: repeat-x;
	background-position: center top;
	float: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E3E2DB;
	border-right-color: #E3E2DB;
	border-bottom-color: #336600;
	border-left-color: #E3E2DB;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 12px;
	color: #000000;
	margin-right: 1px;
}


#containernav {
	background-position: center top;
	width: 800px;
	height: 35px;
	background-color: #996699;
	background-image: url(purplebar3.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	float: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F9F9F7;
	border-right-color: #F9F9F7;
	border-bottom-color: #88529C;
	border-left-color: #F9F9F7;
}
