/* RadMenu Default skin */

.RadMenu_Genworth 
{
	text-align: left;
	color:#555;
	text-decoration:none; 
}

.RadMenu_Genworth_rtl
{
	text-align: right;
}

.RadMenu_Genworth .rmRootGroup
{
	/*border-right: 1px dashed #ffffff ; 
	border: 0px solid #ffffff;
	border-bottom-width: 0;
	border-top-color: #383838;
	color :#fff;*/
}

.RadMenu_Genworth_Context
{
	background: none;
	border:0;
}

.RadMenu_Genworth .rmLink
{
	line-height: 24px;
	color: #555;
	border-right: 2px dashed #555 ; 
}

.RadMenu_Genworth .rmLink:focus,
.RadMenu_Genworth .rmFocused
{
	outline: 0;
}

.RadMenu_Genworth .rmExpanded
{
	position: relative;
	z-index: 10000;
	color: #555;
}

.RadMenu_Genworth .rmLink
{ font-size : 10pt;
	color: #555;
	text-decoration :none;
	}

.RadMenu_Genworth .rmLink:active
{
	color: #555;
	}

.RadMenu_Genworth .rmLink:hover,
.RadMenu_Genworth .rmFocused,
.RadMenu_Genworth .rmExpanded
{
	color: #e50019;
	text-decoration :none;
}

.RadMenu_Genworth .rmLink,
.RadMenu_Genworth .rmTemplate
{
	text-decoration: none;
	font: normal 12px Arial, sans-serif;
	color :#555;
}



.RadMenu_Genworth .rmGroup .rmLink,
.RadMenu_Genworth .rmGroup .rmTemplate
{
	text-decoration: underline;
	border:0px;
	color:#555;
	height:24px; 
	background: url(Menu/SubMenuBackground.gif) repeat-x top left;
}

.RadMenu_Genworth_rtl .rmGroup .rmLink
{
	text-align: right;
	border:0px;
}



.RadMenu_Genworth .rmGroup .rmLink:hover,
.RadMenu_Genworth .rmGroup .rmFocused,
.RadMenu_Genworth .rmGroup .rmExpanded
{
	color: #e50019;
	height :24px;
	border :0px;
	background: url(Menu/SubMenuBackground.gif) repeat-x top left;
	text-decoration: underline;
	cursor:hand;
}

.RadMenu_Genworth .rmText
{
	padding: 3px 20px 5px;
	
}

.RadMenu_Genworth .rmGroup .rmLink .rmText
{
	font-size: 11px;
	padding: 4px 37px 5px 20px;
}

.RadMenu_Genworth_rtl .rmGroup .rmLink .rmText
{
	padding: 4px 20px 5px 37px;
}

/* <expand arrows styling> */

.RadMenu_Genworth .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_Genworth .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_Genworth .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Genworth .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Genworth .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
	color: #e50019;
}

.RadMenu_Genworth .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Genworth .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Genworth .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
	color: #e50019;
}

/* </expand arrows styling> */

.RadMenu_Genworth .rmHorizontal .rmItem { border-right: 0px solid #353535; padding-bottom:1px; }
.RadMenu_Genworth .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_Genworth .rmVertical .rmItem { border-bottom: 0px solid #353535; }
.RadMenu_Genworth .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_Genworth_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_Genworth .rmRootGroup .rmGroup .rmItem,
.RadMenu_Genworth_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_Genworth .rmGroup
{
	background: url(Menu/SubMenuBackground.gif) repeat-x top left;
}



.RadMenu_Genworth .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_Genworth .rmTopArrow,
.RadMenu_Genworth .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_Genworth .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_Genworth .rmLeftArrow,
.RadMenu_Genworth .rmRightArrow
{
	width: 10px;
	height: 100%;
	margin-top: -1px;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_Genworth .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_Genworth .rmItem .rmDisabled .rmText
{
	color: #555;
}

.RadMenu_Genworth .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_Genworth .rmGroup .rmItem .rmDisabled
{
	/*background-color: #fff;*/
}

.RadMenu_Genworth .rmRootGroup .rmSeparator,
.RadMenu_Genworth .rmGroup .rmSeparator
{
	/*background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;*/
}

.RadMenu_Genworth .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Genworth .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_Genworth .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_Genworth .rmLeftImage
{
	margin: 2px;
}

.RadMenu_Genworth .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_Genworth .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_Genworth_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_Genworth .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_Genworth .rmItem .rmDisabled:hover
{
	background: none;
	color: #e50019;
}