#pad {
	/*height:50px;*/
}

#menuPositioner {
	width:700px;
	/*position:relative;*/
	float:left;
	padding-top: 42px;
}

#menuHolder {
	/*position:relative;*/
	float:left;
	/*left:50%;*/
}

#menu, 
#menu ul {
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	z-index:100;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #88856A;
}
#menu {
	height:20px;
	float:left;
	padding:0;
	/*position:relative;
	right:50%;*/
	text-align: left;
}
#menu ul {position:absolute; left:-9999px; top:-9999px;}

#menu table {border-collapse:collapse; margin:-1px; padding:0; width:0; height:0;}
#menu li {float:left;}

#menu li a {
	display:block;
	float:left;
	color:#88856A;
	height:30px;
	padding:0 3px 0 0;
	line-height:38px;
	text-decoration:none;	/*background:url(button1b.gif) no-repeat right top;*/
}
#menu li a.sub {
	/*background:url(button1b.gif) no-repeat right top;*/
}
#menu li a b {
	display:block;
	float:left;
	height:20px;
	/*background:url(button1.gif) left top;*/
	padding:0 0 0 8px;
	cursor:pointer;
}

#menu li:hover {position:relative; z-index:100;}
#menu a:hover {
	position:relative;
	color:#3650A6;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CECBB5;
}
#menu a.sub:hover {
	position:relative;
	z-index:100;
	/*background:url(button3.gif) no-repeat right top;*/
}

/*#menu li:hover > a {position:relative; z-index:100; background:url(button1a.gif) no-repeat right top;}*/
#menu li:hover > a.sub {background:url(button3.gif) no-repeat right top;}

#menu :hover ul {
	left:0;
	top:30px;
	z-index:300;
	width:100px;
	padding-top:4px;
	background-image: url(trans.gif);
}
#menu :hover ul li a {
	height:25px;
	width:90px;
	padding:0 0 0 10px;
	line-height:25px;
	color:#FFFFFF;
	font-size:11px;
	background-color: #a4a28a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C7B9;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C8C7B9;
}
#menu :hover ul li a.fly {
	background-color: #88856A;
	background-image: url(fly.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu :hover ul li a.nofly {
	background-color: #88856A;
	background-repeat: no-repeat;
	background-position: right center;
}

#menu :hover ul li a:hover.fly {
	background-color: #A4A28A;
	background-image: url(fly.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu :hover ul li:hover > a.fly {
	background-color: #A4A28A;
	background-image: url(fly.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px;}

#menu :hover ul :hover ul {
	left:100px;
	top:0;
	padding:0;
}
#menu :hover ul :hover ul li a {
	color:#4A4839;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C7B9;
	background-color: a4a28a;
}
#menu :hover ul :hover ul li a:hover {
	color:#24231C;
}
