.jqueryslidemenu {
    font: 16px Arial;
    width: 100%;
    float: left;
    behavior: url(csshover.htc);
}

.jqueryslidemenu ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
    float: left;
}

/*Top level list items*/
.jqueryslidemenu ul li {
    list-style-type: none;
    /*margin: 4px 5px 0 5px !important;*/
    position: relative;
    float: left;
    z-index: 10001;
    
}
.jqueryslidemenu ul li:hover a {
    background: #d1c6b9;
    color: #382112;
}
.jqueryslidemenu ul li:hover a .icon {
    color: #8c171e;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
    display: block;
    color: #d7dacc;
    text-decoration: none;
    text-align: left;
    padding: 17px 10px 18px;
}
.jqueryslidemenu a.curpage {
    color: #382112;
    background-color: #d1c6b9;

}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
    
}
.jqueryslidemenu li:hover ul {
	display: block;
}
 
.jqueryslidemenu ul li a:hover{
    color: #382112;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
    position: absolute;
    left: 0;
    display: none;
    background: #fff !important;
    width: 190px !important;
    margin: 0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li {
    display: list-item;
    float: none;
    margin: 0 !important;
    height: auto !important;
    text-transform: none;
    color: #1f1f21;
    padding: 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul {
    top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
    font: normal 11px Arial;
    margin: 0;
    height: auto !important;
    color: #6f5f4d !important;
    background: url("/img/2_13/menuArrowRed.png") no-repeat 10px center #d1c6b9 !important;
    display: block;
    padding: 4px 0 4px 25px !important;
    text-align: left;
}

.jqueryslidemenu ul li ul li a:hover { /*sub menus hover style*/
    background: url("/img/2_13/menuArrowOrange.png") no-repeat 10px center #382112 !important;
    color: #dfb166 !important;
}

html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
    position: absolute;
    top: 12px;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: 6px;
    right: 5px;
}
