/* side nav styles */
.sideNav {
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    width: 220px;
    margin: 10px 0;
}

#side_menu {
    margin: 0 17px 0 0;
    padding: 0 0 0 6px;
    background: transparent;
}

#side_menu {
    width: 185px;
}

#side_menu dt {
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 2.0em;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #ebebeb;
    color: #555;
    background: url(/_styles/images/dropList.gif) no-repeat 170px 3px;
}

#side_menu dd {
    padding: 0;
    margin: 0;
}

#side_menu ul {
    padding: 0 10px;
    margin: 0;
}

#side_menu li {
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
    list-style-type: none;
    border-bottom: 1px solid #ebebeb;
    list-style-type: none;
}

#side_menu li a {
    color: #555;
    line-height: 1.4em;
    text-decoration: none;
    display: block;
    border: 0;
    padding: 5px 0 5px 15px;
    margin: 0;
    list-style-type: none;
    background: #fbfbfb url(/_styles/images/subMenuMarker.gif) no-repeat center left;
    font-size: 11px
}

#side_menu dt a {
    color: #555;
    line-height: 1.4em;
    font-weight: normal;
    text-decoration: none;
    display: block;
    border: 0;
    padding: 5px 0;
    margin: 0;
    list-style-type: none;
    background: #fbfbfb
}

#side_menu li a:hover {
    background: #F5F5F5 url(/_styles/images/subMenuMarker-hover.gif) no-repeat center left;
    color: #699F09;
    font-weight: normal;
}

#side_menu dt a:hover {
    background: #F5F5F5;
    color: #699F09;
    font-weight: normal;
    text-decoration: none;
}

#side_menu dt:hover {
    color: #699F09;
    font-weight: normal;
    text-decoration: none;
}
