@charset "utf-8";
/* CSS Document */

/* MENU DA EVIL BOYS */
.item_menu{
	display:block;
	padding-top:8px;
	padding-bottom:9px;
	height:13px;
	background:url(../imagens/menu.gif);
	text-align:center;
	font-family:Verdana;
	color:#999999;
	text-decoration:none;
	font-size:11px;
	font-weight: bold;
}
.item_menu:hover{
	background:url(../imagens/menu_on.gif);
	color:#000000;	
	padding-top:8px;
	padding-bottom:9px;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a {
	font-family:Verdana;
	color: #999999;
}