.jquerycssmenu{
    font: bold 12px arial;
    height: 29px;
    width: 980px;
    position: relative;
    top: 0;
    left: 0;
}

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

/*Top level list items*/
.jquerycssmenu ul li{
    position: relative;
    display: inline;
    float: left;
    z-index: 9999999;
    
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
    float: left;
    display: block;
    background: url(../images/vaa_menu_new.jpg) repeat-x;
    color: #000;
    text-decoration: none;
    height: 21px;
    padding: 8px 11px 0 11px;
    border-left: 1px solid #106D05;
}

.jquerycssmenu ul li a:hover{
    background: url(../images/vaa_menu_hover.jpg) repeat-x; /*tab link background during hover state*/
    color: #fff;
}
	
/*1st sub level menu*/
    .jquerycssmenu ul li ul{
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    z-index: 999999;
}

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

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
    float: left;
    font: normal 12px arial;
    width: 220px; /*width of sub menus*/
    background: url(../images/vaa_menu_new.jpg) repeat-x;
    color: black;
    padding: 8px 0 0 5px;
    margin: 0;
    height: 21px;
    font-weight: bold;
    border-right: 1px solid #106D05;
}

* html .jquerycssmenu ul li ul li a{
    float: left;
    font: normal 12px arial;
    width: 220px; /*width of sub menus*/
    background: url(../images/vaa_menu_new.jpg) repeat-x;
    color: black;
    padding: 8px 0 0 5px;
    height: 21px;
    font-weight: bold;
    border-right: 1px solid #106D05;
    clear: both;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: url(../images/vaa_menu_hover.jpg) repeat-x; 
color: #fff;
}
