
    
    a:link {text-decoration: none; color:#FF0000; font-weight:bold;}
    a:visited {text-decoration: none; color:#FF0000; font-weight:bold;}
    a:hover {text-decoration: none; color:#0000FF; font-weight:bold;}
    body,div,ol,ul,li,h1,h2,h3,pre,form,fieldset,input,p,blockquote
    {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	text-align: justify;
	}

/*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{
display: block;
padding: 3px 0;
padding-left: 9px;
height: 26px ;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;

}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: black;
color: black;
}

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

}