#tabs
{
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 36px;
  border-bottom: 4px solid #067535;
  background: none repeat scroll 0 0 #30AE11;
}

#tabs li
{
    margin: 0;
    padding: 0;
    float: left;
    height: 36px;
    line-height: 36px;
    color: white;
}

#tabs a
{
    color: #FFFFFF;
    float: left;
    font: nomal 12px/35px Arial;
    
    padding: 0 10px;
    text-decoration: none;
    line-height: 36px;
}

#tabs a:hover
{
    color: #F6FF00;
    text-decoration: underline;
}

#tabs a:focus
{
    outline: 0;
}

#tabs #current a
{  
    color: #F6FF00;
    padding-left: 12px;
    padding-right: 15px;
}

#content
{
    background: none repeat scroll 0 0 #F7F7F7;
    border-radius: 0 2px 2px 2px;
    box-shadow: 0 2px 2px #000000, 0 -1px 0 #FFFFFF inset;
    min-height: 50px;
    overflow: hidden;
    padding: 10px 30px 30px;
}

/* Remove the rule below if you want the content to be "organic" */
#content div
{
    min-height: 20px;
    overflow: hidden;
}

/* --- */
#about
{
    color: #999;
}

#about a
{
    color: #eee;
}
