#menuContainer {padding:0; margin:0; list-style:none; width:798px; height:180px; position:relative; right:0; top:0;}

#menu {padding:0; margin:0; list-style:none; width:798px; height:180px; background:url(hand.png);}
* html #menu {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='hand.png', sizingMethod='scale');
}

#menu li {float:left; margin-top:130px; width:114px; height:50px; position:relative;}
#menu li a {display:block; width:113px; height:50px; background:url(off.png); border-right:1px solid #888; text-decoration:none; color:#ccc; font-family:verdana, sans-serif; font-size:11px;}
#menu li.last a {border:0;}

* html #menu li a {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='off.png', sizingMethod='scale');
}

#menu li a b {display:block; width:113px; height:50px; line-height:48px; text-transform:lowercase; text-align:center;}


.home #menu li#home a,
.release #menu li#release a,
.setlist #menu li#setlist a,
.shows #menu li#shows a,
.fotos #menu li#fotos a,
.downloads #menu li#downloads a,
.contato #menu li#contato a,
#menu li a:hover {white-space:nowrap; color:#fff; cursor:pointer;}

.home #menu li#home a b,
.release #menu li#release a b,
.setlist #menu li#setlist a b,
.shows #menu li#shows a b,
.fotos #menu li#fotos a b,
.downloads #menu li#downloads a b,
.contato #menu li#contato a b,
#menu li a:hover b {background:url(on.gif);}

.textos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}

.titulos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #ffff00;
	font-weight: bold;
}
.rodape {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #090;
	font-weight: bold;
}

