#dropmenu, #dropmenu ul {margin:0; padding:0; list-style-type:none; list-style-position:outside; position:relative; line-height:1.7em; z-index:300; width:640px;  font-weight:bold;}
#dropmenu a {color: #003300;
		text-decoration: none;
		padding: 0 15px;
		display: block;}
#dropmenu a:hover {background: url("images/header_menu.gif") repeat-x; color: #ffffff;}
#dropmenu li {float:left; position:relative; height: 46px; color: #003300;}
#dropmenu ul {position:absolute;margin:0px 0 0 0px; display:none; width:640px; top:20px; left:-1px;}
#dropmenu ul a {}
#dropmenu li ul {width:640px;}
#dropmenu li ul a {height:46px; float:left;}
#dropmenu ul ul {top:auto;}
#dropmenu li ul ul {left:10em; margin:20px 0 0 0px; top:-3em;}

#dropmenu ul li.current_page_item a {
		background: url("images/header_menu.gif") repeat-x;
	}

#header #header-menu {
		position: absolute;
		top: 8px;
		left: 380px;
		width: 540px;
		height: 46px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 640px;
		height: 46px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 46px;
		font: bold 14px/46px "Century Gothic", Century Gothic;
		color: #003300;
	}
	
	#header #header-menu ul li a {
		color: #003300;
		text-decoration: none;
		padding: 0 15px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		background: url("images/header_menu.gif") repeat-x;
		color: #ffffff;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		background: url("images/header_menu.gif") repeat-x;
	}
	


