/* NAV */#nav {	float: left;}#nav ul { list-style-type: none; margin-left: 0px;}#nav ul li { float: left; }#nav ul li a {	color: #fff; 	display: block;	padding: 12px 0;	text-align: left;	font-size: 14px;	margin-left: 80px;	text-decoration: none;	color: #4d4d4d;}#nav ul li a:hover {	color: #fff;	background-image: url('../images/nav-arrow.gif');	background-repeat: no-repeat;	background-position: center bottom;}#nav ul li a#selected {	color: #fff;	background-image: url('../images/nav-arrow.gif');	background-repeat: no-repeat;	background-position: center bottom;}/* SUBPAGE MAIN NAV - CHANGED ARROW COLOR */#nav #nav-sub ul li a:hover {	color: #fff;	background-image: url('../images/nav-arrow-sub.gif');	background-repeat: no-repeat;	background-position: center bottom;}#nav #nav-sub ul li a#selected {	color: #fff;	background-image: url('../images/nav-arrow-sub.gif');	background-repeat: no-repeat;	background-position: center bottom;}/* SUBPAGE NAV */#subpage #left-col ul {	list-style-type: none;}#subpage #left-col ul li a {	display: block;	border-bottom: 1px solid #3D3E43;	color: #fff;	margin: 0;	text-decoration: none;	padding: 8px 9px;}#subpage #left-col ul li a:hover {	color: #657090;}#subpage #left-col ul li a#sub-selected {	color: #657090;	border-bottom: 1px solid #657090;}#subpage #left-col ul li#subnav-logo {	margin-left: 8px;clear: both;}#subpage #left-col ul li#subnav-logo img {	border: 0;}