ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	font-family: 'HelveticaCondensedLightRg';
	font-size:14px;
	text-transform: uppercase;
}
ul.menu * {
	margin:0;
	padding:0;
}
ul.menu a {
	display:block;
	color:#000;
	text-decoration:none;
}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {
	position:absolute;
	top:31px;
	left:0;
	background-image: url(../media/barras.png);
	display:none;
	opacity:0;
	list-style:none;
}
ul.menu ul li {
	position:relative;
	border:0px;
	border-top:none;
	width:120px;
	margin:0
}
ul.menu ul li a {
	display:block;
	color:#000000;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0 0 0 10px;
	background-color: #C6D200;	
}
ul.menu ul li a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {
	border:0px;
	padding:0 5px 0 0;
	width:auto;
	height: 30px;
	line-height: 30px;
	color: #C7AFAF;
}

ul.menu .menulink:hover, ul.menu .menuhover {
	color: #FFFFFF;
}
ul.menu .sub {
	background:#ffffff url(../media/arrow.gif) 130px 8px no-repeat;
	color: #000000;
}
ul.menu .topline {border-top:0px}

ul.menu .menulinkcaracter {
	border:0px;
	padding:0 5px 0 0;
	width:auto;
	height: 30px;
	line-height: 30px;
	color: #0099ff;
}

ul.menu .menulinkmarcas {
	border:0px;
	padding:0 5px 0 0;
	width:auto;
	height: 30px;
	line-height: 30px;
	color: #ff0000;
}
ul.menu .menulinkeventos {
	border:0px;
	padding:0 5px 0 0;
	width:auto;
	height: 30px;
	line-height: 30px;
	color: #ff005b;
}
ul.menu .menulinktrend {
	border:0px;
	padding:0 5px 0 0;
	width:auto;
	height: 30px;
	line-height: 30px;
	color: #C6D200;
}

ul.menu .menulinkensino {
	border:0px;
	padding:0 5px 0 0;
	width:auto;
	height: 30px;
	line-height: 30px;
	color: #ff6600;
}