.jquerycssmenu {
	position:relative;
	font: bold 12px Verdana;
	z-index:1000;
}
.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
		padding: 5px;
}
/*Top level list items*/
.jquerycssmenu ul li {
	position: relative;
	display: inline;
	float: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 2px;
	border-right-style: inset;
	border-right-color: #000000;
	text-align: center;
	width: 100px;
	margin-right: 3px; /*spacing between tabs*/
}
/*Top level menu link items style*/
.jquerycssmenu ul li a {
	display: block;
	margin-right: 3px; /*spacing between tabs*/
	border-bottom-width: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.jquerycssmenu ul li a:hover {
	/*background-image: url(/FilesSystem/Menu/tintbluedark.gif) tab link background during hover state*/;
	color: #366696;
}
/*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;
	top:8px;
}
/*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-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 160px;
	padding: 5px 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid black;
	text-align: left;
	background-color: #FADA96;
}
.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
	color: black;
	color: #366696;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 7px;
	right: 5px;
}
.rightarrowclass {
	position: absolute;
	top: 5px;
	right: 5px;
}

