div.leftmenu {
    /*background: url(img/bg_menu_dark.jpg) repeat-y;*/
    margin-bottom:5px;
}
div.leftmenusep {height: 2px; background: #FFF8E9 url(/images/leftmenusep.gif) no-repeat; }
div.leftmenuitem1 {
    background: url("img/bg_menu_li.png") no-repeat scroll center bottom transparent;
    padding: 5px 12px 9px;
    line-height: 16px;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
}
div.leftmenuitem1 a {
    text-decoration: none;
}
div.leftmenuitem1act {
    background: url("img/bg_menu_dark.jpg") repeat-y;
    padding: 5px 12px 9px;
    line-height: 16px;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px;
}
div.leftmenuitem2 {
    background: url("img/bg_menu_dark.jpg") repeat-y;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    padding: 13px 20px 13px 20px;
}
div.leftmenuitem2act {
    background: url("img/bg_menu_li.png") no-repeat center bottom, url("img/bg_menu_dark.jpg") repeat-y;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    padding: 13px 20px 13px 20px;
}
div.leftmenuitem3 {
    background: url("img/bg_menu_dark.jpg") repeat-y;
    padding: 8px 0 5px 25px;
    line-height: 14px;
    font-size: 12px;
}
div.leftmenuitem3 a:hover{
    text-shadow:0px 0px 10px #1292f5;
}