/* CSS Document */

<style type="text/css">

#underlinemenu{
margin: 0;
padding: 0;}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 750px;
height: 36px;
border: 1px solid #DFDFDF;
border-width: 1px 0; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size:12px;} 

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;}

#underlinemenu ul li{
display: inline;}

#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 6px 6px;
text-decoration: none;
background: white url(media/menudivide.gif) top right repeat-y;}

#underlinemenu ul li a:hover{
color: white;
background-color: #4A9AD4;
border-bottom: 4px solid #045894;
padding-bottom: 2px;}

</style>
.linea_celeste {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}

