#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#ddblueblockmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 169px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #333333;
	border-bottom: 1px solid #000000;
	border-left: 7px solid #000000;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	background-color: #333333;
	border-left-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#ddblueblockmenu div.menutitle{
	color: white;
	padding: 1px 0;
	padding-left: 5px;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;

}

#ddblueblockmenu div.menutitle a{
	color: white;
	padding: 1px 0;
	padding-left: 8px;
	padding-left-color: #ffffff;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-top-width: thick;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
}

#ddblueblockmenu div.menutitle a:hover{
	text-decoration: underline;
	border-left-color: #333333;
	padding-left: 1px;
	border-left: 7px solid #ffffff;
}