/* r.a.d.menu Metallic skin */
.RadMenu_Metallic .link
{
	cursor: hand;
}
/* needed for horizontal scrolling case*/
.RadMenu_Metallic .group .horizontal
{
	background: #e9e9e9 none;
}

.RadMenu_Metallic .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: -1px !important;
}


.RadMenu_Metallic .group .link
{
	cursor: hand;
	background: none;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #d4d4d4;
	line-height: 22px;
	padding-top: 0px;
	font-family: verdana,arial,san-serif;
	padding-top: 9px;
	text-decoration: none;
	color: #0071bd;
	font-weight: bolder;
	font-size: 12px;
}


.RadMenu_Metallic .group .first .link 
{
}


.RadMenu_Metallic .group .link .text
{
	margin-left: 8px;
	margin-right: 8px;
	padding-right: 34px;
}

.RadMenu_Metallic .group .link:hover
{
	color: #0071bd;
	text-decoration: underline;
}
.RadMenu_Metallic .group .focused
{
	color: #009966;
	font-family: verdana,arial,san-serif;
	text-decoration: none;
}
.RadMenu_Metallic .group .expanded
{
	color: black;
}

.RadMenu_Metallic .topArrow,
.RadMenu_Metallic .bottomArrow,
.RadMenu_Metallic .topArrowDisabled,
.RadMenu_Metallic .bottomArrowDisabled
{
	background: #f3f3f3 url('img/left.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
}

.RadMenu_Metallic .topArrow,
.RadMenu_Metallic .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
	border-top: solid 2px #676767
}

.RadMenu_Metallic .bottomArrow,
.RadMenu_Metallic .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}


