

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
	
}



.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    color:#fff;
    width: 180px;
    padding: 0px 17px;
    border-bottom: 1px solid #dce2d2;
    margin: 0 0 0 1px;
    /*min-width: 79px; be nice to Opera */
}
.tabs-nav li:hover {
background-color: #dce2d2;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
}
.tabs-nav a {
    font-family:Arial, Helvetica, sans-serif;
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #453316;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0;
    /*text-align: center;*/
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}



.tabs-nav a.active {
    font-family:Arial, Helvetica, sans-serif;
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #B2C297;
    font-size: 14px;
    font-weight: bold;
  
    /*text-align: center;*/
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}

.tabs-nav a:hover {
  color: rgb(69, 51, 22);;
}


