<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu2 {
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
font: 11px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu2 li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 179px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #33733b;
border-bottom: 1px solid #f38628;
border-left: 7px solid #f38628;
border-right: 1px solid #33733b;
}

* html #ddblueblockmenu2 li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 179px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu2 li a:hover {
color: black;
background-color: #b9f9b9;
border-left-color: #c9610d;
}

#ddblueblockmenu2 div.menutitle{
color: black;
border-top: 1px solid black;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: #f38628;
border-right: 1px solid #f38628;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

</style>