@charset "utf-8";
/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	float: left;
}

#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-left: 15px;
	width: 185px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
	line-height: 18px;
	font-style: italic;
}

* html #ddblueblockmenu li a{ /*IE only */
	width: 187px; /*IE 5*/
	w\idth: 170px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	background-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #000000;
}

#ddblueblockmenu div.menutitle{
	color: white;
	padding-left: 5px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 22px;
}

.white{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	
}
