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

