<style type="text/css">
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration:none;}
a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration:none;}
a:active { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration:none;}

.my_style12 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff;}
.my_style_black {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}

#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 */
width: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 3px 3px 3px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #CCCCCC;
color: #000;
text-decoration: none;
width: 100%;
height: 10px;
}

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: #90bade;
color: #fff;
}

</style>
