
.menu
{
    padding: 0;
    clear: both;
}
.menu li
{
    display: inline;
}
.menu li a
{
    background: #fff;
    padding:7px 10px 8px 10px;
    float: left;
    border-right: 1px solid #ccf;
    border-bottom: none;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
.menu li.active a
{
    color:#fff;
    background: url('../images/bg-tab.png') repeat-x;
}
.content
{
    float: left;
    clear: both;
    border: 1px solid #ccf;
    border-top: none;
    border-left: none;
    background: #eef;
    padding: 10px 20px 20px;
    width: 400px;
}
