#menu {
	margin:0px;
	height:28px;
	width:100%;	
	background:url("/static/images/menugradient.png") #7c90cf;
	border-top:1px solid #757583; 
	border-bottom:1px solid #757583; 
	padding:0px;
	color:#25282f;
	}
span.dropdown {
	padding:0px;
	margin:0px;
	display:inline-block;
	width:145px; 
	}
span.dropdown div.ddheader {
	text-align: center;
	font-weight:bold; 
	cursor:pointer;
	height:28px;
	}
div#headj {
	background:url("/static/images/menushadow.png");
	}
div#headj:hover, div#headj.hover {background:url("/static/images/menushadowhover.png")}
span.dropdown div.ddheader:hover, .dropdown div.ddheader.hover {background:url("/static/images/menuhovergradient.png")}
span.dropdown div.ddcontent {
	padding:0px;
	margin:0px;
	position:absolute; 
	overflow:hidden; 
	width:145px; 
	background:#e2e6e8; 
	z-index:200; 
	visibility:hidden;
	}
.dropdown ul {
	width:143px; 
	padding:0px;
	margin:0px;
	border:1px solid #757583; 
	list-style:none;}
.dropdown li {display:inline}
.dropdown a.submenu, .dropdown a.submenu:active, .dropdown a.submenu:visited {
	margin:0px;
	display:block; 
	padding:5px; 
	color:#333; 
	text-decoration:none; 
	background:#eaf0f2; 
	width:132px}
.dropdown a.submenu:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}
a.title {
	text-decoration:none;
	display:block;
	color:#25282f;
	height:100%;
	width:100%;}
