#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 140px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 124px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #555555;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #90bade;
	border-left-color: #FF9900;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 138px; /*IE 5*/
w\idth: 138px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	background-color: #E4E4E4;
	border-left-color: #3366CC;
	color: #555555;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}