<style type="text/css">



#blueblock{

width: 180px;

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: #90bade;

color: #333;

}



#blueblock ul{

list-style: none;

margin: 0;

padding: 0;

border: none;


}



#blueblock li {

	border-bottom: 1px solid #CCCCCC;

	margin: 0;


}



#blueblock li a{

	display: block;

	padding: 5px 5px 5px 8px;

	border-left: 10px solid #CCCCCC;

	border-right: 1px solid #000000;

	color: #FFF;

	text-decoration: none;

	width: 100%;

	background: black url("img/blockdefault.gif") center center repeat-x;
}



html>body #blueblock li a{ /*Non IE6 width*/

width: auto;

}



#blueblock li a:hover, #blueblock li .current{

	border-left: 10px solid #1F9AFC;

	border-right: 1px solid #000000;

	background-color: #FFFFFF;

	color: #000000;

background: transparent url("img/blockactive.gif") center center repeat-x;
}


</style>


