.ddsmoothmenu{
	float: right;
}

#smoothmenu li ul a {	/* background of sub-menus links, <a> element (default state)*/
	padding:0px;
	padding-bottom: 10px;
	font-family: "akzidenzgrotesk-lightsc";
	color: #333;
	font-size: 14px;
}

.menu2-play li ul a {
	background-color:#00BDE0;
}

.menu2-read li ul a {
	background-color:#E62237;
}

.menu2-empresas li ul a {
	background-color:#FDB602;
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 45px;
	margin-right: 20px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	cursor: pointer;
	margin-left: 30px;
}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	/*background: #333333; /*background of menu items (default state)*/
	padding:2px;
	color: #333;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	
	font-family: "akzidenzgrotesk-cond";
	font-size: 18px;
	text-transform: uppercase;
	height: 18px;
	padding-top: 4px;
	padding-left: 5px;
}


.ddsmoothmenu ul li a div{	/* A elements contente */
	padding:5px;
}

.ddsmoothmenu ul li a div:hover{	/* A elements contente */
	color: #039347;
	text-decoration: underline;
}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #333;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

}

.ddsmoothmenu ul li a:hover{
	color: #039347;
	text-decoration: underline;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	top: 26px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin-left: 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul {
	padding-left: 5px;
	margin-top: 0px;
	border: 1px solid #D7E7D2;
	background: #fff;
}

.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	padding-left: 5px;
	margin-left: 0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
	margin-top: 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	min-width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
top: 10px;
right: 0px;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 5px;
}



#root{
	
}
/*
#root:hover{
	background:#6D3F67;
}
*/
.items_backgorund{
	/*width: 200px;*/
}

.ddsmoothmenu ul li a .seta {
	background: url('/resources/images/select_off.png');
	width: 8px;
	height: 9px;
	display: inline-block;
	margin-right: 5px;
}

.ddsmoothmenu ul li a:hover .seta {
	background: url('/resources/images/select_on.png');
}