#centeredmenu {
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	background-color: #900;
	height: 1.5em;
	margin-bottom: 1em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
	display:block;
	float:left;
	list-style:none;
	padding:0;
	position:relative;
	right:50%;
	font-family: "Lucida Sans Regular", Arial, sans-serif;
	font-size: 1em;
	margin-top: 0;
	margin-right: 0.25em;
	margin-bottom: 0;
	margin-left: 0.25em;
}
#centeredmenu ul li a {
	display:block;
	color:#FC0;
	text-decoration:none;
	font-family: "Lucida Sans Regular", Arial, sans-serif;
	font-size: .85em;
	background-color: #950A09;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#centeredmenu ul li a:hover {
	color:#fff;
	background-color: #F00;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #800808;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
	color:#fff;
	font-weight:bold;
	background-color: #FFF;
}
body#home a#homeNav, body#about a#aboutNav, body#ongoing a#ongoingNav, body#news a#newsNav, body#contacts a#contactsNav, body#artists a#artistsNav  {
	background-color: #CBCC9B;
	color: #000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CBCC9B;
}
