#menu1 {
	position: absolute;
	top: 116px;
	left:218px;
	/*
	outline: 1px solid red;
	*/
	z-index:1001;
	float:left;
	color: black;
	background-color: transparent;
	height: 22px;
	width:537px;
	overflow: hidden;
}
/* style the links */
#menu1 a,
#menu1 a:visited {
	font-family:verdana, arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing: -1px;
	display:block; 
	height: 23px;
	text-decoration:none;
	min-heightx:30px;
	line-heightx:30px;
	color:#fff;
	background:transparent;
	text-align:left;
	padding-bottom: 1px;
	border-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	border-rightx: 2px solid white;

	background-image: none;
	background-repeat:no-repeat;
	background-position: left center;
	padding-left: 32px;
	padding-top:3px;
}


#menu1 a:hover {
	background-color: #FCC36B;
}
#menu1 li {
	background-color: #f7931d;
	min-heightx:30px;
	float: left;
	width: 133px;
	margin-right: 2px;
}
#menu1 li:hover {
	position:relative;
}

#menu1 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	background-color: transparent;
	border: 0px solid blue;
	overflow: hidden;
	width:800px;
}



/* style the link hover */
* html #menu1 a:hover {background-color: #FCC36B; position:relative; white-space:nowrap;}

/*
#menu1 :hover > a {
color:#C41C68;
}
 */

	/* hide the sub levels and give them a positon absolute so that they take up no room */
	#menu1 ul ul {
		visibility:hidden;
		position:absolute;
}

