DIV.Menu {
    position:absolute;
    margin: 0px;
    padding: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
    width:180px;
    background-image:url(Menu_bk.jpg);
}
DIV.Menu DIV.menuContent {
    padding-top:31px;
    padding-bottom:30px;
    margin:0px;
}
DIV.Menu DIV.top {
    position:absolute;
    left:0px;
    top:0px;
    height:31px;
    width:100%;
    background-image:url(Menu_H.jpg);
}

DIV.Menu DIV.bottom {
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    height:30px;
    background-image:url(Menu_B.jpg);
}

DIV.Menu UL.MenuSection {
    padding:0;
    margin:0;
    list-style-type:none ;
    font-size:1.05em;
    
    
}
DIV.Menu UL.MenuSection LI{
    padding:0px;
    margin:0px;
}
DIV.Menu UL.MenuSection UL.MenuSection {
    margin-left:10px;
    margin-top:0px;
    font-size:0.8em;
}
DIV.Menu UL.MenuSection LI.MenuTitleSectionR a {
    display: block ;
    width: 180px ;
    line-height: 41px ;
    text-indent: 10px ;
    text-align: left;
    font-weight: bolder;
    font-size: 12px;
    font-family: verdana,arial,helvetica;
    color: #660000;
    background: url(MG_LV0.jpg) no-repeat 0px 0px ;
}
DIV.Menu UL.MenuSection LI.MenuTitleSectionR a[href]:hover {
    background: url(MG_LV0.jpg) no-repeat 0px -41px ;
}

DIV.Menu LI.MenuTitleSectionS a {
    display: block ;
    width: 180px ;
    line-height: 41px ;
    text-indent: 20px ;
    font-weight: bolder;
    font-size: 12px;
    font-family: verdana,arial,helvetica;
    color: #660000;
    text-align: left;
    background: url(MG_LV0S.jpg) no-repeat 0px 0px ;
}
DIV.Menu LI.MenuTitleSectionS a[href]:hover {
    background: url(MG_LV0S.jpg) no-repeat 0px -41px ;
}

DIV.Menu UL.MenuSection LI.MenuTitleSection {
    height: 15px;
    list-style-type: none;
    list-style-position: inside;
    margin-top:4px;
    margin-bottom:4px;
}
DIV.Menu UL.MenuSection LI.MenuTitleSection a{
    font-size: 10px;
    font-weight: bolder;
    font-family: verdana,arial,helvetica;
    color: #660000;
}
DIV.Menu UL.MenuSection LI.MenuTitleSection a[href]:hover {
    font-size: 12px;
    text-decoration: underline;
}
DIV#MainMenu {
    left:0px;
}
DIV#SubMenu {
    right:0px;
}
