/* Navigation --------------------------------------------------------------------- */#navWrap{  margin:0px;   font-family:times;  padding-left:7px;}#nav{   position: relative;   bottom: 0;   right: 0;   z-index: 999;   list-style: none;   height: 33px;   background: #FFFFFF url(../images/bottom_nav.jpg) no-repeat center bottom;   border:0px solid #999999;   font-family:times;   font-size:13px;   float:right;}#nav ul{	margin:0px;	padding:0px;}#nav li{   float: left;   /*margin-right: 3px;   /*background: url(../images/bg_nav_li2.gif) no-repeat right top;*/   font-size: 1em;   text-transform:none;   list-style-type:none;	margin-left:10px;	}#nav li.current{   background-position: right bottom;}#nav li a{   float: left;   display: block;   height: 22px;   padding: 9px 2px 0;   /*background: url(../images/bg_nav_li_a2.gif) no-repeat left top;*/   color: #97ABD5;   text-decoration: none;}#divider{	float: left;	   display: block;	   height: 22px;	   padding: 9px 2px 0;	   /*background: url(../images/bg_nav_li_a2.gif) no-repeat left top;*/	   color: #D5E48F;	   text-decoration: none;}#nav li.current a{   /*background-position: left bottom;  MODIFIED */   color: #333333;}#nav li:hover,#nav li.sfhover{   background-position: right -31px;}#nav li.current:hover,#nav li.sfhover.current{   background-position: right bottom;}#nav li:hover a,#nav li.sfhover a{   background-position: left -31px;   color: #8495ba;}#nav li.current:hover a,#nav li.sfhover.current a{   background-position: left bottom;   color: #666666;}#nav li#nav_home.current{   background-position: right top;}#nav li#nav_home.current a{   background-position: left top;   color: #9BAAB5;}#nav li.current#nav_home:hover,#nav li.current.sfhover#nav_home{   background-position: right -31px;}#nv li.current#nav_home:hover,#nav li.current.sfhover#nav_home a{   background-position: left -31px;   color: #666666;}#nav li ul{   clear: left;   position: absolute;   left: -999em;   z-index: 999;   width: 161px;   margin-top: 31px;			/* this changes top position of entire dropdown */   margin-left: -7px;   _margin-top: 0; /* IE6 only */   border:1px solid #FFFFFF;	/* changes border on the side of the dropdown list */   border-top: 0;   border-bottom: 0;   list-style: none;   line-height: 1;   padding-left:0px;}/* http://thatnorwegianguy.wordpress.com/2007/03/20/ie7-css-filter-hack/ */*+html #nav li ul{   margin-top: 0;				/* this changes top position of entire dropdown JUST FOR IE 7.0 */}*html #nav li ul{								/* this would change soemthing JUST FOR IE 6.0 */}#nav li li{   display: inline;   _display: block;   float: none;   _float: left;   margin: 0;   font-size: .8em;   text-transform: none;}#nav li ul ul{   margin: -31px 0 0 161px;}#nav li:hover ul ul,#nav li.sfhover ul ul{   left: -999em;}#nav li:hover ul,#nav li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul{   left: auto;}#nav li li li{   font-size: 1em;}#nav li:hover li a,#nav li.sfhover li a{   float: none;   width: 161px;   height: auto;   padding: 10px 10px;   border-top: 1px solid #FFFFFF;		/* changes border on top of each dropdown list item */   border-bottom: 1px solid #90a3cb;   color: #FFFFFF;   background:#B6C4E2;                /* background color for dropdown lists */	}#nav li:hover li a{/*margin-left:-30px;*/}#nav li:hover li a:hover,#nav li.sfhover li a:hover{   background: #97ABD5;				/* background mouseover color for dropdown lists */}#nav img{	border:none;}