body {
	margin:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	height: 30px;
	line-height: 30px;
}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:0px}
ul.menu ul {position:absolute; top:40px; left:0; display:none; opacity:0; list-style:none}
ul.menu ul li {
	position:relative;
	width:260px;
	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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
ul.menu ul li a {
	display:block;
	background-color:#CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
ul.menu ul li a:hover {background:url(img/navbg2.gif)}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {
	border:0px solid #aaa;
	font-weight:bold;
	background:url(img/navbg3.gif);
	width:auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(img/navbg2.gif)}