#menu-banner {
	position: relative;
	padding: 154px 0 0 0;
	width: 900px;
	height: 54px;
	background: url('../images/menu-bg.gif') repeat-x left bottom;
	z-index: 5;
}

#menu-banner ul {
		padding-right: 0; 
		padding-left: 0; 
		padding-bottom: 0px; 
		margin: 0px;
		list-style-type: none;
}

#menu-banner li {
		padding-right: 0px; 
		padding-left: 8px; 
		background: url('../images/left.gif') no-repeat left top; 
		float: left; 
		padding-bottom: 0; 
		margin: 0px; 
		padding-top: 0px;
}

#menu-banner a {
		padding-right: 10px; 
		display: block; 
		padding-left: 3px; 
		font-weight: bold; 
		background: url('../images/right.gif') no-repeat right top; 
		float: left; 
		padding-bottom: 5px; 
		color: #fff; 
		padding-top: 7px; 
		text-decoration: none;
}

#menu-banner a {
		float: none;
}

#menu-banner a:hover {
		color: #fff;
		text-decoration: underline;
}

#menu-banner #current {
		background-image: url('../images/left_on.gif');
}

#menu-banner #current a {
		background-image: url('../images/right_on.gif'); 
		padding-bottom: 5px; 
		color: #fff;
}

/* Make the hovered list color persist */
#menu-banner li:hover {
		background: transparent url('../images/left_gold.gif') no-repeat;
		}

#menu-banner li:hover > a {
		color:#fff;
		background-color: transparent;
		background-image: url('../images/right_gold.gif');
		}

/* Set up the sublevel lists with a position absolute for dropdown. The transparent gif is for IE to work */
#menu-banner li ul {
	display:none;
	}

/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */  /* displays second level menu on hover */
/*#menu-banner li:hover > ul {
	display:block;
	position:absolute;
	top: 148px; 
	left: 0px;
	padding:0px;
	background: #002D64 url('transparent.gif'); 
	width:900px;
	font-size: 98%;
	} */

li#current ul {
	display:block;
	position:absolute;
	top: 180px; 
	left: 0px;
	padding:0px; 
	background: #002D64 url('transparent.gif'); 
	width:900px;
	}

li#current ul li, li#current ul a { 
	background: none;
	font-size: 98%;
	font-weight: bold;
	}

#menu-banner li:hover > ul li {
	background: none;
	}

#menu-banner li:hover > ul li a {
	background: none;
	}

/* kg */
#menu-banner #current table a { background-image: none; }
#menu-banner #current li a { background-image: none; }

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
/*\*/
*html #menu-banner li ul {
	visibility: hidden;
	display: block;
	position:absolute; 
	width: 900px;
	top:150px;
	height: 28px;
	left: 0px; 
	padding: 0px;
	z-index: -50;
	}

*html #menu-banner li ul li:hover {
	visibility: visible;
	display: block;
	/*background-color: #002D64;*/
	}

*html #current table {
	visibility:hidden; 
	border-collapse:collapse; 
	margin: 0px;
	width: 0;
	height: 0;
	background-image: none;
	z-index: 10;
	}

*html #current table ul {
	visibility: visible;
	width: 900px;
	height: 28px;
	/*background: #002D64;*/
	background-image: none;
	z-index: 500;
	}

*html #current table a {
	background: none; 
	}

/**/
