.jquerycssmenu{
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    padding-left:none; /*offset of tabs relative to browser left edge*/
    z-index: 5;
    font-size: 13px;
}

.jquerycssmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    z-index: 5;
}

/*Top level list items*/
.jquerycssmenu ul li{
    position: relative;
    display: inline;
    float: left;
    border-right: 1px solid #8a9499;
    z-index: 5;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
    display: inline;
    padding: 5px 11px 4px 11px;
    color: #293033;       
    font-size:13px;
    text-decoration: none;
    z-index: 5;
}
.jquerycssmenu ul li p{
    display: block;
    padding: 5px 0px 4px 0px;
    margin-bottom:-12px;
    margin-top:-.5px;
    margin-right: 4px; /*spacing between tabs*/
    color: #293033;
    text-decoration: none;
    z-index: 5;
}
.jquerycssmenu ul li a:hover{

}


/*1st sub level menu*/
.jquerycssmenu ul li ul{
    position: absolute;
    padding-left: none;
    margin-left:none;
    left:0;
    background-color: gray;
    display: block;
    margin-top:22px;
    z-index: 5;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    width: 120px;
    float: none;
    padding-left:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
    top: 0;
    padding-left:none;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
    margin-left: 0;
     padding: 5px 0px 4px 0px;
    position: relative;
    color: #293033;       
    font-size:13px;
    text-decoration: none;
    z-index: 5;
}
.jquerycssmenu ul li ul li p{
    font: normal 13px Verdana;
    background: #4877B4;
     float:left;
     padding: 0;
    color: white;
    margin: 0;
    z-index: 5;
}


.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
                                    background: #eff9ff;
                                    color: black;
                              
}
/* ######### CSS classes applied to down and right arrow images  ######### */



