#nav_sub {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 213px;
}
#nav_sub ul { 
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 213px;
    z-index: 99;
    overflow: visible;
    position: absolute;
    left: 213px;
    top: 0px;
    background-color: #ffffff;
}
#nav_sub li { 
    position: relative; 
    width: 218px;
    display: block;
    height: auto;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
}
#nav_sub a {
    color: #717171;
    text-decoration: none; 
    display: block;
    padding: 0px 5px 0px 15px;  
    margin: 0px; /*helps Opera with hover */
    width: 193px; /*helps IE with hover */
    font-size: 13px;
    line-height: 30px;
    font-variant: small-caps;
    border-bottom: 1px dotted #bfbfbf;
    background-color: #ffffff;
}
#nav_sub li.here a {
    color: #893836;
    background-image: url(../images/menu_heart.gif);
    background-position: 0px 12px;
    background-repeat: no-repeat;
}
#nav_sub a:hover{
    text-decoration: none; 
    display: block;
    color: #893836;
    background-image: url(../images/menu_heart.gif);
    background-position: 0px 12px;
    background-repeat: no-repeat;
}
#nav_sub ul, #nav_sub ul ul, #nav_sub ul ul ul{
    display: none;
    /* display:block; */
}
#nav_sub li:hover ul ul, #nav_sub li:hover ul ul ul{
    /* display:none;  */
    display: block;
}
#nav_sub li:hover ul, #nav_sub ul li:hover ul, #nav_sub ul ul li:hover ul{
    display: block;
}
li>ul {
    left: auto;
    top: auto;
}
li.last a{
    border: none !important;
}
