

ul.menu {
	list-style:none; 
	margin:0;
	padding:0;
	font-size: 18px;
	color:#FFF;
	font-family: "Univers 45 Light", verdana, "Square721 BdEx BT";
	font-weight: normal;

}
	
ul.menu * {
	margin:0; 
	padding:0;
}

ul.menu a {
	display:block; 
	color:#fff; 
	text-decoration:none;
}
	
ul.menu li {
	position:relative; 
	float:left; 
	margin-right:2px;
}

ul.menu ul {
	position:absolute; 
	top:49px; 
	left:0px; 
	background:#0CF;
	
	display:none; 
	opacity:0; 
	list-style:none;
}

ul.menu ul li {
	position:relative; 
	border:none;
	border-top:none; 
	width:135px;
	height:24px;
	padding:0px;
	margin:0px;
	font-size:16px;
}

ul.menu ul li a {
	display:block; w
	padding:3px 3px 7px 5px; 
	background-color:#0CF;
}

ul.menu ul li a:hover {
	
	border-bottom:1px dashed #FEFB76;
	color:#FEFB76;
}

ul.menu ul ul {
	left:135px; 
	top:-1px;
}

ul.menu .menulink {
	padding-top:14px;
	border:none;
	margin:0px;
	font-weight:normal;
	width:135px;
	height:34px;
	color:#FFF;
	background:url(../icons/MenuButton_Background.png) no-repeat bottom;
}

ul.menu .Drop {
	padding-top:14px;
	border:none;
	margin:0px;
	font-weight:normal;
	width:135px;
	height:34px;
	color:#FFF;
	background:url(../icons/MenuButton_Background_arrow.png) no-repeat bottom;
}

ul.menu .sub {
	background-color:#0CF;
}

ul.menu .menulink:hover, ul.menu .menuhover {
	
	background:url(../icons/MenuButton_Background_hover.png) no-repeat bottom;
	
}

ul.menu .topline {
	border-top:1px solid #fff;

}