@CHARSET "ISO-8859-1";

#menu-box {
    margin: 19px 0 0 20px;
    width: 215px;
    position: absolute;
}

#leftMenu {
    /*font-size: 1em;
    line-height: 1.187em;*/
    font-size: 0.8em;
    line-height: 1.4em;
    float: left;
    width: 100%;
    padding: 20px 0px;
}

#leftMenu ul {
    list-style-type: none;
}

#topList {
    font-weight: bold;
}

#topList a {
    padding: 0px 10px;
    text-decoration: none;
    display: block;
}

.secondList {
    width: auto; /* Firefox */
    position: absolute;
    top: -1pt;
    left: -9999px;
    margin-top: 1px;
    border-left: 1px solid #606060;
}

.topListItem:hover .secondList {
    left: 215px;
}

.topListItem {
    position: relative;
    float: left;
    width: 100%;
    color: white;
    background: rgb(217, 46, 22) url(/images/leftMenuBack.gif) 0 0 repeat-x;
    border-bottom: 1px solid rgb(177, 0, 0);
}

.secondListItem {
    white-space: nowrap;
    float: left;
    width: 100%;
    background: rgb(217, 46, 22) url(/images/leftMenuBack.gif) 0 0 repeat-x;
    border-bottom: 1px solid rgb(177, 0, 0);
}

.topListItem:hover {
    background: rgb(59, 59, 59) url(/images/leftMenuBack_act.gif) 0 0 repeat-x;
    border-bottom: 1px solid rgb(0, 0, 0);
}

.secondListItem:hover {
    background: rgb(59, 59, 59) url(/images/leftMenuBack_act.gif) 0 0 repeat-x;
    border-bottom: 1px solid rgb(0, 0, 0);
}

#right-box {
    margin: 19px 0 0 820px;
    width: 140px;
    position: absolute;
    /*height: auto;
    font-size: 0.687em;
    line-height: 1.187em;*/
}

#rightMenu {
    font-size: 0.687em;
    line-height: 1.187em;
    color: #b9b9b9;
    padding: 20px 10px 30px 10px;
    /*width: 100%;
    padding: 20px 0px 30px 0px;*/
}

#rightLinks {
    
}

#rightLinks ul {
    margin-top: -5px;
    list-style-type: none;
    padding-bottom: 15px;
}

#rightLinks ul li {
    padding: 5px;
}

#rightLinks ul li a {
    text-decoration: underline;
}

#rightLinks ul li a:hover {
    text-decoration: underline;
}
