/* CSS Document */

<!-- Explorer hack, for the h1 to be aligned to the menu  -->

* html #newMenu {margin-top: -3px;}

#newMenu {
	background-color:#FF9933;
	font-size : 11px;
	text-decoration : none;
	color : #000;
	white-space : nowrap;
	height : auto;
	vertical-align:middle;
	padding: 2px 40px 2px 0px;
	font-family: Verdana, sans-serif;
	border: 1px solid #333;
	width: ;
}
#newMenu a {
padding : 2px 40px 2px 10px;
text-decoration : none;
}
#newMenu a:link {
padding :2px 40px 2px 10px;
color : #333333;
text-decoration : none;
}


#newMenu a:visited {
padding :2px 40px 2px 10px;
color : #333333;
text-decoration : none;
}
#newMenu a:hover {
padding : 2px 40px 2px 10px;
color : #333;
text-decoration: none;

background-color:#FFCC66;

}
