.jquerycssmenu{
font: normal 12px Verdana;
background: #FFFFFF;
color: #990000;
border-bottom-width: 0;
padding-left: 20px; /*offset of tabs relative to browser left edge*/
z-index: 100;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
background: #FFFFFF;
color: #990000;
list-style-type: none;
z-index: 100;
}

/*Top level list items*/
.jquerycssmenu ul li{
background: #cccccc;
color: #990000;
position: relative;
display: inline;
float: left;
z-index: 100;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: #FFFFFF; /*background of tabs (default state)*/
padding: 5px 2px 4px 7px;
margin-right: 0px; /*spacing between tabs*/
border: 0px solid #900;
border-bottom-width: 0;
color: #990000;
text-decoration: none;
position: relative;
display: inline;
float: left;
z-index: 100;
}

.jquerycssmenu ul li a:hover{
background: #cccccc; /*tab link background during hover state*/
color: #000000;
z-index: 100;
text-decoration: underline;
border-bottom-width: 0;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-bottom-width: 0;
z-index: 100;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
z-index: 100;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
z-index: 100;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 12px Verdana;
width: 140px; /*width of sub menus*/
background: #cccccc;
color: #000000;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom-width: 0;
z-index: 100;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #cccccc;
color: #000000;
z-index: 100;
text-decoration: underline;
border-bottom-width: 0;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
z-index: 100;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
z-index: 100;
}

