ul.menu {
	list-style:none;
	margin:0;
	padding:0;

}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	text-decoration:none;
	background-color: #FDEFDF;
	padding-top: 5px;
	text-align:left;
}
ul.menu li {
	position:relative;
	float:left
}
ul.menu ul {
	position:absolute;
	top:29px;
	left:0;
	display:none;
	opacity:0;
	list-style:none;
	background-color: #f08501;
}
ul.menu ul li {
	position:relative;
	width:170px;
	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: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
ul.menu ul li a {
	display:block;
	background-color:#fdefdf;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
ul.menu ul li a:hover {
	background-color:#F08501;
	text-transform: none;
	color: #FFF;
}
ul.menu ul ul {
	left:148px;
	top:-1px;
}
ul.menu .menulink {
	font-weight:normal;
	width:auto;
	color: #4e4e4e;
	background-color: #fdefdf;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #f08501;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background-color: #F08501;
	color: #FFF;
}
ul.menu .sub {
	background-color: #FDEFDF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 136px 8px;
	padding-top: 5px;
	text-transform: none;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
ul.menu .topline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #666;
}

