<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	width: 175px;
}

#ddblueblockmenu li a{
	display: block;
	padding-left: 4px;
	width: 175px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/menu_bar.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: ##538352;
	border-left-color: #003366;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 175px; /*IE 5*/
w\idth: 175px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #006633;
border-left-color: #006699;
}

#ddblueblockmenu div.menutitle{
	color: white;
	padding: 1px 0;
	padding-left: 5px;
	background-color: #61758B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 22px;
}

</style>
