.tabs ul.tabsnavigation 
{
 display: block;
 list-style-type: none;
 padding: 0;
 margin: 1em 0 0;
}

.tabs ul.tabsnavigation li 
{
 display: inline;
 list-style-type: none;
 margin: 0 0 0 0.5em;
 padding: 0;
 border: 1px solid #CCC;
 background-color: #EEE;
 line-height: 1em;
}

.tabs ul.tabsnavigation li.current 
{
 background-color: #FFF;
 border-bottom-color: #FFF;
 margin-bottom: 0;
}

.tabs ul.tabsnavigation li:hover 
{
 background-color: #E0E0E0;
}

.tabs ul.tabsnavigation li.current:hover 
{
 background-color: #FFF;
}

.tabs ul.tabsnavigation li a 
{
 margin: 0;
 padding: 0 0.5em;
 color: #222;
 text-decoration: none
}

.tabs ul.tabsnavigation li.current a 
{
 font-weight: bold;
}

.tabs .tab 
{
 border: 1px solid #CCC;
 margin: 1px 0 1em;
 padding: 1em;
}


