#ddblueblockmenu ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: #f1f7e8;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
}
#ddblueblockmenu li a {
    border-bottom: 1px none #90bade;
    padding: 3px 0 3px 14px;
    display: block;
    width: 160px;
    text-decoration: none;
    margin-top: 0px;
    color: #020202;
    background-color: #f1f7e8;
    font-family: Arial,helvetica;
    font-size: 120%;
    line-height: 140%;
    text-align: left;
    font-size-adjust: none;
}
#ddblueblockmenu div.selected {
	border-bottom: 1px none #90bade;
	border-left-color: #7eb52a;
	background-color: #f1f7e8;
	padding: 3px 0 3px 14px;
	display: block;
	width: 160px;
	text-decoration: none;
	margin-top: 0px;
	color: #7eb52a;
	font-family: Arial,helvetica;
	font-size: 120%;
	line-height: 140%;
	text-align: left;
	font-weight: lighter;
}
#ddblueblockmenu li a.selected {
	border-bottom: 1px none #90bade;
	border-left-color: #7eb52a;
	background-color: #f1f7e8;
	padding: 3px 0 3px 14px;
	display: block;
	width: 160px;
	text-decoration: none;
	margin-top: 0px;
	color: #7eb52a;
	font-family: Arial,helvetica;
	font-size: 120%;
	line-height: 140%;
	text-align: left;
	font-weight: lighter;
}
* html #ddblueblockmenu li a {
    width: 160px;
}
#ddblueblockmenu li a:hover {
	border-left-color: #7eb52a;
	background-color: #7eb52a;
	color: #FFF;
}
#ddblueblockmenu div.menutitle {
	padding: 1px 2px 1px 5px;
	color: white;
	background-color: #49577a;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 100%;
	line-height: normal;
	font-size-adjust: none;
	/*    font-stretch: normal;*/
    text-align: left;
}

