h1 {
	font: bold 20px/22px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	padding: 10px 5px 3px 10px;
}

h1 a:hover {
	font: bold 20px/22px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	background: #d6d71d;
	text-decoration: none;
}



#supermenu {
	/*width: 762px;*/
	width:100%;
	/*height: 29px;
	border-bottom: 2px solid #000;*/
	background: #C30022;
}

#menu {
	background: #C30022;
	/*width: 440px;
	height: 29px;*/
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	font-weight: bold;
}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	clear: left;
}

#menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	}

#menu ul li a {
	background: #C30022;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 7px;
}

#menu ul li a:hover {
	background: #660000;
	color: #fff;
	}

.item_marcado {
	color: #FFFF33;
	text-decoration: underline;

	
	}

body#home #menu li#home a, 
body#artists #menu li#artists a,
body#news #menu li#news a,
body#registration #menu li#registration a,
body#news #menu li#news a,
body#program #menu li#program a,
body#cfp #menu li#cfp a,
body#members #menu li#members a,
body#events #menu li#events a,
body#committee #menu li#committee a,
body#location #menu li#location a {

	background: #990033;
	color: #d6d71d;

	}
