.jquerycssmenu {
	padding: 0px; /*offset of tabs relative to browser left edge*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
	width: 980px;
	background: url("../images/ui/bg_nav.gif") repeat-x;
}

.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*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: 7px 19px 7px 19px;
	margin: 0px; /*spacing between tabs*/
	border-right: 1px solid #555;
	color: #FFF;
	text-decoration: none;
}

.jquerycssmenu ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover {
	background-color: #595959; /*tab link background during hover state*/
	text-decoration: none;
	color: #FFF;
}

.lastbutton a {
	border: none;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-top: 1px solid #A9A9A9;
}

/*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-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 160px; /*width of sub menus*/
	background: #595959;
	color: #FFF;
	padding: 5px 8px 5px 8px;
	margin: 0;
	border-bottom: 1px solid #A9A9A9;
	text-decoration: none;
}

.jquerycssmenu ul li ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
	background: #060606;
	color: #FFF;
	text-decoration: none;
}
