/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */


div#topmenu
{
    margin: 0;
    padding: 0;
}

div#topmenu ul
{
    margin: 0;
    padding: 0;
    background-image: url(../images/topmenu_bg.png);
    background-repeat: repeat-x;
    height: 33px;
}

div#topmenu li
{
    background-image: none;
    height: 33px;
    margin: 0;
    float: left;
    padding: 0;
    font-size: 0.85em;
    font-weight: bold;
    list-style-type: none;
    list-style-image: none;
}

div#topmenu li.selected
{
    background-image: url(../images/topmenu_bg_selected.png);
    background-repeat: repeat-x;
    background-position: left top;

}

div#topmenu li a
{
    text-decoration: none;
    color: #4F5241;
    border-right: 1px solid #C3C4B6;
    display: block;
    float: left;
    margin: 0;
    padding: 15px;
    margin-top: 4px;
    padding-top: 2px;
    padding-bottom: 0;
    height: 22px;
    line-height: 22px;
    background-color: transparent;
}

div#topmenu li a:hover
{
    border-bottom: 3px solid #ABAB9E;
}

div#topmenu div.topmenu-design
{
    background-color: #FFF;
    padding: 0 0.25em 0 0.2em;
}
