body, html { 
text-align : left; 
color : #333333; 
font-size : 11px; 
font-weight : normal; 
font-family : tahoma, Verdana, Arial; 
margin : 0 auto; 
margin-top : 0; 
border-left : 0; 
border-right : 0; 
padding-top : 0; 
padding-bottom : 0; 
padding-left : 0; 
padding-right : 0; 
} 
.logo { 
background : url('/img/logo_small.bmp') no-repeat; 
height : 43px; 
width : 150px; 
} 
.top_l { 
background : url('/img/top_l.gif') no-repeat top left; 
width : 14px; 
height : 14px; 
} 
.top_r { 
background : url('/img/top_r.gif') no-repeat top right; 
width : 14px; 
height : 14px; 
} 
.bottom_l { 
background : url('/img/bottom_l.gif') no-repeat bottom left; 
width : 14px; 
height : 14px; 
} 
.bottom_r { 
background : url('/img/bottom_r.gif') no-repeat bottom right; 
width : 14px; 
height : 14px; 
} 
.topmenu { 
width : 135px; 
height : 15px; 
text-align : center; 
color : #666666; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
border-style : ridge; 
border-width : 0.1em; 
border-color : #fff; 
background-color : #fff; 
cursor : pointer; 
} 
.menu { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #666666; 
font-weight : normal; 
background-position : left 50%; 
padding-top : 2px; 
padding-bottom : 2px; 
padding-left : 2px; 
padding-right : 2px; 
} 
a { 
text-decoration : none; 
color : #666666; 
} 
a:link { 
text-decoration : none; 
color : #666666; 
} 
a:visited { 
text-decoration : none; 
color : #666666; 
} 
a:hover { 
text-decoration : none; 
color : #000000; 
} 


<!--STYLE MENU START --> 

#menu div.barraMenu,
#menu div.barraMenu a.botonMenu {
font-family: sans-serif, Verdana, Arial;
font-size: 8pt;
color: white;
}

#menu div.barraMenu {
text-align: left;
}

#menu div.barraMenu a.botonMenu {
background-color: #556975;
color: white;
cursor: pointer;
padding: 4px 6px 2px 5px;
text-decoration: none;
}

#menu div.barraMenu a.botonMenu:hover {
background-color: rgb(248, 71, 71);
}

#menu div.barraMenu a.botonMenu:active {
background-color: rgb(248, 71, 71);
color: black;
}


<!--STYLE MENU FINISH -->
 