/* Navigation --------------------------------------------------------------------- */

#navWrap{
  margin:0px;
   font-family:Arial, Helvetica, sans-serif;
  padding-left:7px;
  	text-align:center;
}

#nav{
   float: right;
   bottom: 0;
   right: 0;
   z-index: 999;
   list-style: none;
   height: 33px;
   font-family:arial;
}

#nav ul{
	padding-left:0px;
	margin:0px;
	padding:0px;
}

#nav li{
   float: left;
   /*margin-right: 3px;
   /*background: url(../images/bg_nav_li2.gif) no-repeat right top;*/
   font-size: 1.1em;
   text-transform:none;
}

#nav li.current{
   background-position: right bottom;
}

#nav li a{
   float: left;
   display: block;
   height: 26px;
   padding: 4px 2px 0;
   /*background: url(../images/bg_nav_li_a2.gif) no-repeat left top;*/
   color: #9BAAB5;
   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: #666666;
}

#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: 103px;
   margin-top: 35px;			/* this changes top position of entire dropdown */
   margin-left: 0px;
   _margin-top: 0; /* IE6 only */
   border: 1px solid #000;	/* 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: 8pt;
   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: 103px;
   height: auto;
   padding: 9px 4px;

   border-top: 1px solid #000000;		/* changes border on top of each dropdown list item */
   border-bottom: 1px solid #333;
   background: #666666;
   color: #FFFFFF;
   background:#666666;
   background:#000000;
   opacity: 0.80;
}

#nav li:hover li a{
/*margin-left:-30px;*/
}

#nav li:hover li a:hover,
#nav li.sfhover li a:hover{
   background: #660000;				/* background color for dropdown lists */
}

#nav img{
	border:none;
}



