@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: #15467B;
	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: #0c3360;
	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: #0c3360;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #15467B;
	display: block;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-right: 25px;
	padding-left: 25px;
	background-image: url(onblue_bg3.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #E3E2DC;
	border-right-color: #E3E2DC;
	border-bottom-color: #15467B;
	border-left-color: #E3E2DC;
	float: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#Logoholder {
	background-color: #FFFFFF;
	padding-top: 10px;
}



/* 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: #0c3360;
	background-image: url(ondark.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: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E3E2DB;
	border-right-color: #E3E2DB;
	border-bottom-color: #0c3360;
	border-left-color: #E3E2DB;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
	color: #FFFFFF;
}


#containernav {
	background-position: center top;
	width: 800px;
	height: 35px;
	background-color: #15467B;
	background-image: url(onblue_bg3.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: #0c3360;
	border-left-color: #F9F9F7;
}

