﻿/* 
Dougs Very 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: 0.9em;
	font-weight: bold;
	color: #E8D7B3;
}
#hmenu a {
	padding: 2px 11px 2px 11px;
	text-decoration: none;
	color: #E8D7B3;
	background: #004000;
	margin: 3px 1px 9px 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;
}

/* Dougs Left Menu Stylesheet*/

#vmenu {
	float: left;
	width: 165px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-weight: bold;
	margin: 5 0 5 0;
	padding: 0;
	color: #FFFFFF;
}

#vmenu a {
	display: block;
	background: #004000; url('menu/vmenuarrow.gif') no-repeat left 50%;
	color: #FFFFFF;
	padding: 5px 0 5px 10px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#vmenu a:hover {
	color: #FFFFFF;
	background: #E6B862 url('menu/vmenuarrowhover.gif') no-repeat left 50%;
}
#vmenu-r {
	float: right;
	width: 165px;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-weight: bold;
	margin: 5 0 5 0;
	padding: 0;
	color: #FFFFFF;
}
#vmenu-r a {
	display: block;
	background: #004000; url('menu/vmenuarrow.gif') no-repeat left 50%;
	color: #FFFFFF;
	padding: 5px 0 5px 10px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#vmenu-r a:hover {
	color: #FFFFFF;
	background: #E6B862 url('menu/vmenuarrowhover.gif') no-repeat left 50%;
}

/* Dougs footer Menu Stylesheet*/

#fmenu {
	padding: 10px;
	width: 730px;
	font-size: .5em;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#fmenu a {
	padding: 8px 13px 2px 11px;
	text-decoration: none;
	color: #FFFFFF;
	background: #804000 url('menu/hmenuarrow.gif') no-repeat center top;
	margin: 3px 0 3px 1px;
	font-weight: bold;
}
#fmenu a:hover {
	background: #E6B862 url('menu/hmenuarrowhover.gif') no-repeat center top;
	color: #FFFFFF;
/*	border-bottom: 4px solid #2F4A6C;*/
}


