<style type="text/css">


#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 70% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 169px;
	text-decoration: none;
	color: white;
	background-color: #6E8094;
	border-bottom: 1px solid #90bade;
	border-left: 7px solid #cccccc;
	border-left-color: #666666;
	background-image: url(Kuvat/menutaka.jpg);
	background-repeat: no-repeat;
}

*html #ddblueblockmenu li a{ /*IE only */
width: 169px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #536171;
border-left-color: #CCCCCC;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 10;
padding-left: 15px;
background-color: black;
font: bold 70% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}


