/* r.a.d.menu FMFM_2 skin */
.RadMenu_FMFM_2
{
	background: white;
}

.RadMenu_FMFM_2 .link
{
    text-decoration: none;
    color: #00356a;
    line-height: 20px;
    border-bottom: white 2px solid;
    border-top: white 2px solid;
    background-color: white;
}

.RadMenu_FMFM_2 .link .text
{
	padding-right: 20px;
}

.RadMenu_FMFM_2 .link:hover, .RadMenu_FMFM_2 .focused, .RadMenu_FMFM_2 .expanded
{
    background: white;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    color: #00356a;
}

.RadMenu_FMFM_2 .link:hover .text, .RadMenu_FMFM_2 .focused .text, .RadMenu_FMFM_2 .expanded .text
{
    border-top: white 2px solid;
}

.RadMenu_FMFM_2 .rootGroup .disabled:hover
{
    border-bottom: white 2px solid;
    border-top: white 2px solid;
    background: white;
}

.RadMenu_FMFM_2 .rootGroup .disabled:hover .text
{
	border-top: 2px solid white;
}

.RadMenu_FMFM_2 .text
{
	padding: 0px 5px;
	font-size: 11px;
}

.RadMenu_FMFM_2 .group
{
	background: white;
}

.RadMenu_FMFM_2 .group
{
	border: 0px;
}

.RadMenu_FMFM_2 .group .link
{
	background: white;
	border: solid 2px white;
	text-align: left;
}

.RadMenu_FMFM_2 .group .text
{
	padding-left:6px;
	padding-right: 5px;
}


.RadMenu_FMFM_2 .group .link:hover .text,
.RadMenu_FMFM_2 .group .focused .text,
.RadMenu_FMFM_2 .group .expanded .text
{
	border-top: 2px;
}

.RadMenu_FMFM_2 .group .link:hover,
.RadMenu_FMFM_2 .group .focused,
.RadMenu_FMFM_2 .group .expanded
{
    background: white;
    border-bottom: 2px solid #00356a;
    border-top: 2px solid #00356a;
    color: #00356a;
    font-weight: bold
}

.RadMenu_FMFM_2 .leftArrow,
.RadMenu_FMFM_2 .rightArrow,
.RadMenu_FMFM_2 .topArrow,
.RadMenu_FMFM_2 .bottomArrow,
.RadMenu_FMFM_2 .leftArrowDisabled,
.RadMenu_FMFM_2 .rightArrowDisabled,
.RadMenu_FMFM_2 .topArrowDisabled,
.RadMenu_FMFM_2 .bottomArrowDisabled
{
	border-left: 2px solid white;
	border-right: 2px solid white;
	background:white url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_FMFM_2 .topArrow,
.RadMenu_FMFM_2 .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_FMFM_2 .bottomArrow,
.RadMenu_FMFM_2 .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_FMFM_2 .rightArrow,
.RadMenu_FMFM_2 .leftArrow
{
	height:100%;
}

.RadMenu_FMFM_2 .rightArrow,
.RadMenu_FMFM_2 .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu_FMFM_2 .vertical .separator .text
{
	background: white;
	font-size:1px;
	padding-top: 2px;
	border-left: solid 1px white;
	border-right: solid 1px white;
}

.RadMenu_FMFM_2 .expandLeft,
.RadMenu_FMFM_2 .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
	margin: 0px 2px;
}

.RadMenu_FMFM_2 .link:hover .expandLeft,
.RadMenu_FMFM_2 .link:hover .expandRight,
.RadMenu_FMFM_2 .focused .expandLeft,
.RadMenu_FMFM_2 .focused .expandRight,
.RadMenu_FMFM_2 .expanded .expandLeft,
.RadMenu_FMFM_2 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

/* right to left */
.RadMenu_FMFM_2_rtl .group .link:hover .expandLeft,
.RadMenu_FMFM_2_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_FMFM_2_rtl .expandLeft,
.RadMenu_FMFM_2_rtl .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
/* end right to left */