/* RadMenu VR-Menu skin */

.RadMenu_VR-Menu 
{
	border: 1px solid #010101;
	border-bottom-width: 0;
	border-top-color: #383838;
	background: #444 url(Menu/MenuBackground.gif) repeat-x top left;
	text-align: left;
}

.RadMenu_VR-Menu_rtl
{
	text-align: right;
}

.RadMenu_VR-Menu_Context
{
	background: none;
	border: 0;
}

.RadMenu_VR-Menu a
{
	text-decoration: none;
}

.RadMenu_VR-Menu .rmLink
{
	line-height: 24px;
	text-decoration: none;
	color: #fff;
}

.RadMenu_VR-Menu .rmLink:focus,
.RadMenu_VR-Menu .rmFocused
{
	outline: 0;
}

.RadMenu_VR-Menu .rmExpanded
{
	z-index: 10000;
}

.RadMenu_VR-Menu .rmLink:hover,
.RadMenu_VR-Menu .rmFocused,
.RadMenu_VR-Menu .rmExpanded
{
	background-color: #fff;
	color: #717171;
}

.RadMenu_VR-Menu .rmLink .rmText
{
	font: normal 11px Tahoma, sans-serif;
}

.RadMenu_VR-Menu .rmGroup
{
	background: #fff;
}

.RadMenu_VR-Menu .rmGroup .rmLink
{
	text-decoration: none;
	color: #717171;
}

.RadMenu_VR-Menu_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_VR-Menu .rmGroup .rmLink:hover,
.RadMenu_VR-Menu .rmGroup .rmFocused,
.RadMenu_VR-Menu .rmGroup .rmExpanded
{
	color: #fff;
	background: #444;
}

.RadMenu_VR-Menu .rmText
{
	padding: 3px 20px 5px 20px;
}

.RadMenu_VR-Menu .rmGroup .rmLink .rmText
{
	font-size: 11px;
}

/* <expand arrows styling> */

.RadMenu_VR-Menu .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -3px;
}

.RadMenu_VR-Menu .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -3px;
}

.RadMenu_VR-Menu .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_VR-Menu .rmGroup .rmFocused .rmExpandRight,
.RadMenu_VR-Menu .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_VR-Menu .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_VR-Menu .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_VR-Menu .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_VR-Menu .rmHorizontal .rmItem { border-right: 1px solid #ffffff; }
.RadMenu_VR-Menu .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_VR-Menu .rmVertical .rmItem { border-bottom: 1px solid #ffffff; }
.RadMenu_VR-Menu .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_VR-Menu_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_VR-Menu .rmRootGroup .rmGroup .rmItem,
.RadMenu_VR-Menu_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; }

.RadMenu_VR-Menu .rmGroup
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_VR-Menu .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_VR-Menu .rmTopArrowDisabled,
.RadMenu_VR-Menu .rmBottomArrowDisabled,
.RadMenu_VR-Menu .rmLeftArrowDisabled,
.RadMenu_VR-Menu .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_VR-Menu .rmTopArrow,
.RadMenu_VR-Menu .rmBottomArrow,
.RadMenu_VR-Menu .rmLeftArrow,
.RadMenu_VR-Menu .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_VR-Menu .rmTopArrow,
.RadMenu_VR-Menu .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_VR-Menu .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_VR-Menu .rmLeftArrow,
.RadMenu_VR-Menu .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_VR-Menu .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_VR-Menu .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_VR-Menu .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_VR-Menu .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_VR-Menu .rmRootGroup .rmSeparator,
.RadMenu_VR-Menu .rmGroup .rmSeparator
{
	background: #EDEDED;
	border-top: 1px solid #ffffff;
	border-bottom: 0;
}

.RadMenu_VR-Menu .rmSeparator .rmText
{
	display: none;
}

.RadMenu_VR-Menu .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_VR-Menu .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_VR-Menu .rmLeftImage
{
	margin: 2px;
}

.RadMenu_VR-Menu .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_VR-Menu .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_VR-Menu .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_VR-Menu_rtl .rmSlide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_VR-Menu_rtl .rmVertical .rmSlide
{
	margin-left: 3px !important;
}

* html .RadMenu_VR-Menu_rtl .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_VR-Menu .rmItem .rmDisabled:hover
{
	background: none;
}