/* r.a.d.menu Abso Products skin */

.RadMenu_AbsoTalent
{
	background-color: #dedad5;
	color: #7a766d;
	padding: 0;
	overflow:hidden; 	
	line-height:25px;
	
}

.RadMenu_AbsoTalent .item
{
	padding: 0;
	margin: 0;
}

.RadMenu_AbsoTalent_Context
{
	border: 0;
}

.RadMenu_AbsoTalent .link
{
	float: left;
	text-decoration: none;
	background: transparent;
	color: #7a766d;
}

.RadMenu_AbsoTalent .link:hover, .RadMenu_AbsoTalent .expanded
{
	background-color: #eeebe7;
	color: #7a766d;
	font-weight: bold;
}

.RadMenu_AbsoTalent .focused
{
	background-color: #999a70;
	
	color: #ffffff;
}

.RadMenu_AbsoTalent .rootGroup .text
{
	white-space:normal; 
	line-height: 25px;
	width: 100px;  /*width: 183px;*/
	background-image: none;
	text-align: center;
	border-left: solid 2px #ffffff;	
	cursor: hand;
	cursor: pointer;
	
}

.RadMenu_AbsoTalent .rootGroup .first .text
{
	border-left-style: none;	
	width: 150px; 
}

