#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 177px;
}
#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 80% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 162px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #364C61;
border-bottom: 1px solid #8C8C8C;
border-left: 7px solid #273A4B;
}
* html #ddblueblockmenu li a{ /*IE only */
width: 176px; /*IE 5*/
w\idth: 176px; /*185px minus all left/right paddings and margins*/
}
#ddblueblockmenu li a:hover {
background-color: #CC0000;
border-left-color: #173555;
}
#ddblueblockmenu div.menutitle {
	color: white;
	border-bottom: 1px solid #8C8C8C;
	padding: 3px 0;
	padding-left: 0px;
	background-color: #173555;
	font: normal 80% verdana;
	width: auto;
border-left: 7px solid #273A4B;
text-decoration:none;
}
#ddblueblockmenu div.menutitle a{
	color: white;
	border-bottom:hidden;
	padding: 3px 0;
	padding-left: 0px;
	background-color: #173555;
	text-decoration:none;
	width: 175px;
}

#ddblueblockmenu ol{
margin: 0;
padding: 0;
list-style-type: none;

}

#ddblueblockmenu  ol a{
display: block;
padding: 3px 0;
padding-left: 20px;
/*width: 162px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
margin:0px;
background-color: #364C61;
border-bottom: 1px solid #D0D7DD;
border-left: 7px solid #273A4B;

}
#ddblueblockmenu a.current 
{
	background-color: #EEF2F1;
	border-left-color: #173555;
	color: #CC0000;
}
#ddblueblockmenu a.empty
{

}
#ddblueblockmenu ol a:hover {
	background-color: #EEF2F1;
	border-left-color: #173555;
	color: #253A4B;
}

