@charset "utf-8";

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 11px Arial;
width:520px;
height:39px;
background: transparent url(http://www.6d.com.br/clientes/hanzo/img/bgMenu02.gif) center;

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 520px;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 3px 0px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 3px; /*shift text down 1px for selected and active item*/
padding-bottom: 3px; /*shift text down 1px for selected and active item*/
/*background: black url(media/indentbg2.gif) center center repeat-x;*/
}



