@charset "utf-8";
/* CSS Document */
nav{height: 30px; width: 100%; background: #d0d0d0; font-weight: normal;  position: relative; color:#555555; font-size:13px; text-transform:uppercase;}  
nav ul{padding: 0; margin: 0 auto; width: 100%; height: 30px; background:none;}  
nav li{display: inline; float: left; padding:0% 3.8%;} 
.clearfix:before,  
.clearfix:after{content: " "; display: table;}  
.clearfix:after{clear: both;}  
.clearfix { *zoom: 1;} 
nav a {color: #555555; display: inline-block; text-align: center; text-decoration: none; line-height: 30px;} 
nav a:link, nav a:visited{color: #555555;}
nav li a {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}  
nav li:last-child a {border-right: 0;}
nav a:hover, nav a:active { text-decoration:none;color: #000;}  
nav a.current{background-image: url('../images/downarrow.png');background-repeat:no-repeat; background-position:center bottom; height:48px;color: #000;}
nav a#pull {display: none; height:40px;	line-height:40px;} 