#ddblueblockmenu{
border: 1px solid white;
border-bottom-width: 0;
width: 200px;
}

#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: 184px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #333333;
border-bottom: 1px solid #FF0000;
border-left: 7px solid #990000;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 155px; /*IE 5*/
width: 155px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #FF0000;
border-left-color: #000000;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid white;
padding: 1px 0;
padding-left: 5px;
background-color: #000000;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}