.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;
	z-index: 2;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	background: url(../images/Buttons/Button-1.jpg) top center repeat-x;
	margin-right: 0px; /*spacing between tabs*/
	color : #F3F3F3;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 30px;
	padding-bottom: 5px;

}

.jquerycssmenu ul li a:hover{
background: url(../images/Buttons/Button-L.jpg); /*tab link background during hover state*/
color: #ffffff;
}
	
/*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: 165px; /*width of sub menus*/
	background: url(../images/Buttons/Button-1.jpg) top center repeat-x;/*background of tabs (default state)*/
	color : #F3F3F3;
	margin: 0;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: url(../images/Buttons/Button-L.jpg); /*tab link background during hover state*/
color: #ffffff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: -1px;
right: 0px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 8px;
}
