@charset "iso-8859-1";
/* MENU PRINCIPAL */
#Menu{
width:130px;
background:#157C94;
position:absolute;
left:0px;
top:35px;
clear:both;
}
#Menu ul {
width:130px;
list-style:none;
margin:0;
padding:0;
text-align:left;
}
#Menu li {
width:130px;
margin:0px;
font-size:12px;
text-transform:uppercase;
border-top:1px solid #FFF;
}
#Menu li a {
padding-top:4px;
height:21px;
display: block;
font-weight:bold;
color:#FFF;
text-decoration: none;
background:#157C94;
border-left:5px solid #157C94;
}
#Menu li a:hover {
padding-top:4px;
height:21px;
display: block;
font-weight:bold;
color:#FFF;
text-decoration:none;
background:#105F72;
border-left:5px solid #105F72;
}
/* Fix IE. Hide from IE Mac \*/
* html #Menu ul li {float:left; height:1%;}
* html #Menu ul li a {height: 1%;}
/* End */

/*####################################################################*/

/* MENU PRINCIPAL */
#Menu2{
width:236px;
background:#157C94;
position:absolute;
left:0px;
top:35px;
clear:both;
}
#Menu2 ul {
width:236px;
list-style:none;
margin:0;
padding:0;
text-align:left;
}
#Menu2 li {
width:236px;
margin:0px;
font-size:12px;
text-transform:uppercase;
border-top:1px solid #FFF;
}
#Menu2 li a {
padding-top:4px;
height:21px;
display: block;
font-weight:bold;
color:#FFF;
text-decoration: none;
background:#157C94;
border-left:5px solid #157C94;
}
#Menu2 li a:hover {
padding-top:4px;
height:21px;
display: block;
font-weight:bold;
color:#FFF;
text-decoration:none;
background:#105F72;
border-left:5px solid #105F72;
}
/* Fix IE. Hide from IE Mac \*/
* html #Menu2 ul li {float:left; height:1%;}
* html #Menu2 ul li a {height: 1%;}
/* End */