/* r.a.d.menu Metallic skin */

.RadMenu_Metallic3 
{
	padding: 0px 8px 0px 0px;
	/*background:  url('img/grisombre.jpg') repeat-x bottom;*/
	/*text-align: left;*/
	font-size: 11px;
	 font-weight:bold;
	/*width:345px;*/
	/* height:36px;*/
}

.RadMenu_Metallic3 .link
{
	text-decoration: none;
	/*line-height: 30px;*/
	/*background: url('img/fleche2.jpg') no-repeat left center;*/
	padding: 4px 8px 0px 8px;
}

.RadMenu_Metallic3 .link:hover,
.RadMenu_Metallic3 .link:hover .text,
.RadMenu_Metallic3 .focused,
.RadMenu_Metallic3 .expanded
{
	color: #000;
	cursor: hand;
	cursor: pointer;
}

.RadMenu_Metallic3 .rootGroup .link
{
	
	/*width:auto;*/
	/*_width:70px;*/
	/*min-width:70px;*/
}


.RadMenu_Metallic3 .text
{
	padding-right: 10px;
	color: #424242;
}

/* needed for horizontal scrolling case*/
.RadMenu_Metallic3 .group .horizontal
{
	background: #e9e9e9 none;
}


.RadMenu_Metallic3 .group
{
	/*background: #e9e9e9 url('img/groupHeader.gif') repeat-x left top;*/
	border-left: solid 1px #cfcfcf;
	border-right: solid 1px #cfcfcf;
	border-bottom: solid 2px #676767;
	/*margin-top:-2px !important;*/
}


