#ddblueblockmenu{
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size:12px;
font-weight:bold;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: #000;
background-color: #e9e9e9;
border-bottom: 1px solid #FFF;
border-left: 7px solid #e9e9e9;
}

#ddblueblockmenu li a:active{
border-left: 7px solid #3E6250;
color:#000;
}


* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #e9e9e9;
border-left-color: #033825;
color: #666;
}
