<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */



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

#blueblock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 13px;
	position: absolute;
	top: 120px;
}

#blueblock li {
	border-bottom: 1px solid #990033;
	margin: 0;
	width: 180px;
}


#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #330066;
border-right: 10px solid #330066;
background-color: #C90000;
color: #fff;
text-decoration: none;
width: 180%;
}

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

#blueblock li a:hover{
	border-left: 14px solid #330066;
	border-right: 10px solid #330066;
	background-color: #CC3333;
	color: #fff;
	text-indent: 4px;
}

</style>
