<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid #81993B;
border-bottom-width: 0;
width: 162px;
}

#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: 162px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: black;
background-color: #fae065;
border-bottom: 1px solid #faecaa;
border-left: 7px solid #ffc82e;
}

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

#ddblueblockmenu li a:hover {
background-color: #ffd451;
border-left-color: #e15926;
}

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

</style>

