body {
	font:12px Arial;
}
ul.menu {list-style:none; margin:0; padding:0}
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;
	z-index: 9;
}
ul.menu ul {
	position:absolute;
	top:34px;
	left:0;
	display:none;
	opacity:0;
	list-style:none
}
ul.menu ul li {
	position:relative;
	width:220px;
	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;
	padding:7px 11px 9px;
	background-color:#000
}
ul.menu ul li a:hover {
	background-color:#0e639f
}
ul.menu ul ul {
	left:148px;
	top:-1px
}
ul.menu .menulink {
	font-weight:normal;
	width:93px;
	height: 34px;
}
ul.menu .topline {
}
