/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 100px;
}

#ddblueblockmenu ul{
list-style-type: none;
font: normal 12px Arial;
}

#ddblueblockmenu li a{
	display: block;
	padding-left: 10px;
	width: auto; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #0099FF;
	border-left: 3px solid #660000;
	margin: 3px;
	font: 12px Arial;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
}

* html #ddblueblockmenu li a{ /*IE only */
w\idth: 110px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
	color: #FFCC33;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #660000;
	background-position: right;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFCC33;
	border-left-color: #FFCC33;
}
.active {
	color: #FFCC00;
	padding-left: 10px;
	margin: 3px 3px 5px;
	padding-top: 1px;
	display: block;
	padding-bottom: 1px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 5px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFCC00;
	border-left-color: #FFCC00;
	background-color: #660000;
}
</style>
