#menu {
    position: absolute;
    left: 0px; 
    width: 198px; 
    background: none; 
    padding 0px;
    font-family: Georgia, "Times New Roman", serif; 
}
#menu ul {
    margin:0;
    padding:3px 0 0 0; 
    background: url(../img/mlr.gif) repeat-y center transparent;
    text-align:center;
}
#menu li {
    margin:0; 
    list-style-type: none;
    display:inline;
}
#menu a {
    margin-left:auto; 
    margin-right: auto;
    text-align: left;
    padding:2px 0 2px 10px;
    display:block; 
    width: 175px; 
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #D6D3D6; 
    border-left: 1px #EFEFEF;
    background: #EFEFEF;
    color:#4A5152; 
    text-decoration: none;
    font-weight:bold;
}
#menu a:hover {
    color:#000;
    background:#D6D7DE;
    border: 1px solid #4A5152;
}
html>body #menu a {
    width: 165px;
}
#menu div { 
    padding: 0 0 6px 0; 
    background: url(../img/mb.gif) center bottom no-repeat;
    text-align:center;
}

#menu h4 {
    color: #11758C;
    margin:20px 0 0 0; 
    padding-left: 15px;
    font-size: 70%;
    font-weight:bold;
    text-transform: uppercase;
    text-align:left;
    background: url(../img/mu.gif) no-repeat top center;
}

#menu h4 span{
    background: white;
    padding: 3px 5px  0px 5px;
}
