
/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
/*border: 1px solid black;*/
margin:.8em 0 .2em 0; 
border-bottom-width: 1px;
/*width: 140px;*/
}

#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: 124px; */ /*This is the #ddblueblockmenu width minus 16 for all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #6666FF; /* blue = #2175bc */
border-bottom: 1px solid #90bade;
/*border-bottom: 1px solid white;*/
border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
/*width: 125px;*/ /*IE 5*/
w\idth: 109px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
/*background-color: #2586d7;*/
background-color: #1958b7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: #003366;
font:  80% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
