/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
<style type="text/css">


#ddblueblockmenu{
border: 1px solid #fffa9c;
border-bottom-width: 0;
width: 140px;

}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 70% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 7px 0 7px 9px;
width: 150px; /*123px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
background-color:#F4F4F4;
border-bottom: 1px solid #90bade;
border-left: 7px solid  #D6D6D6;
border-right: 7px solid #D6D6D6;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 150px; /*IE 5*/
width: 150px; /*123px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color:#E9E9E9;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 0px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

</style>
