.jquerycssmenu{
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}

.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/Button-R.jpg) top center repeat-x;
	margin-right: 0px; /*spacing between tabs*/
	color : #ffffff;
	text-decoration: none;
	padding: 5px 0px 5px 28px;
}

.jquerycssmenu ul li a:hover{
	background: url(../images/Button-R-H.jpg) top center repeat-x; /*tab link background during hover state*/
color: #0000ff;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: -1px;
	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{

	width: 175px; /*width of sub menus*/
	background: url(../images/Button-190.jpg) top center repeat-x;/*background of tabs (default state)*/
	color : #ffffff;
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding: 5px 5px 5px 10px;
}}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background: url(../images/Button-190-H.jpg) top center repeat-x;/*tab link background during hover state*/
color: #0000ff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

.rightarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

