/* RadMenu Default skin */

.RadMenu_SEB 
{
	border-bottom-width: 0;
	background: #00006B;
	text-align: center;
	height: 24px;
}

.RadMenu_SEB_rtl
{
	text-align: right;
}

.RadMenu_SEB_Context
{
	background: none;
	border: 0;
}

.RadMenu_SEB a
{
	text-decoration: none;
}

.RadMenu_SEB .rmLink
{
	line-height: 24px;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadMenu_SEB .rmLink:focus,
.RadMenu_SEB .rmFocused
{
	outline: 0;
}

.RadMenu_SEB .rmExpanded
{
	z-index: 10000;
}

.RadMenu_SEB .rmLink:hover,
.RadMenu_SEB .rmFocused,
.RadMenu_SEB .rmExpanded
{
	background-color: #F0A900;
	color: #fff;
}

.RadMenu_SEB .rmLink .rmText
{
	font: normal 12px Arial, sans-serif;
}

.RadMenu_SEB .rmGroup
{
	background: #fff;
}

.RadMenu_SEB .rmGroup .rmLink
{
	text-decoration: none;
	color: #333;
	text-align: left;
	background: #fdf8e5;
}

.RadMenu_SEB_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_SEB .rmGroup .rmLink:hover,
.RadMenu_SEB .rmGroup .rmFocused,
.RadMenu_SEB .rmGroup .rmExpanded
{
	color: #fff;
	background: #F0A900;
}

.RadMenu_SEB .rmText
{
	padding: 3px 20px 5px 20px;
}

.RadMenu_SEB .rmGroup .rmLink .rmText
{
	font-size: 11px;
}

/* <expand arrows styling> */

.RadMenu_SEB .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -3px;
}

.RadMenu_SEB .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -3px;
}

.RadMenu_SEB .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_SEB .rmGroup .rmFocused .rmExpandRight,
.RadMenu_SEB .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
}

.RadMenu_SEB .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_SEB .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_SEB .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_SEB .rmHorizontal .rmItem { border-right: 1px solid #fff; }
.RadMenu_SEB .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_SEB .rmVertical .rmItem { border-bottom: 1px solid #fff; }
.RadMenu_SEB .rmVertical .rmLast { border-bottom: 0; }

.RadMenu_SEB_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_SEB .rmRootGroup .rmGroup .rmItem,
.RadMenu_SEB_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; }

.RadMenu_SEB .rmGroup
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_SEB .rmGroup .rmExpanded
{
	z-index: 11;
}

.RadMenu_SEB .rmTopArrowDisabled,
.RadMenu_SEB .rmBottomArrowDisabled,
.RadMenu_SEB .rmLeftArrowDisabled,
.RadMenu_SEB .rmRightArrowDisabled
{
	display: none;
}

.RadMenu_SEB .rmTopArrow,
.RadMenu_SEB .rmBottomArrow,
.RadMenu_SEB .rmLeftArrow,
.RadMenu_SEB .rmRightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_SEB .rmTopArrow,
.RadMenu_SEB .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_SEB .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_SEB .rmLeftArrow,
.RadMenu_SEB .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_SEB .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_SEB .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_SEB .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_SEB .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_SEB .rmRootGroup .rmSeparator,
.RadMenu_SEB .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_SEB .rmSeparator .rmText
{
	display: none;
}

.RadMenu_SEB .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_SEB .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_SEB .rmLeftImage
{
	margin: 2px;
}

.RadMenu_SEB .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_SEB .rmVertical .rmSlide
{
	margin-left: -2px !important;
}

* html .RadMenu_SEB .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_SEB_rtl .rmSlide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_SEB_rtl .rmVertical .rmSlide
{
	margin-left: 3px !important;
}

* html .RadMenu_SEB_rtl .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_SEB .rmItem .rmDisabled:hover
{
	background: none;
}