/* RadMenu alfc_fresh skin */

.RadMenu_alfc_fresh
{
	background: #493720 url('img/link_bg.jpg') repeat-x;
}

.RadMenu_alfc_fresh .link, .link:visited
{
	text-decoration:none;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	min-width: 89px;
	line-height: 31px;
	border-right: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	background: #493720 url('img/link_bg.jpg') repeat-x;
	text-align: center;
	cursor: hand;
}

* html .RadMenu_alfc_fresh .link /* IE6 */
{
    	width: 89px;
}

.RadMenu_alfc_fresh .last .link
{
	border-right: 1px solid #000000;
}

.RadMenu_alfc_fresh .link:hover,
.RadMenu_alfc_fresh .focused,
.RadMenu_alfc_fresh .expanded
{
	background: #493720 url('img/link_hover_bg.jpg') repeat-x;
	text-decoration:none;
	font-size: 9px; /* Maybe not needed */
	color: #B28240;
	cursor: hand;
}

/*==================Safari Hack Start===================*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.RadMenu_alfc_fresh .link:hover,
	.RadMenu_alfc_fresh .focused,
	.RadMenu_alfc_fresh .expanded {padding-bottom: 14px;}
}
/*==================Safari Hack End===================*/

.RadMenu_alfc_fresh .rootGroup .disabled:hover
{
	background: #493720 url('img/link_bg.jpg') repeat-x;
}

.RadMenu_alfc_fresh .text
{
	/* color: #B28240; */
	font-family: Arial, Verdana;
}

.RadMenu_alfc_fresh .group
{
	border-right: solid 1px #c9c9c9;
	border-bottom: solid 1px #c9c9c9;
}

.RadMenu_alfc_fresh .group .text
{
	padding-left: 10px;
	color: #512901;
}      

.RadMenu_alfc_fresh .group .link
{
	background: #EEEBE2;
	min-width: 139px;
	line-height: 28px;
	text-align: left;
	border-right: 1px solid #e6e6e6;
}

* html .RadMenu_alfc_fresh .group .link /* IE6 */
{
	width: 139px;
}

.RadMenu_alfc_fresh .group .link:hover,
.RadMenu_alfc_fresh .group .focused,
.RadMenu_alfc_fresh .group .expanded
{
	background: #D3CCB6;
	color: #cc6102;
	text-decoration:none;
}

.RadMenu_alfc_fresh .leftArrow,
.RadMenu_alfc_fresh .rightArrow,
.RadMenu_alfc_fresh .topArrow,
.RadMenu_alfc_fresh .bottomArrow,
.RadMenu_alfc_fresh .leftArrowDisabled,
.RadMenu_alfc_fresh .rightArrowDisabled,
.RadMenu_alfc_fresh .topArrowDisabled,
.RadMenu_alfc_fresh .bottomArrowDisabled
{
	border-left:1px solid #a9a9a9;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;
	background: #c9c9c9 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_alfc_fresh .topArrow,
.RadMenu_alfc_fresh .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_alfc_fresh .bottomArrow,
.RadMenu_alfc_fresh .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_alfc_fresh .rightArrow,
.RadMenu_alfc_fresh .leftArrow
{
	height:100%;
}

.RadMenu_alfc_fresh .rightArrow,
.RadMenu_alfc_fresh .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_alfc_fresh .expandLeft,
.RadMenu_alfc_fresh .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	padding-right:6px;
}

/* right to left */

.RadMenu_alfc_fresh_rtl .group .link
{
    text-align:right !important;
}

.RadMenu_alfc_fresh_rtl .rootGroup .text
{
    padding-right: 6px;
}

.RadMenu_alfc_fresh_rtl .expandLeft,
.RadMenu_alfc_fresh_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	margin-left: 8px;
}

.RadMenu_alfc_fresh .link:hover .expandLeft,
.RadMenu_alfc_fresh .link:hover .expandRight,
.RadMenu_alfc_fresh .focused .expandLeft,
.RadMenu_alfc_fresh .focused .expandRight,
.RadMenu_alfc_fresh .expanded .expandLeft,
.RadMenu_alfc_fresh .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_alfc_fresh_rtl .link:hover .expandLeft,
.RadMenu_alfc_fresh_rtl .link:hover .expandRight,
.RadMenu_alfc_fresh_rtl .expanded .expandLeft,
.RadMenu_alfc_fresh_rtl .expanded .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
}

