</style>
/* CSS Document */


#ddblueblockmenu{
	width: 164px;
	float: left;
	border: 0px solid #017D7B;
	position: absolute;
	left: 5px;
	top: 10px;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #000;
}

#ddblueblockmenu li a{
	display: block;
	padding: 3px 0;
	padding-left: 9px;
	width: 145px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #FFF;
	background-color: #000000;
	border-left-width: 7px;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #017D7B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

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

#ddblueblockmenu li a:hover {
	background-color: #FFF;
	border-left-color: #666;
	color: #017D7B;
	font-weight: bold;
}

#ddblueblockmenu div.menutitle{
	color: #FFF;
	padding-left: 5px;
	background-color: #017D7B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-top-width: 1px;
	border-top-color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #017D7B;
}
.names {
	color: #099;
}

