<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;
}

* html #blueblock{ /*IE 6 only */
	w\idth: 230px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
	background-position: left;
}

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

#blueblock li {
	margin: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #980E10;
}

#blueblock li a{
	display: block;
	padding: 10px 5px 8px 10px;
	background-color: #000000;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #980E10;
	border-left-color: #FF0000;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	text-indent: 5px;
}

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

#blueblock li a:hover{
	background-color: #FF0000;
	color: #fff;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #000000;
}
#blueblock img {
	float: right;
	position: relative;
	right: 20px;
	top: -20px;
}

</style>
