<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
padding: 1px 0;
border-bottom: 1px solid white;
width: 189px;
}

#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: 4px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
/* border-bottom: 1px solid black;  -- extra for some fonts */
border-left: 7px solid #1958b7;
border-bottom: 1px solid white;
border-right: 1px solid white;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 189px; /*IE 5*/
w\idth: 189px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #D6BE94;
border-left-color: #C3AD87;
color: black;
}

#ddblueblockmenu div.menutitle{
text-decoration: none;
width: 189px;
color: white;
border-bottom: 1px solid white;
border-top: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu div.menutitle a:hover {
/*background-color: #D6BE94;
border-left-color: #C3AD87;*/
color: #D6BE94
}

</style>
