.jquerycssmenu{
font: bold 11px Arial;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	background: url(../images/Backgrounds/25h-buttons.jpg) top center repeat-x;
	margin-right: 0px; /*spacing between tabs*/
	color: #E7D198;
	text-decoration: none;
	padding-top: 6px;
	padding-left: 30px;
	padding-bottom: 5px;

}

.jquerycssmenu ul li a:hover{
background: url(../images/Backgrounds/25h-buttons-D.jpg); /*tab link background during hover state*/
color: #FEDA96;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*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;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	font: bold 11px Arial;
	width: 142px; /*width of sub menus*/
	background: url(../images/Backgrounds/button-L.jpg) top center repeat-x; /*background of tabs (default state)*/
	color: #E7D198;
	margin: 0;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: url(../images/Backgrounds/button-L1.jpg) top center repeat-x; /*background of tabs (hover state)*/
	color: #FEDA96;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 1px;
right: 0px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
