﻿/* 
Dougs Menu	Stylesheet
*/
#header {
	/*	background: #5585B9;*/
	clear: both;
	width: 750px;
	height: auto;
	margin: 0 auto;
}

a { 
	color: #3C6491;
	background-color: inherit;
}

#hmenu {
	padding: 10px 25px 10px 25px;
	float: left;
	width: 700px;
	font-family: "Times New Roman", Times, serif;
	font-size: .7em;
	font-weight: bold;
	background-color: #ACC4DD;
}

#hmenu a {
	padding: 8px 13px 2px 11px;
	text-decoration: none;
	color: #FFFFFF;
	background: #3A6DA5 url(hmenuarrow.gif) no-repeat center
top;
	margin: 3px 0 3px 1px;
	font-weight: bold;
}

#hmenu a:hover {
	background: #3C6491 url(hmenuarrowhover.gif) no-repeat top center;
	color: #FFFFFF;
	border-bottom: 4px solid #2F4A6C;
}


/* Dougs Left Menu Stylesheet*/

#vmenu {
	float:left;
	width: 175px;	
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#vmenu a {
	display: block;
	background: #3A6DA5 url('vmenuarrow.gif') no-repeat left;
	color: #FFFFFF;
	padding: 3px 0 3px 19px;
	margin: 4px 0 4px 0;
	text-decoration: none;
}

#vmenu a:hover {
	color: #FFFFFF;
	background: #822C0F url('../images/vmenuarrowhover.gif') no-repeat center left;
}

/* Dougs footer Menu Stylesheet*/

#fmenu {
	padding: 10px 25px 10px 25px;
	float: left;
	width: 700px;
	font-family: "Times New Roman", Times, serif;
	font-size: .6em;
	font-weight: bold;
}

#fmenu a {
	padding: 8px 13px 2px 11px;
	text-decoration: none;
	color: #FFFFFF;
	background: #5585B9 url(hmenuarrow.gif) no-repeat top center;
	margin: 3px 0 3px 1px;
}
#fmenu a:hover {
	background: #3C6491 url(hmenuarrowhover.gif) no-repeat top center;
	color: #FFFFFF;
	border-bottom: 4px solid #2F4A6C;
}


