/* main horizontal menu */
#tablist2
{
    padding: 3px 0;
    margin: 5px;
    float: left;
    font: .7em Arial, Verdana sans-serif;
    line-height: 25px;
}
#tablist2 li
{
    list-style: none;
    display: inline;
    margin: 0; /*border: 1px solid #3B3B3B;*/   
    
}
#tablist2 li a
{
    text-decoration: none;
    padding: 4px 22px;
    margin-right: 2px;
    background: #B20202;
    font-weight: regular;
    color: #ffffff;    
}
#tablist2 li a:hover
{
    background: #EEEEEE;
    color: #39393B;
    font-weight: bold;
    padding: 6px 25px;
}
#tablist2 li a.current
{
    background: #B20202;
    color: #ffffff;
    font-weight: bold;
    padding: 6px 25px;
}
#tablist2 .key
{
    text-decoration: underline;
}

/* main menu topics */
#topicstablist2
{
    clear: left;
    float: left;
    width: 100%;
    background:  url(/portlets/tablist/images/tablist2-topicsbg.gif) repeat-x left bottom;
    padding: 2px 5px;
    margin: 0 0 2px 0;
    color: #fff;
    height: 0px;
}
