﻿/* 
Dougs Very Top Menu	Stylesheet
*/


#hmenu-div {
	height: auto;
	width: 750px;
	margin: 0 auto;
}

#hmenu {
	padding: 5px;
	width: 750px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
}
#hmenu a {
	padding: 4px 11px 1px 11px;
	text-decoration: none;
	color: #FFFFFF;
	background: #8E8E8E url('../images/hmenuarrow.gif') no-repeat center top;
	margin: 3px 1px 3px 1px;
	border-bottom: 4px solid #BCBCBC;
	font-weight: bold;
	border-bottom-color: #E8D7B3;
	border-bottom-width: 3px;
}

#hmenu a:hover {
	background: #E6B862 url('../images/hmenuarrow.gif') no-repeat center top;
	color: #FFFFFF;
	border-bottom: 4px solid #2F4A6C;
	border-bottom-width: thin;
	border-bottom-color: #42210A;
}
