.jquerycssmenu{
	z-index: 100;
	width: 953px;
	padding-left: 47px;
	padding-bottom: 5px;
	margin-left: 0;
	float: left;
	background-color: #006699;
	color: White;
	font-family: arial, helvetica, sans-serif;
}

.jquerycssmenu ul{
	z-index: 100;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	z-index: 100;
	position: relative;
	display: inline;
	float: left;
	margin-right: 25px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	z-index: 100;
	display: block;
	text-decoration: none;
	background-color: #006699;
	color:white;
}
/*Top level menu link items style*/
.jquerycssmenu ul li.selected a{
	z-index: 100;
	display: block;
	text-decoration: none;
	background-color: #006699;
	color: red;
}

.jquerycssmenu ul li a:hover{
	z-index: 100;
	text-decoration: none;
	background-color: #09C;
	color: #fff;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	z-index: 100;
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background-color: #006699;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	z-index: 100;
	display: list-item;
	float: none;
	margin: 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	z-index: 100;
	top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	z-index: 100;
	width: 160px; /*width of sub menus*/
	background-color: #006699;
	color: White;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	z-index: 100;
	background-color: #09C;
	color: #fff;
}
.jquerycssmenu ul li.selected ul li a{
	z-index: 100;
	width: 160px; /*width of sub menus*/
	background-color: #006699;
	color: White;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
}

.jquerycssmenu ul li.selected ul li a:hover{ /*sub menus hover style*/
	z-index: 100;
	background-color: #09C;
	color: #fff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

