/* doug menu */

#nav.body.dougalmenu{
background-color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav.dougalmenu{
	width: 180px;
}

#nav tr.dougalmenu{
	background-color: #B3CFA1;
}

#nav ul li a.dougalmenu{
	background-color: #B3CFA1;
	line-height: 210%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
	text-decoration: none;
	display: block;
	text-indent: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #87B26A;
	border-right-color: #87B26A;
	border-bottom-color: #87B26A;
	border-left-color: #87B26A;
	text-align: left;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#nav ul li a:hover.dougalmenu{
color: #FFFFFF;
background-color: #87B26A;
text-decoration: none;
}


