@charset "utf-8";
/* CSS Document */


/*******   MENI      **********/

.menu ul{
	list-style-type: none; padding: 0; margin: 0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float: left; position: relative; z-index: 100; padding: 0; margin: 0; height: 28px; background-color: transparent; margin: 1px 0 0 0;
}


/* style all the links */
.menu a, .menu :visited {
	display: block; font-size: 14px; width: auto; padding: 4px 10px 0px 10px; margin: 0; color: #ffffff;
	text-decoration: none; margin-right: 1px; text-align: center; height: 22px;
}

/* style the links hover */
.menu a:hover{
	/*color:#444; background:#d4d8bd;*/
	text-decoration: underline;
}

.current{
	background-color: #eeeeee; color: #000000;
}
.current a{
	background-color: #eeeeee; color: #000000;
}

.currentEvent{
	background-color: #aaaaaa; color: #000000;
}
.currentEvent a{
	background-color: #aaaaaa; color: #000000;
}