.jquerycssmenu {
	width: 1200px;
	height: 28px;
	padding-top: 12px;
	text-align: center;
	background: url("../images/topnav.jpg") top center no-repeat;
	font-size: 14px;
}

.jquerycssmenu ul {
	margin-left: 137px;
	margin-top: -6px;
	padding: 0;
	list-style-type: none;
	z-index: 50;
}

/*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;
	padding: 5px 15px 4px 15px;
	margin-right: 3px; /*spacing between tabs*/
	color: white;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover {
	text-decoration: underline;
	/*background-image: url("../images/tintbluedark.gif"); */ /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin-left: 10px;
	margin-top: 0px;
	background: #000225; filter: alpha(opacity=85); -moz-opacity: .85; opacity: .85;
}

/*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-size: 12px;
	width: 160px; /*width of sub menus*/
	color: white;
	padding: 6px 6px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #aaaaaa;
	text-align: left;
}

.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
	text-decoration: underline;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

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

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