.tabs-menu {width:100%;height: 30px;float: left;clear: both;list-style-type:none;}
.tabs-menu li {
    width:29%;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #2E7DA3;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {padding: 10px;text-transform: uppercase; color: #fff;text-decoration: none; }
.tabs-menu .current a { color: #2e7da3;font-weight:bold;}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.tab-content {
    width:90%;
    padding: 20px;
    display: none;
}
#tab-1 {display: block;}

p.tabtitle{color:#2E7DA3;font-weight:bold;border-bottom:1px dashed #2E7DA3;width:200px;}
p.tabtext{margin:0.5em 1em 0.5em 1em;}