/* CSS Document */
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 50%;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 70% Verdana, Arial, Helvetica, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 8px 0;
padding-left: 8px;
width: 75%; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: #ebe7ca;
background-color:;
border-bottom:;
border-left:;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 80%; /*IE 5*/
width: 85%; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #f4f2e2;
border-left-color:;
color:#000000;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% Verdana, Arial, Helvetica, sans-serif;
}

</style>

