#navH
{
	font-size: 70%;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	border-left: 1px solid #e8bd4f;
	height: 23px;
}

#navH ul, #navH li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navH ul {
}
		

#navH a {
	color: #e8bd4f;
	text-decoration: none;
	display: block;
	height: 23px;
}

#navH a:hover {
	background-color: #2f6292;
}

#navH li li a {
	display: block;
	font-weight: normal;
	padding: 0.2em 10px;
	color: #e8bd4f;
	height: 23px;
}

#navH li li a:hover {
/*	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
*/
	background-color: #2f6292;
	height: 23px;
}

#navH li {
	height: 23px;
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: #565759; 
/*	border: 1px solid #7d6340; 
	border-width: 1px 0;*/
	border: 0px ;
	border-right: 1px solid #e8bd4f;
}

#navH li#first {
	border-left-width: 1em;
}

#navH li#last {
	border-right-width: 1em;
}

#navH li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	/*background: url(images/ddbg3.gif) bottom left no-repeat;*/
/*	border-right: solid 1px #7d6340; */
}

#navH li>ul {
	top: auto;
	left: auto;
}

#navH li li {
	display: block;
	float: none;
	/*background-color: transparent; */
	border: 0;
}

#navH li:hover ul, 
#navH li.over ul {
	display: block;
}

