.menulnk {
	color: white !important;
	font-size: 11px;
	font-family: Arial, Verdana;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

#root-menu-div ul {
	width: 168px;
	border: 0px solid #000;
	background-color: transparent;
	position: relative; top: 0px; left: 0px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

#root-menu-div li{
	white-space:nowrap;
	padding: 3px;
}
* html #root-menu-div li{
	height: 1.5em; /* fixing ie6 problem */
}
ul.menu,
#root-menu-div ul {
	background-image:url(/temas/default/images/bgTopVideos.png);
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	z-index: 1;
}
li.menu-separator.active{
	background-color: transparent;
}
li.active {
	background-color: #888;
}
.activetarget{
	/* on mouse ouver display */
}

* html div.menu-item {
	display: inline; /* fixes problem in ie6 */
}

li.menumain {
	float: left;
	padding: 0 10px;
}
div.menu-item {
	padding: 1px 10px 1px 10px;
	text-align: left;
}
img.menu-item-arrow{
	right: 4px;
	top: 8px;
}
li.menu-separator{
	border-bottom: 1px solid #000;
	font-size: 0; /* for ie */
	height: 0;
	line-height: 0; /* for ie */
	margin: 2px 0;
}
li.red {
	color: red;
}
li.blue {
	color: blue;
}


