<style type="text/css">


#blue{
width: 180px;
border-right:none
padding: 0 0 1em 0;
margin-bottom:auto
font-family: Arial, Helvetica, sans-serif
font-size:11px
background-color: #000000;
color:#a40000;
}

* html #blue{
	w\idth: 147px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#blue ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blue li {
border-bottom: 1px solid #ffffff;
margin: 0;
}

#blue li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 5px solid #ce0000;
	border-right: 5px solid #ce0000;
	background-color: #000000;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #blue li a{ 
	width: auto;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

#blue li a:hover{
	border-left: 5px solid #ce0000;
	border-right: 5px solid #ce0000;
	background-color: #FF0000;
	color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

</style>
