/* main horizontal menu */
#tablist2
{
    padding: 3px 0;
    margin: 5px;
    float: right;
    font: .7em Arial, Verdana sans-serif;
}
#tablist2 li
{
    list-style: none;
    display: inline;
    line-height: 25px;
    margin: 1px; /*border: 1px solid #3B3B3B;*/   
    
}
#tablist2 li a
{
    text-decoration: none;
    padding: 10px 25px;
    margin-right: 1px;
    color: #000;
    background: #6495AB url(/portlets/tablist/images/mcmenudikeyzemin.gif);    
}
#tablist2 li a:hover
{
    background: #6495AB url(/portlets/tablist/images/tablist2-tabhover1.gif);
    color: #2166c1;
    font-weight: bold;
}
#tablist2 li a.current
{
    background: #9FC7D8 url(/portlets/tablist/images/tablist2-tabhover1.gif);
    color: #000;
    padding: 10px 25px;
    font-weight: bold;
}
#tablist2 .key
{
    text-decoration: underline;
}

/* main menu topics */
#topicstablist2
{
    clear: right;
    float: right;
    width: 100%;
    background:  url(/portlets/tablist/images/mcmenudikeyzemin.gif) repeat-x left bottom;
    padding: 1px 1px;
    margin: 0 0 1px 0;
    color: #fff;
    height: 0px;
}
