*.* {
	z-index: 0;
}

#topMenuWrapper {
	position: relative; 
	height: 30px; 
	z-index: 100;
	width: 100%;
	text-align: center;
	align: center;
	width: 100%;
}

#topMenu, #topMenu ul {
	padding: 0;
	list-style: none;
	text-align: center;
	width: 1000px;
	align: center;
	margin: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	background-image: url(../images/shade.gif);
}

#topMenu li {
	display: inline;
	float: center;
	margin: 0px -5px 0px 0px;
	padding: 8px 0px 8px 0px;
	border: 0;
	z-index: 1;
}

#topMenu a {
	padding: 8px 20px 8px 20px;
	/* color: #387ABE; */
	font-family: helvetica, verdana, arial, sans-serif;
	text-decoration: none;
	/* font-weight: bold; */
	color: #336699;
	height: 30px;
	line-height: 30px;
	border: 0;
}

#topMenu a:hover {
	background-image: url(../images/shade_inverse.gif);
	border: 0;
	text-decoration: none;
	/* color: black;
	color: #93b03d; */
	color: #387ABE;
}

/*<------ Submenu Styles ------>*/
#subMenuWrapper
{
	position: absolute; 
	top: 214px; 
	left: 0; 
	height: 30px; 
	z-index:100;
	text-align: center;
	width: 100%;
}

#subMenu, #subMenu ul {
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 0;
	border: 0;
	z-index: 1;
}

#subMenu li {
	display: inline;
	float: center;
	margin: 0px -5px 0px 0px;
	padding: 8px 0px 8px 0px;
	background-image: url(../images/shade_inverse.gif);
	border: 0;
	z-index: 1;
}

#subMenu a {
	padding: 8px 20px 8px 20px;
	/* color: #387ABE; */
	color: #336699;
	font-family: helvetica, verdana, arial, sans-serif;
        text-decoration: none;
	height: 30px;
	line-height: 30px;
	border: 0;
}

#subMenu a:hover {
	/* color: #93b03d; */
	color: #387ABE;
	background-image: url(../images/shadeactive.gif);
	border: 0;
}

