/***********************************************//* leftnavbar.css                              *//*                                             *//***********************************************//***********************************************//* Layout Divs                                 *//***********************************************/#navBar{	float: left;	width: 180px;	margin: 0px;	padding: 0px;	background-color: #F2D65E;}/*********** #navBar link styles ***********/#navBar ul a:link, #navBar ul a:visited {display: block;}#navBar ul {list-style: none; margin: 0; padding: 0;}/* hack to fix IE/Win's broken rendering of block-level anchors in lists */#navBar li {border-bottom: 1px solid #EEE;}/* fix for browsers that don't need the hack */html>body #navBar li {border-bottom: none;}/*********** #sectionLinks styles ***********/#sectionLinks{	position: relative;	margin: 0px;	padding: 0px;	padding-top:10px;	padding-bottom:10px;	font-size: 70%;}#sectionLinks h3{	padding: 10px 0px 2px 10px;}#sectionLinks a {	display: block;	padding: 10px 0px 10px 10px;	color:#003082;	text-decoration: none;}#sectionLinks a:hover{	background-color:#FFFFFF;	border-right-width: thin;	border-bottom-width: thin;	border-right-style: solid;	border-bottom-style: solid;	border-right-color: #999999;	border-bottom-color: #999999;	background-position: right center;}.submenu {	background-color:#FFFF99;	margin-left:10px;	border-top-width: thin;	border-left-width: thin;	border-top-style: solid;	border-left-style: solid;	border-top-color: #999999;	border-left-color: #999999;}.submenu a:hover {	background-color:#000000;}