/* CSS Document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px #CC0000;
border-bottom-width: 0;
width: 159px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 70% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 1px 0;
padding-left: 9px;
width: 159px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #E19A4A;
border-bottom: 1px solid #E19A4A;
border-left: 7px solid #CC0000;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 159px; /*IE 5*/
w\idth: 159px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #EFC685;
border-left-color: #CF8D43;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px #CC0000;
padding: 1px 0;
padding-left: 5px;
background-color: #CC0000;
font: bold 79% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}



