#header2 ul.menu {
	list-style:none;
	padding: 0;
	margin: 0;
	z-index: 6001;
	position: relative;
}
#header2 ul.menu * {
	margin: 0;
	padding: 0;
}
#header2 ul.menu a {
	display:block;
	color:#000;
	text-decoration:none;
}
#header2 ul.menu li {
	position:relative;
	list-style-type: none;
	float: left;
	width: 207px;
}
#header2 ul.menu ul {
	position:absolute;
	top:34px;
	left:0;
	display:none;
	/*opacity:0;*/
	list-style:none;
	background-color: #FF9700;
}
#header2 ul.menu ul li {
	position:relative;
	margin:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009B4F;
	border-right-color: #009B4F;
	border-bottom-color: #009B4F;
	border-left-color: #009B4F;
	width: 207px;
}
#header2 ul.menu ul li a {
	display:block;
	background-color:#FBDF5D;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#header2 ul.menu ul li a:hover {
	color: #000000;
	background-color: #FF9700;
}
#header2 ul.menu ul ul {
	left:207px;
	top:-1px
}
#header2 ul.menu .menulink {
	font-weight:bold;
	width:207px;
	height: 34px;
	margin-right: 0px;
	margin-left: 0px;
}
#header2 ul.menu .menulink:hover, ul.menu .menuhover {
	background-color: #FF9700;
}
#header2 ul.menu .sub {
	background-color: #FBDF5D;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 200px 50%;
}
#header2 ul.menu .topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009B4F;
}
#header2 ul.menu .more {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009B4F;
}
#header2 ul.menu .more a {
	background-color: #FF9700;
}
