/* RadMenu Woman Owned skin */

.RadMenu, .RadMenu_AfsCMS2
{
	font-family: arial;
	font-size: 9px;
	line-height: 27px;
	padding: 3px 0 2px 0;
	color: #86825D
}

.RadMenu_AfsCMS2 .rmLink,
.RadMenu_AfsCMS2 .rmLink:active,
.RadMenu_AfsCMS2 .rmLink:visited
{
	text-decoration:none;
	text-align: left;
	border-left: 1px solid #86825D;
	border-right: 1px solid #86825D;
	background: #86825D;
	color: #ffffff;
	padding: 4px 10px 4px 10px;
	text-transform: uppercase
	/*background:transparent url(Img/arrow-blue.gif) left no-repeat;*/
}

.RadMenu_AfsCMS2 .rmLink:hover,
.RadMenu_AfsCMS2 .rmFocused,
.RadMenu_AfsCMS2 .rmExpanded
{
	background-color: #B4AF85;
	color: #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	/*background:transparent url(Img/arrow-orange.gif) left no-repeat;*/
}

.RadMenu_AfsCMS2 .rmGroup
{
	border: 1px solid #ffffff;
	line-height: 17px;
}

.RadMenu_AfsCMS2 .rmGroup .rmLink,
.RadMenu_AfsCMS2 .rmGroup .rmLink:active,
.RadMenu_AfsCMS2 .rmGroup .rmLink:visited
{
	background-color: #D9D7C2;
	border-left: 0px;
	border-right: 0px;
	width: auto;
	text-align: left;
	color: #55512C;
	font-size: 11px;
	text-transform: none
}

.RadMenu_AfsCMS2 .rmGroup .rmText
{
	padding-right: 20px;
}

.RadMenu_AfsCMS2 .rmGroup .rmLink:hover,
.RadMenu_AfsCMS2 .rmGroup .rmFocused,
.RadMenu_AfsCMS2 .rmGroup .rmExpanded
{
	background-color: #B4AF85;
	color: #ffffff;
	
}
/*
.RadMenu_AfsCMS2 .leftArrow,
.RadMenu_AfsCMS2 .rightArrow,
.RadMenu_AfsCMS2 .topArrow,
.RadMenu_AfsCMS2 .bottomArrow,
.RadMenu_AfsCMS2 .leftArrowDisabled,
.RadMenu_AfsCMS2 .rightArrowDisabled,
.RadMenu_AfsCMS2 .topArrowDisabled,
.RadMenu_AfsCMS2 .bottomArrowDisabled
{
	background: url('img/arrow-gray.gif') center center no-repeat;
	width:15px;
	text-decoration:none;
	text-indent:-3000px;
	overflow:hidden;
}

.RadMenu_AfsCMS2 .topArrow,
.RadMenu_AfsCMS2 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_AfsCMS2 .bottomArrow,
.RadMenu_AfsCMS2 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_AfsCMS2 .rightArrow,
.RadMenu_AfsCMS2 .leftArrow
{
	height:100%;
}

.RadMenu_AfsCMS2 .rightArrow,
.RadMenu_AfsCMS2 .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_AfsCMS2 .vertical .separator .rmText
{
	padding-top: 3px;
	background: #f7f7f7 url('img/Separator.gif') no-repeat right;
	font-size: 0px;
	border-top:0px;
	border-bottom:0px;
}

.RadMenu_AfsCMS2 .expandLeft,
.RadMenu_AfsCMS2 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}
*/

.RadMenu_AfsCMS2 .rmLink:hover .expandLeft,
.RadMenu_AfsCMS2 .rmLink:hover .expandRight,
.RadMenu_AfsCMS2 .rmFocused .expandLeft,
.RadMenu_AfsCMS2 .rmFocused .expandRight,
.RadMenu_AfsCMS2 .rmExpanded .expandLeft,
.RadMenu_AfsCMS2 .rmExpanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}




/*right-to-left support


.RadMenu_AfsCMS2_rtl,
.RadMenu_AfsCMS2_rtl *
{
    text-align:right !important;
}

.RadMenu_AfsCMS2_rtl .rmGroup .rmText
{
	padding-left: 60px;
	padding-right: 12px;
}

.RadMenu_AfsCMS2_rtl .expandLeft,
.RadMenu_AfsCMS2_rtl .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}

.RadMenu_AfsCMS2_rtl .rmLink:hover .expandLeft,
.RadMenu_AfsCMS2_rtl .rmLink:hover .expandRight,
.RadMenu_AfsCMS2_rtl .rmFocused .expandLeft,
.RadMenu_AfsCMS2_rtl .rmFocused .expandRight,
.RadMenu_AfsCMS2_rtl .rmExpanded .expandLeft,
.RadMenu_AfsCMS2_rtl .rmExpanded .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
}

.RadMenu_AfsCMS2_rtl .rmGroup .rmLink:hover .expandLeft,
.RadMenu_AfsCMS2_rtl .rmGroup .rmLink:hover .expandRight,
.RadMenu_AfsCMS2_rtl .rmGroup .rmFocused .expandLeft,
.RadMenu_AfsCMS2_rtl .rmGroup .rmFocused .expandRight,
.RadMenu_AfsCMS2_rtl .rmGroup .rmExpanded .expandLeft,
.RadMenu_AfsCMS2_rtl .rmGroup .rmExpanded .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
}

*/