body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-color: #e8e8e8; background-image: url(images/back.jpg); background-repeat: no-repeat; background-position: top; }
a img {
border:0;
}
/*MENU BARRA*/

.indentmenu { overflow: hidden; font-family: Arial; font-size: 12px; font-weight: normal; text-transform: uppercase; line-height: 47px; width: 100%; }
.indentmenu ul { margin: 0; padding: 0; }
.indentmenu ul li { display: inline; }
.indentmenu ul li a { float: left; color: white; text-decoration: none; /*dark purple divider between menu items*/ border-right-width: 1px; border-right-style: solid; border-right-color: #003579; width: 124px; padding-top: 5px; padding-right: 11px; padding-bottom: 5px; padding-left: 11px; text-align: center; }
.indentmenu ul li a:visited { color: white; }
.indentmenu ul li a:hover, .indentmenu ul li .current { color: white !important; /*text color of selected and active item*/ padding-top: 6px; /*shift text down 1px for selected and active item*/ padding-bottom: 4px; background-color: #0099FF; }
.border_1 { border-right-width: 1px; border-right-style: solid; border-right-color: #F0F0F0; }
