.jqueryslidemenu {
    font: bold 12px Verdana;
    width: 100%;
    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 {
    /*margin: 4px 5px 0 5px !important;*/
    position: relative;
    float: left;
    list-style-type: none;
    
}
.jqueryslidemenu ul li:hover a {
    background: url("/img/2_12/menuIconBlue.png") no-repeat 3px 9px #f1f0ec;
    color: #466572;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
    display: block;
    color: #eaeae6;
    text-decoration: none;
    text-align: left;
    background: url("/img/2_12/menuIconWhite.png") no-repeat 3px 9px;
    padding: 9px 10px 9px 20px;
}
.jqueryslidemenu a.curpage {
    color: #466572;
    background: url("/img/2_12/menuIconBlue.png") no-repeat 5px center #f1f0ec !important;
}
* 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 ul li:hover ul {
	display: block;
}
.jqueryslidemenu ul li a:hover {
    color: #466572;
}

.jqueryslidemenu a.mainActive {
    /*background: url("/img/2_12/menuActiveTab.png") no-repeat;*/ /*tab link background during hover state*/
    /*color: #2b3236;*/
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
    position: absolute;
    left: 0;
    display: none;
    background: #fff !important;
    width: 190px !important;
    margin: 0;
    z-index: 9999;
}

/*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: #646565 !important;
    background: url("/img/2_12/menuIcon2Blue.png") no-repeat 5px center #f1f0ec !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_12/menuIcon2White.png") no-repeat 5px center #43626f !important;
    color: #f0efeb !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;
}
