#menubv {
width: 154px;
padding: 0;
margin:0 auto;
font: 12px Arial, sans-serif;
}
#menubv ul {
list-style: none;
margin:0 auto;
padding: 0;
}
#menubv li {
width:154px;
list-style: none;
margin:0;
padding:0;
float:left;
}
#menubv li a {
width:144px;
display: block;
padding: 5px 5px 5px 0.5em;
font-weight:bold;
background-color: #FFFFFF;
color: #264896;
text-decoration: none;
margin:0;
}
#menubv li a:hover {
width:144px;
display: block;
padding: 5px 5px 5px 0.5em;
font-weight:bold;
background-color: #D9F1FA;
color: #264896;
text-decoration: none;
margin:0;
}
/* Fix IE. Hide from IE Mac \*/
* html #menubv ul li { float: left; height: 1%; margin:0; }
* html #menubv ul li a { height: 1%; margin:0; }
/* End */

// CSS hover imagens
#fotos {width:181px;}
#fotos * {display:block;}
#fotos .cropFoto {overflow:hidden;height:116px;width:181px;}
#fotos .cropFoto:hover {border:3px solid;height:110px;width:175px;}
#fotos .cropFoto:hover img {margin:-3px 0 0 -3px;}

// CSS hover imagens
#foto_noticia {width:385px;}
#foto_noticia * {display:block;}
#foto_noticia .cropFoto {overflow:hidden;height:248px;width:385px;}
#foto_noticia .cropFoto:hover {border:5px solid;height:238px;width:375px;}
#foto_noticia .cropFoto:hover img {margin:-5px 0 0 -5px;}

// CSS hover imagens
#fotos_4 {width:121px;}
#fotos_4 * {display:block;}
#fotos_4 .cropFoto {overflow:hidden;height:91px;width:121px;}
#fotos_4 .cropFoto:hover {border:4px solid;height:83px;width:113px;}
#fotos_4 .cropFoto:hover img {margin:-4px 0 0 -4px;}