.tabbed-box {
      width: 950px;
height:90px;
margin:0px auto;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
 }
 .tabs {
	 width:652px;
margin-left:7px;
border-left:2px solid #727272;
border-right:2px solid #727272;
height:40px;
padding-left:280px;
background:url(https://www.utahskis.com/v/header_bg_texture.png) ;
margin-top:0px;
margin-bottom:0px;
z-index:2500;
 }
   .tabbed-box .tabs li {
width:120px;
      list-style: none;
      float: left;
}
   .tabbed-box .tabs li a {
      display: block;
      width: 120px;
      padding: 13px 0px 0px;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      color: #fff;
      border-bottom: 0px solid #181726;
      height:27px;
}
   .tabbed-box .tabs li:first-child a {
      border-left: none;
	  margin-bottom:0em; }
   .tabbed-box .tabs li a:hover {
      color: #fff; }
   .tabbed-box .tabs li a:focus {
      outline: none; }
   .tabbed-box .tabs li a.active {
    
      color: #fff;
      border-bottom: 0px solid #181726; }
   .tabbed-content {
      display: none; }
