/* main horizontal menu */
#tablist2
{
    padding: 3px 0;
    margin: 0;
    float: left;
    font: .7em Arial, Verdana sans-serif;
    line-height: 1.8em;
    line-color: #5c93d6;
    line-weight: 960px;
}
#tablist2 li
{
    list-style: none;
    display: inline;
    margin: 0; /*border: 1px solid #3B3B3B;*/   
    
}
#tablist2 li a
{
    text-decoration: none;
    padding: 4px 25px;
    margin-right: 3px;
    font-weight: bold;
    color: #FFF;
    background: #6495AB url(/portlets/tablist/images/tablist2-tab.gif);    
}
#tablist2 li a:hover
{
    background: #6495AB url(/portlets/tablist/images/mcdikeyzemin.gif);
    color: #003366;
}
#tablist2 li a.current
{
    background: #9FC7D8 url(/portlets/tablist/images/mcdikeyzemin.gif);
    color: #003366;
    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 5px 0;
    color: #fff;
    height: 0px;
}
