@charset "utf-8";
/* CSS Document */

#menu-info ul { list-style:none; }
#menu-info li {  top:0; }
#menu-info li a { position:absolute; width:100%; height:100%; top:0; cursor:pointer; }
#menu-info li a span { position:absolute;  width:100%; height:100%; top:0; }

#menu-regulamento, #menu-inscricao, #menu-kit, #menu-calendario  { position:absolute; left:0; width:155px; }

#menu-regulamento { background:url(../images/bt_regulamento.png) no-repeat 0 0; z-index:10; height:40px; }
#menu-inscricao { background:url(../images/bt_inscricao.png) no-repeat 0 0; margin-top:22px; z-index:9; height:46px;}
#menu-kit { background:url(../images/bt_kit.png) no-repeat 0 0; margin-top:52px; z-index:8; height:43px;}
#menu-calendario { background:url(../images/bt_calendario.png) no-repeat 0 0; margin-top:80px; z-index:7; height:43px; }

#menu-regulamento a span { background:url(../images/bt_regulamento.png) no-repeat 0 0; }
#menu-inscricao a span { background:url(../images/bt_inscricao.png) no-repeat 0 -155px; }
#menu-kit a span { background:url(../images/bt_kit.png) no-repeat 0 -155px; }
#menu-calendario a span { background:url(../images/bt_calendario.png) no-repeat 0 -155px; }

#menu ul li a:hover { z-index:1000; }
#menu-regulamento a:hover span { background:url(../images/bt_regulamento.png) no-repeat -155px 0; }
#menu-inscricao a:hover span { background:url(../images/bt_inscricao.png) no-repeat -155px 0; }
#menu-kit a:hover span { background:url(../images/bt_kit.png) no-repeat -155px 0; }
#menu-calendario a:hover span { background:url(../images/bt_calendario.png) no-repeat -155px 0; }

#menu-regulamento .ativo { background:url(../images/bt_regulamento.png) no-repeat 0 0; }
#menu-inscricao .ativo { background:url(../images/bt_inscricao.png) no-repeat -155px 0; }
#menu-kit .ativo { background:url(../images/menu.png) no-repeat -155px 0; }
#menu-calendario .ativo { background:url(../images/bt_calendario.png) no-repeat -155px 0; }
