#LeftNavigation {
    float: left;
    display: inline;
    width: 190px;
    background: #fafafa;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    padding: 5px 5px 5px 5px;
    color: #222;
    /*-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;*/
    overflow: visible;
}

/*#LeftNavigation a {
    width: 100%;
    display: block;
    color:#0A6FB1;
    height: 25px;
    border-bottom: solid gray 1px;
    vertical-align: middle;
    padding-top: 3px;
    text-decoration: none;
}

#LeftNavigation a:hover {
    color:#000000;
    background-color: #EEEEEE;
}*/

#LeftNavigation h5 {
    background:#DDD;
    color:#192839;
    font-size:10pt;
    font-weight:bold;
    margin:5px 0 0px;
    padding:2px 10px;
    text-transform:uppercase;
    border-bottom: 1px solid #aaa;
}
#LeftNavigation a, #LeftNavigation a:active {
    font-size: 12pt;
    line-height: 1.4;
    color: #0f67a1;
    display: block;
    padding:2px 10px;
    margin: 0;
    text-decoration: none;
    position: relative;
    border-bottom:1px solid #EEEEEE;
    font-weight: bold;
}
#LeftNavigation a:hover {
    background: #eee;
    color: #192839;
    border-bottom: 1px solid #ddd;
}
#LeftNavigation p a {
    display: inline;
    padding: 0;
    text-decoration: underline;
    font-size: 8pt;
}
