.layout-menu {
    margin : 0 0 0 0;
    padding : 0 0 0 0;
    width : 225px;
    font-family : Tahoma, "Segoe UI", Arial, Corbel, Verdana, sans-serif;
    font-size : 11px;
    overflow : hidden; /* WIN IE5 hack */
}
.menu-body-bg {
    padding : 2px;
    background : url(images/menu/body-bg.jpg) #000000 repeat-y;
}
.menu-body-content {
    border-top : 1px solid #ffffff; /*padding: 6px 8px 0 8px;*/
    padding : 6px 0 6px 0;
}
.menu-body-content a {
    padding : 3px 6px 5px 12px;
    display : block;
    background : url(images/menu/link_bg_hover.jpg) no-repeat -1000px -1000px;
    color : #33ccff;
    text-decoration : none;
}
.menu-body-content a:hover {
    border-bottom : 1px solid #ffffff;
    border-top : solid 1px #ffffff;
    padding : 2px 6px 4px 12px;
    background : url(images/menu/link_bg_hover.jpg) no-repeat center center;
    color : #ffffff;
    text-decoration : none;
}
.menu-border-spacer {
    padding : 4px;
}
.menu-head-bg {
    padding : 2px;
    background : url(images/menu/head-bg.jpg) #000000 no-repeat;
}
.menu-head-content {
    padding : 6px 0 2px 0;
}
.menu-head-content a {
    padding : 3px 6px 5px 6px;
    display : block;
    background : url(images/menu/link_bg_hover.jpg) no-repeat -1000px -1000px;
    color : #33ccff;
    text-decoration : none;
}
.menu-head-content a:hover {
    border-bottom : 1px solid #ffffff;
    border-top : solid 1px #ffffff;
    padding : 2px 6px 4px 6px;
    background : url(images/menu/link_bg_hover.jpg) no-repeat center center;
    color : #ffffff;
    text-decoration : none;
}
.menu-link-hover {
    padding-top : 0px;
    padding-bottom : 0px;
    border : solid 1px #707070;
    background : #707070;
    /*border-left: 0;
	border-bottom: 0;*/
    cursor : hand;
}
.menu-link-hover a {
    width : 160px;
    background : #141414;
    color : #33ccff;
    text-align : left;
    cursor : hand;
}
.menu-link-hover a:hover{
    padding-right : 0;
    padding-top : 3px;
    padding-bottom : 5px;
    width : 160px;
    background : url(images/layout/layout-bg.jpg) #404040 repeat-y right center;
    color : #ffffff;
    cursor : hand;
}
