.jquerycssmenu{
font: bold 12px arial, helvetica, san-serif;
border:0px;
padding-top:7px;
padding-left: 10px; /*offset of tabs relative to browser's left edge*/
z-index:100000;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:100000;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
z-index:100000;
}

.jquerycssmenu ul li a span{
display: block;
padding: 5px 7px 4px 4px;
position: relative;
color: #ffffff;
border: 0px solid red;
/*border-bottom-width: 0;
text-decoration: none;
cursor: pointer;*/
z-index:100001;
}

	/* div used to force transparency on left for rollover*/
	.jquerycssmenu ul li a:hover span div{
	clear:both; 
	float:none; 
	border:0px solid red; 
	position:absolute;
	left:-3px; 
	top:0px; 
	width:5px; 
	height:23px; 
	background: transparent url(../images/layout/menu-left-rollover.gif) top left no-repeat;
	}
	
.jquerycssmenu ul li a:hover{
background-image: url(../images/layout/menu-rollover.gif); /*tab link background during hover state*/
}

.jquerycssmenu ul li a:hover span{
color: #00cccc;
background-position: 0% 0%;
background-image: url(../images/layout/menu-left-rollover.gif) top left no-repeat; /*tab link background during hover state*/
z-index:100000;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid black;
border-bottom: 1px solid black;
z-index:100000;
}

/*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; 
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff url(../images/layout/menubar-bg.gif) repeat-x;
color: black;
white-space: nowrap;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 6px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
