
ul.CSSNavigationHeader {
	margin: 0px 0px 0px 0px;
	float: left;
	position: relative;
	}

ul.CSSNavigationHeader li {
	padding: 2px;
	list-style: none;
	width: 170px;
	margin-left: -40px;
	border-color:#C0C0C0;
	background-image:url(../Graphics/Gradient.jpg);
	border-style:outset;
	border-width:2px;
	font-size: 11pt;
	font-family: Arial;
	font-weight: bold;
	}

ul.CSSNavigationSubheader li {
	list-style: none;
	table-layout: fixed;
	width: 200px;
	border-color:#C0C0C0;
	font-size: 11pt;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	z-index: 2;
	}

li ul {
	position: absolute;
	left: 155px;
	margin-top: -20px;
	display: none;
	border-color: #C0C0C0;
	border-width: 0px;
	border-style:outset;
	background-color: #C0C0C0;
	color:#000000;
	}

li:hover ul {
  display: block;
}

ul li:hover {
  color: #FFFFFF;
}

li a:hover {
  color: #FFFFFF;
}

Li h3:hover {
  color: #FFFFFF;
}

