BODY {
	FONT-SIZE: 11px;
	MARGIN: 0px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/back2.jpg);
	color: #FFFFFF;
	background-color: #3D460D;
}
TD {
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	LINE-HEIGHT: normal;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
A:link {
	TEXT-DECORATION: none;
	color: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:visited {
	COLOR: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A:hover {
	COLOR: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
UL {
	MARGIN: 0px 0px 11px 27px;
	LIST-STYLE-TYPE: square;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
OL {
	MARGIN: 0px 0px 11px 27px; LIST-STYLE-TYPE: decimal
}


<style type="text/css">

#ddblueblockmenu{
border: 1px solid #266316;
border-bottom-width: 0;
width: 200px;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	width: 150px;
	text-align: left;
	background-position: left top;
	float: left;
}

#ddblueblockmenu li a{
	display: block;
	padding-left: 3px;
	width: 150px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #FFFFCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #484F25;
	background-position: left;
	text-align: left;
}

* html #ddblueblockmenu li a{ /*IE only */
	width: 200px; /*IE 5*/
	w\idth: 160px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	background-color: #99A772;
	width: 150px;
	color: #FFCC00;
}

#ddblueblockmenu div.menutitle{
	color: #003366;
	padding: 1px 0;
	padding-left: 5px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: none;
	border-bottom-style: none;
	border-bottom-color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

