
.jquerycssmenu {
    padding:27px 0px 0px 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#215676;
    font-style:italic;
    font-weight:bold;
    text-align:center;
    z-index:500;
}

.jquerycssmenu a:link {
    color: #215676;
    text-decoration: none; 
}
.jquerycssmenu a:visited {
    color: #215676;
    text-decoration: none; 
}
.jquerycssmenu a:hover {
    color: #215676;
    text-decoration: underline; 
}
.jquerycssmenu a:active {
    color: #215676;
    text-decoration: underline; 
}

.jquerycssmenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
    position: relative;
    display: inline;
    float: left;
    width: 120px;
    text-align:center;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
    display: block;
    color: #2d2b2b;
    text-decoration: none;
}

.jquerycssmenu ul li a:hover{
    /*background-image: url(/image/tintbluedark.gif)*/
    /*tab link background during hover state*/
}






/*1st sub level menu*/
.jquerycssmenu ul li ul{
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
    display: list-item;
    float: none;
    text-align:left;
    width: 131px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
    top: 0;
}



/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    font-style:normal;
    width: 120px; /*width of sub menus*/
    background: #E6F2EE;
    color: black;
    padding: 4px 5px;
    margin: 0;
    border: 1px solid black;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
    background: #eff9ff;
    color: black;
}
