.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}

.tabs-menu {
	width:100%;
	margin:10px 0 0;
	padding:0;
}

#tabs-container > div {
	margin-left:10px;
}

.tabs-menu li {
	border-radius: 4px 4px 0 0;
	list-style-type:none;
    height: 30px;
    line-height: 31px;
    float: left;
    margin-right: 1px;
    background-color: #a2ad91;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
	font-family: 'Droid Sans', sans-serif;
	font-size:14px;
}

.tabs-menu li.current {
    position: relative;
    background-color: #dee2d6;
    /*border-bottom: 1px solid #fff;*/
    z-index: 5;
}

.tabs-menu li a {
    padding: 15px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none; 
}

.tabs-menu .current a {
    color: #425f13;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: 938px;
    padding: 20px;
    display: none;
	height:auto;
	-webkit-box-shadow: inset 0px 0px 0px 10px rgba(222,226,214,1);
-moz-box-shadow: inset 0px 0px 0px 10px rgba(222,226,214,1);
box-shadow: inset 0px 0px 0px 10px rgba(222,226,214,1);
}
#tabs-container{
height:auto;
background-color:#bcc5ad;
overflow: auto;
}

#tab-1 {
 display: block;   
}