#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}

#nav li { /* all list items */
    position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	margin-right : -1px;
}

#nav li ul li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.68em;
	margin-right : 0px;
	width: 150px;
	border: 1px none #aaaaaa;
	margin-bottom: -1px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-top : -0.1em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left : 150px;
	margin-top : -1.79em;
}


#nav li ul ul ul ul ul{ /* third-and-above-level lists */
	left: -999em;
	margin-left : 150px;
	margin-top : -1.79em;
}

#nav li a, span.nolink {
	display : block;
	color:#333;
	text-decoration : none;
	padding:12px 3px 10px 3px;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	background:url(../images/nav_dvr.gif) right no-repeat;
}

#nav #on a, span.nolink {
	display : block;
	color:#1d1d1d;
	text-decoration : none;
	background:#a2a2a2 url(../images/nav_dvr.gif) right no-repeat;
	color:#FFF;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
}
#nav #on ul li a {
	width: 150px;
	w\idth : 150px; /* not a typo, browser hack */
	display : block;
	color : #333;
	font-weight : normal;
	text-decoration : none;
	background-color : #ECECEC;
	background-image:none;
	border : 0px solid black;
	font-size:12px;
	text-align:left;
	height: 25px;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 1em;
	line-height: 25px;
	/*
		Optional thought i'd make the drop down and popout transparent
		This line is also what is killing the CSS validation
	*/
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#nav #on ul li a:hover {
	color : #3c89c4;
	font-weight:normal;	
}
#nav li ul li a, span.nolink {
	width: 150px;
	w\idth : 150px; /* not a typo, browser hack */
	display : block;
	color : #333;
	font-weight : normal;
	text-decoration : none;
	background-color : #ECECEC;
	background-image:none;
	border : 0px solid black;
	font-size:12px;
	text-align:left;
	height: 25px;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 1em;
	line-height: 25px;
	/*
		Optional thought i'd make the drop down and popout transparent
		This line is also what is killing the CSS validation
	*/
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#nav #on ul #subOn  {
	color: #3c89c4;
	text-decoration: none;
	font-weight: normal;
}

#nav li a:hover {
	color : #3c89c4;
	font-weight:normal;	
}

#nav li ul li a:hover {
	color : #3c89c4;
	font-weight:normal;	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul, #nav li.sfhover ul 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 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, #nav li li li li li.sfhover ul{ /* lists nested under hovered list items */
	left: auto;
}
#column01 #bpShell {
	margin: 0px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
}
