<style type="text/css">

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

#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: #88E4EF;
}

#blueblock li a{
	display: block;
	padding: 10px 5px 8px 10px;
	background-color: #006573;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border-left-width: 10px;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: #FF9B38;
	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: #73E3E7;
	color: #000000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #016273;
}

</style>
