.jquerycssmenu{
/*background-image:url(../images/BG.png);
*/font: bold 13px Calibri;
width:auto; /* fix the width of the wraper dive here */
padding-left: 0px; /*offset of tabs relative to browser left edge*/
margin:0; padding:53px 0 15px 0;  float:right; position:relative;
z-index:1000;

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

}

/*Top level list items*/
.jquerycssmenu ul li{
border:0px;
position: relative;
display: inline;
float: right;
/*border:1px solid #ff0000;*/
margin-left:0;

}
/* for arrow dixplay at the bottom of the li  --- styles starts here  ----------------
.jquerycssmenu ul li:hover{
background-image:url(../images/menu-arrow-down.png);
background-repeat:no-repeat;
background-position:center 28px;
}

.jquerycssmenu ul li.currentarrow{
background-image:url(../images/menu-arrow-down.png);
background-repeat:no-repeat;
background-position:center 28px;
}*/
/* for arrow dixplay at the bottom of the li  --- styles ends here */

span.subbg{display: block; line-height: 20px; }

/* .jquerycssmenu ul li:hover{background: url(images/nav01_L.png) no-repeat; } */
.jquerycssmenu ul li a:hover { background: #022a3c;}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
width:auto;
display: block;
padding:5px 5px 5px 10px;
/*margin-right: 3px; spacing between tabs*/
color:#fff;
text-align:center;
text-decoration: none;
text-transform:uppercase;
padding-right: 15px;

}

.jquerycssmenu ul li a:hover{
background-position:center;
 /*background-image:url(btnover.png); background-repeat:no-repeat;tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
/*border:1px solid #106a91;*/
background:url(images/menubg.png) repeat;
padding:5px;
visibility: hidden;
margin-left:0px;
}



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

/*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{
/*border:1px solid #ff0000;*/
font: normal 12px,
text-transform:none;
text-align:left;
width: 200px; /*width of sub menus*/
background:#022a3c;
border-bottom: 1px solid #1c4050;
color: #fff;
padding-left:6px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
padding-left:6px;
border-bottom: 1px solid #106b92;
color: #fff;
background:#034b6b;
}
