/* r.a.d.menu Metallic skin */

.RadMenu_Metallic 
{
	padding: 0px 5px;
	background: #F3B404;
	text-align: left;
	font-size: 13px;
	FONT-FAMILY: tahoma,arial,helvetica;
    color:#ffffff;
	text-decoration: none;
}

.RadMenu_Metallic .link
{
	text-decoration: none;
	line-height: 25px;
	FONT-SIZE: 13px;
	background: #F3B404;
	padding: 3px 3px 3px 3px;
	font-weight:bold;
	color:#ffffff;
}

.RadMenu_Metallic .link:hover
{
	background-color:#ffffff;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	color:#ff9900;
	text-decoration: none;
	FONT-FAMILY: tahoma,arial,helvetica;	
	
}

.RadMenu_Metallic .link:hover .text
{
	color: #ff9900;
	cursor: hand;
	cursor: pointer;
	font-weight:bold;	
}

.RadMenu_Metallic .focused,
.RadMenu_Metallic .expanded
{
	background: #ffffff;	
}

.RadMenu_Metallic .focused,
.RadMenu_Metallic .expanded .text
{
	color: #ff9900;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	text-decoration: none;
	FONT-FAMILY: tahoma,arial,helvetica;
}

.RadMenu_Metallic .rootGroup .link
{
	
	width:auto;
	_width:70px;
	min-width:70px;
	
}


.RadMenu_Metallic .text
{
	padding-right: 15px;
	color: #ffffff;
}


/* needed for horizontal scrolling case*/
.RadMenu_Metallic .group .horizontal
{
	background: #e9e9e9 none;
}


.RadMenu_Metallic .group
{
	background:#ff9900;
	text-align: left;
	border-top: solid 1px #336699;
	border-left: solid 1px #336699;
	border-right: solid 1px #336699;	
	margin-top:0px;
	font-size: 11px;
	text-align: left;	
}


.RadMenu_Metallic .group .link
{
	background: none;
	border-bottom: solid 1px #336699;	
	line-height: 22px;
	padding-top: 0px;	
	font-size: 11px;
	font-weight:bold;	
}

.RadMenu_Metallic .group .first .link 
{
	padding-top: 0px;
	border-top: 0px;	
}

.RadMenu_Metallic .group .link .text
{
	padding-right: 34px;	
	color: #336699;	
}

.RadMenu_Metallic .group .link:hover
{
	background: #336699;
	color: #ff9900;	
}

.RadMenu_Metallic .group .link:hover .text
{
	color: #ff9900;
	cursor: hand;
	cursor: pointer;	
}


.RadMenu_Metallic .group .focused,
.RadMenu_Metallic .group .expanded
{
	color: black;	
}

.RadMenu_Metallic .group .level2
{
	background: #e9e9e9;
	margin-top:0px !important;
	border-top: solid 2px #676767;
}

.RadMenu_Metallic .group .level2 .first .link, .RadMenu_Metallic .group .level2 .last .link,
.RadMenu_Metallic .group  .horizontal .first .link,
.RadMenu_Metallic .group  .horizontal .first .link:hover,
.RadMenu_Metallic .group .horizontal .last .link
{
	padding-top: 0px;
	border-top: solid 1px #d4d4d4;
}


.RadMenu_Metallic .leftArrow,
.RadMenu_Metallic .rightArrow,
.RadMenu_Metallic .topArrow,
.RadMenu_Metallic .bottomArrow,
.RadMenu_Metallic .leftArrowDisabled,
.RadMenu_Metallic .rightArrowDisabled,
.RadMenu_Metallic .topArrowDisabled,
.RadMenu_Metallic .bottomArrowDisabled
{
	
}

.RadMenu_Metallic .topArrow,
.RadMenu_Metallic .topArrowDisabled
{
	
}

.RadMenu_Metallic .bottomArrow,
.RadMenu_Metallic .bottomArrowDisabled
{
	
}

.RadMenu_Metallic .rightArrow,
.RadMenu_Metallic .leftArrow
{
	height:100%;
}

.RadMenu_Metallic .rightArrow,
.RadMenu_Metallic .rightArrowDisabled
{
	
}

.RadMenu_Metallic .vertical .separator .text
{
	border-bottom: solid 1px #989898;
}

.RadMenu_Metallic .expandLeft,
.RadMenu_Metallic .expandRight
{
	
}

.RadMenu_Metallic_rtl .expandLeft,
.RadMenu_Metallic_rtl .expandRight,
.RadMenu_Metallic_rtl .group .link:hover .expandLeft,
.RadMenu_Metallic_rtl .group .link:hover .expandRight
{
	background: none;
	
}


.RadMenu_Metallic .link:hover .expandLeft,
.RadMenu_Metallic .link:hover .expandRight,
.RadMenu_Metallic .focused .expandLeft,
.RadMenu_Metallic .focused .expandRight,
.RadMenu_Metallic .expanded .expandLeft,
.RadMenu_Metallic .expanded .expandRight
{
	
}