@charset "UTF-8";
/* CSS Document */
.navposition { position:absolute; top:142px; left:0; width:985px; margin:0 auto; z-index:100; }
.dropnav { z-index:101; }

.navigation { 
	background:url(../images/bkgd_navigation.png) no-repeat; height:40px; width:985px; 
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; 
	padding:10px 0 0 0; position:relative; z-index:100;	 }

.navigation ul {  margin:0px 0 0 10px; 	list-style-type: none; 	position: relative; z-index:100} 
.navigation ul li { position: relative; display: inline; float: left; height:43px; text-transform:uppercase }
.navigation ul li a { display: block; color: white;	padding: 11px 12px;	text-decoration: none;	cursor:pointer; font-size:13px;  }
.navigation ul li:hover{ background:url(../images/arrow.gif) no-repeat center bottom; /*tab link background during hover state*/ color: #b6a27b;}
.on a {background:url(../images/arrow.gif) no-repeat center bottom; /*tab link background during hover state*/ color: #b6a27b;}
#dropnav ul li { text-transform:none}

