﻿/* 
Dougs Top Menu	Stylesheet
*/


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

#hmenu {
	padding: 5px;
	width: 730px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: bold;
}
#hmenu a {
	padding: 2px 11px 1px 11px;
	text-decoration: none;
	color: #FFFFFF;
	background: #9D4D17;
	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 none no-repeat center top;
	color: #FFFFFF;
	border-bottom: 4px solid #2F4A6C;
	border-bottom-width: thin;
	border-bottom-color: #42210A;
}

/* Dougs Left Menu Stylesheet*/

#vmenu {
	float: left;
	width: 140px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	margin-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 2px;
}
#vmenu a {
	display: block;
	border: 1px solid #FFFFFF;
	background-color: #CB6F12;
	color: #FFFFFF;
	padding: 5px 0 5px 0px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#vmenu a:hover {
	color: #FFFFFF;
	background-color: #E6B862;
}


