/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
	border-bottom-width: 0;
	width: 217px;
	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-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#ddblueblockmenu li a{
	display: block;
	width: 217px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #000000;
	background-color: #F5AC49;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333333;
	border-left-color: #999999;
	font-style: normal;
	font-weight: bold;
	text-indent: 12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}

* html #ddblueblockmenu li a{ /*IE only */
	width: 200px; /*IE 5*/
	width: 217px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	background-color: #CC3300;
	border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
	color: white;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 217px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 20px;
	padding-left: 2px;
	line-height: 14px;
}
