#ddblueblockmenu{
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: #666666;
	border-left-color: black;
	margin-top: 10px;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 25px;
	color: #FFFFFF;
}

#ddblueblockmenu li a{
	display: block;
	padding-left: 6px !important;
	padding-left: 6px;
	width: 185px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #2175bc;
	border-bottom: 1px solid #90bade;
	border-left: 7px solid #1958b7 !important;
	border-left: 7px solid #1958b7;
	padding-top: 3px;
	padding-right: 2px !important;
	padding-right: 0;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

* html #ddblueblockmenu li a{ /*IE only */
	width: 187px; /*IE 5*/
	w\idth: 200px; /*185px minus all left/right paddings and margins*/
	color: #FFFFFF;
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
	color: white;
	padding: 1px 0;
	padding-left: 5px;
	background-color: #2D2D2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

