﻿/* 
Dougs Menu	Stylesheet
*/
a { 
	color: #3C6491;
	background-color: inherit;
}

#hmenu {
	float: none;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	background-color: #408080;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
#hmenu a {
	padding: 6px 4px 2px 4px;
	text-decoration: none;
	color: #FFFFFF;
	background: #5FB4AA;
	margin: 3px;
	font-weight: bold;
}

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


/* Dougs Left Menu Stylesheet*/

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

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

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

/* Dougs footer Menu Stylesheet*/

#fmenu {
	padding: 10px;
	width: auto;
	font-size: 	x-small;
	font-weight: bold;
	text-align: center;
}
#fmenu a {
	padding: 8px 13px 2px 11px;
	text-decoration: none;
	color: #FFFFFF;
	background: #5FB4AA url('hmenuarrow.gif') no-repeat center top;
	margin: 3px 0 3px 10px;
	font-weight: bold;
}
#fmenu a:hover {
	background: #3C6491 url('hmenuarrowhover.gif') no-repeat center top;
	color: #FFFFFF;
/*	border-bottom: 4px solid #2F4A6C;*/
}

