.jquerycssmenu{
font: bold 12px Arial, Helvetica, sans-serif;
border-top: 1px solid #90D4EC;
border-bottom: 1px solid #90D4EC;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
background:#F5FCFC;
/*border: 1px solid #9FC9DF;*/
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
z-index:1010;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
/*background: white url(tintblue.gif) top center repeat-x; background of tabs (default state)*/
/*padding: 5px 7px 4px 7px;*/
margin-right: 0px; /*ACmargin-right: 3px;spacing between tabs*/
border-right: 1px solid #9FC9DF;
border-bottom-width: 0;
color: #0071BC;
letter-spacing:1px;
padding: 4px; /*ACpadding: 4px 9px;*/
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background-color:#0071BC;
color:#FFFFFF; /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
z-index:100;
position: absolute;
left: 0;
display: block;
white-space: nowrap;
min-width: 140px; /*140px width of sub menus*/
visibility: hidden;
border-top: 1px solid #90D4EC;
border-left: 1px solid #90D4EC;
border-bottom: 1px solid #90D4EC;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
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;
display: block;
width: auto;
white-space: nowrap;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 12px Arial, Helvetica, sans-serif;
/*width: 130px; width of sub menus*/
background: white;
padding: 4px 15px 5px 5px;
margin: 0;
border-top-width: 0;
text-decoration: none;
letter-spacing:0px;
text-indent: 4px;
color: #0071BC;
/*border-bottom: 1px solid #90D4EC;*/
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background-color:#EBF7FB;/*background: #eff9ff;*/
color: #0071BC;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
