<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: 185px;

}

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

#ddblueblockmenu li a{
background: #606060 url(../images/downgreen.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
display: block;
width: 160px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #FF6600;
border-bottom: 1px solid #FFA86F;
border-left: 7px solid #BF4C00;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 200px; /*IE 5*/
text-decoration: none;
w\idth: 200px; /*185px minus all left/right paddings and margins*/

}

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

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


</style>

