/* CSS Document */

#nav, #nav ul {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	font-size: 12px;
	z-index: 1;
}

#nav {
	margin-bottom: 0.2em;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -.1em;
	width: 181px;
	w\idth: 181px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 181px;
	margin-top : -1.88em;
	font-size: 1em;
	width: 12em;
	w\idth: 12em;
}

#nav li ul ul { /* third-level lists */
	position: absolute;
	left: -999em;
	font-size: 1em;
	margin-left: 13.1em;
	width: 12em;
	w\idth: 12em;
}

#nav li ul ul ul{ /* fourth-level lists */
	position: absolute;
	left: -999em;
	font-size: 1em;
	margin-left: 13.1em;
}

#nav li ul ul ul ul{ /* fifth-and-above-level lists */
	position: absolute;
	left: -999em;
	font-size: 1em;
	margin-left: 13.1em;
}

#nav li a {
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background-color : white;
	border : 1px solid black;
	padding : .21em 0.5em;
}

#nav li li a {
	display : block;
	color : black;
	font-weight : bold;
	text-decoration : none;
	background-color : white;
	border : 1px solid black;
	padding : .21em 0.5em;
	width: 12em;
}

#nav a.parent {
	background: url(../Collapsed.gif) center right no-repeat;
	color : black;
	background-color : white;
	text-decoration: none;
}

#nav li a:hover {
color : blue; /* formerly #3366DE */
background-color : #F0F0F0;
text-decoration: underline;
}

#nav a.nolink {
	color: black;
	background-color: white;
	text-decoration: none;
}

#nav a.nolink:hover {
	color: black;
	background-color: #F0F0F0;
	text-decoration: none;
}

#nav a.parentNolink {
	background: url(../Collapsed.gif) center right no-repeat;
	color: black;
	background-color: white;
	text-decoration: none;
}

#nav a.parentNolink:hover {
	background: url(../Collapsed.gif) center right no-repeat;
	color: black;
	background-color: #F0F0F0;
	text-decoration: none;
	cursor: text;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* HOUSE ICON HIGHLIGHTING ON HOME LINK */
.homeImage {
	background-image :url(../images/homeRollover.gif);
	background-position: 6px 3px;
	background-repeat: no-repeat;
	text-indent: 17px;
}
.homeImage:hover {
	background-position: 6px -17px;
}
