<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: 14px arial;
/*font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #FF9900;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
font: 14px arial;
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
font: 14px arial;
border-bottom: 1px solid #6699CC;
margin: 0;
}

#blueblock li a{
font: 14px arial;
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #FF9900;
border-right: 10px solid #6699CC;
background-color: #FF9900;
color: #6699CC;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
font: 14px arial;
font-weight: bold;
border-left: 10px solid #FF9900;
border-right: 10px solid #6699CC;
background-color: #FF9900;
color: #fff;
}

#blueblock li a:active{
font: 14px arial;
font-weight: bold;
border-left: 10px solid #FF9900;
border-right: 10px solid #6699CC;
background-color: #FF9900;
color: #fff;
}

#general{
font: 14px arial;
}

#titulo{
font: 12px arial;
font-weight: bold;
}

</style>