/* CSS Document */

#blueblock{ width: 130px; padding: 0 0 1em 0; margin-bottom: 1em; font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif; font-size: 70%; color: #333; }
* html #blueblock{ /*IE 6 only */ w\idth: 95px; /*Box model bug: 180px minus all left and right paddings for #blueblock */ }
#blueblock ul{ list-style: none; margin: 0; padding: 0; border: none; border-top: 1px solid #90bade; }
#blueblock li { border-bottom: 1px solid #90bade; margin: 0; }
#blueblock li a{ display: block; padding: 1px 5px 1px 8px; border-left: 10px solid #1958b7; border-right: 10px solid #508fc4; background-color: #1887B5; color: #fff; text-decoration: none; width: 100%; }
html>body #blueblock li a{ /*Non IE6 width*/ width: auto; }
#blueblock li a:hover{ border-left: 10px solid #1c64d1; border-right: 10px solid #5ba3e0; background-color: #2586d7; color: #fff; }
.invisible {
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}
