.jquerycssmenu{
font: normal 14px Verdana;
padding-left: 6px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
padding: 4px 0px 0px 0px;
margin: 0px;
color: #2f4e92;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
/*color:#2f4e92;*/
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
text-decoration: underline;
color: #ffffff;
/*background-image: url(tintbluedark.gif) tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
display: block;
position: absolute;
left: 0;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
padding: 0px;
}

/*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: normal 11px Verdana;
padding: 0px;
margin: 0;
font-weight: bold;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
font-weight: bold;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

