#dropmenu, #dropmenu ul {
	margin:0; 
	padding:0; 	
	border-top-style: solid;
	border-top-color: #000000;
	list-style-type:none; 
	list-style-position:outside; 
	position:relative; 
	line-height:1.7em; 
	z-index:300; 
	width:100%;  
	font-weight:normal;
	}

#dropmenu a {
	display:block; 
	padding:0.25em 1em; 
	color:#000000; 
	border-right:1px solid #000000; 
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
	text-decoration:none; 
	background:#ECE9D8;
	}

#dropmenu a:hover {
	color:#CCCCCC; 
	background-image:url(images/nav-a.png);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3B5998;
	}

#dropmenu li {
	float:left; 
	position:relative;
	}

#dropmenu ul {
	position:absolute;
	margin:27px 0 0 0px; 
	display:none; 
	width:12em; 
	top:.5em; 
	left:-1px;
	}

#dropmenu ul a {
	border-left:1px solid #c8c8c8;
	}

#dropmenu li ul {
	border-top:1px solid #c8c8c8; 
	width:14.1em;
	}
#dropmenu li ul a {
	width:20em; 
	height:auto; 
	float:left;  
	border-bottom:1px solid #c8c8c8;
	}

#dropmenu ul ul {
	top:auto;
	}

#dropmenu li ul ul {
	left:10em; margin:0 0 0 0px;top:-.09em;
	}
	