#blueblock{
	width: 200px;
	height:100%;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 90%;
	background-color: #63AD1A;
	color: #333;
	text-align:left;
	float:left;
}

* html #blueblock{ /*IE 6 only */
width: 200px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #63AD1A;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #9DC65E;
border-right: 10px solid #9DC65E;
background-color: #89BB4A;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a.current {
	border-left: 10px solid #B77919;
	border-right: 10px solid #E0A15B;
	background-color: #D78225;
}

html>body #blueblock li a.current{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
	/*border-left: 10px solid #1c64d1;*/
	border-left: 10px solid #B77919;
	/*border-right: 10px solid #5ba3e0;*/
	border-right: 10px solid #E0A15B;
	/*background-color: #2586d7;*/
	background-color: #D78225;
	color: #fff;
}