@charset "utf-8";
/* CSS Document */



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
	border-bottom-width: 0;
	width: 160px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#ddblueblockmenu li a{
	display: block;
	padding-left: 9px;
	width: 151px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: white;
	background-color: #3A6381;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #90bade;
	border-left-color: #1958b7;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
}

* html #ddblueblockmenu li a{ /*IE only */
	width: 187px; /*IE 5*/
	w\idth: 160px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	background-color: #036;
	width: 154px;
}

#ddblueblockmenu div.menutitle{
	color: white;
	padding-left: 5px;
	background-color: #840000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	line-height: 20px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 158px;
}
