#event-menu
{
	clear:both;
	width:960px;
	height:38px;
	background:transparent url('/imgs/event/sprites.png') 0 -115px no-repeat;
	margin:0 auto 20px auto;
	overflow:visible;
}
#event-menu ul
{
	width:960px;
	list-style:none;
	font-size:12px;
	padding-left:2px;
}
#event-menu li
{
	float:left;
	width:95px;
	height:35px;
	border-right:1px solid #ccc;
	white-space:nowrap;
}
#event-menu a
{
	display:block;
	width:100%;
	height:28px;
	margin-top:8px;
	text-align:center;
	text-decoration:none;
	color:#666666;
}
#event-menu a:hover
{
	text-decoration:underline;
	background-color:#ffffff;
}
#event-menu a.activa
{
	text-decoration:underline;
	background-color:#ffffff;
}
#event-menu div.activa
{
	background-color:#ffffff;
	color:#666666;
}
#event-menu div.activa p
{
	text-decoration:underline;
}
#event-menu div.submenu a.activa2
{
	color:#111111;
	text-decoration:none;
}

#event-menu div.submenu
{
	width:100%;
	height:28px;
	margin-top:8px;
	cursor: pointer;
}
#event-menu div.submenu p
{
	width:100%;
	text-align:center;
	padding-bottom:13px;
	color:#666666;
}
#event-menu div.submenu ul
{
	position:absolute;
	overflow:hidden;
	width:160px;
	background:#f4f4f4;
	border:1px solid #cccccc;
	color:#666666;
	display:none;
	padding:0;
	margin:0;
}
#event-menu div.submenu li
{
	border:none;
	width:100%;
	height:auto;
}
#event-menu div.submenu li a
{
	padding:3px 0 0 3px;
	margin:0;
	text-align:left;
	width:100%;
	height:20px;
}
#event-menu div.submenu li a:hover
{
	text-decoration:none;
	background-color:#fff;
}
#event-menu div.submenu:hover ul
{
	display: block;
}