#header-menu ul{
    list-style-type: none;
    padding: 5px 0;
}

#header-menu ul li{
    display: inline;
    background: transparent url("../images/menu-separator.png") no-repeat top right;
    color: #000000;
    padding: 0 5px;
}

#header-menu ul li a,
#header-menu ul li a:link,
#header-menu ul li a:visited,
#header-menu ul li a:active{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#header-menu ul li a:hover{
    color: #660000;
}
/*
#header-menu ul .selected a,
#header-menu ul .selected a:hover{
    color: #660000;
    font-weight: bold;
}*/

#header-menu ul .disabled a,
#header-menu ul .disabled a:hover{
    color: #999999;
}

#header-menu ul li .home{
    background: transparent url("../images/home.png") no-repeat;
    width: 24px;
    height: 24px;
    margin: 0 0 0 5px;
    float:left;
}

.sub-menu{
    list-style-type: none;
    border-bottom: 1px solid #000000;
}

.sub-menu li{
    min-height: 19px;
    background: #ffffff url("../images/menu-bg2.png") no-repeat top right;
    color: #000000 !important;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 0 0 15px;
}

.sub-menu .top,
.sub-menu .last{
    height: 26px;
    background: #ffffff url("../images/menu-bg1.png") no-repeat top right;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0 0 15px;
}

.sub-menu a,
.sub-menu a:link,
.sub-menu a:visited,
.sub-menu a:active{
    color: #000000;
    font-size: inherit;
    font-weight: bold;
    text-decoration: none;
}

.sub-menu a:hover{
    color: #660000;
}

