

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 210px;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#ddblueblockmenu li a{
	display: block;
	width: 220px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #000000;
	background-color: #F0F0F0;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #AAACA4;
	border-left-color: #5D5D5D;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5D5D5D;
	line-height: 17px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}

* html #ddblueblockmenu li a{ /*IE only */
	width: 210px; /*IE 5*/
	w\idth: 210px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}

#ddblueblockmenu li a:hover {
	background-color: #F9F9F9;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #AAACA4;
	border-left-color: #D22829;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D22829;
	line-height: 17px;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #D22829;
	text-decoration: none;
}

#ddblueblockmenu div.menutitle{
	color: #CCCCCC;
	border-bottom: 1px solid black;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	line-height: 17px;
	background-color: #383838;
	width: 220px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 1px;
}

