/********************MENU*********************/
* html div#ng03 {
	height: 1%;
	overflow:hidden;
}
div#ng03 {
	background-color: transparent;
	width: 100%;
	height: 40px;
	margin: 0;
	overflow:hidden;
}
div#ng03 ul {
	list-style-type: none;
	margin: 0;
}

div#ng03 li {
	float: left;
	list-style: none;
	margin: 0;
}

div#ng03 a {
	padding: 12px 28px 0 0;
	font-size:11px;
	margin: 0;
	text-decoration: none;
	color: #7a7a7a;
	display: block;
}
div#ng03 h3 {
	padding: 12px 28px 0 0;
	font-size:11px;
	margin: 0;
	text-decoration: none;
	color: #ffffff;
	display: block;
	font-weight:normal;
}
/* hover state for links */
div#ng03 li a:hover {;
	color: #ffffff;

}
div#ng03 a span {

}
div#ng03 li.parent a span {

}
div#ng03 li.parent a:hover span {

}
div#ng03 li.menuactive a span {
	color: #ffffff;
}
/* active parent, that is the first level parent of a child page that is the current page */
div#ng03 li.menuactive, div#ng03 li.menuactive a:hover {
/* set your image here, light image with #000/black text set below*/
	color: #ffffff;
}