/* RadMenu Default skin */

.RadMenu_Blue 
{
	text-align: left;
	background:none;
}

.RadMenu_Blue .rmVertical
{
	width:180px;
}


.RadMenu_Blue_rtl
{
	text-align: right;
}

.RadMenu_Blue_Context
{
	background: none;
	border: 0;
}

.RadMenu_Blue a
{
	text-decoration: none;
}

.RadMenu_Blue .rmLink
{
	line-height: 20px;
	text-decoration:none;
	color: #006699;
    font-weight:bold;
    cursor:pointer;
    width:180px;
    padding:1px 0px;
}

.RadMenu_Blue .rmLink:focus,
.RadMenu_Blue .rmFocused
{
	outline: 0;
}

.RadMenu_Blue .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_Blue .rmLink:hover,
.RadMenu_Blue .rmFocused,
.RadMenu_Blue .rmExpanded
{
	background-color:#70B1F3;
    color:#FFFFFF;
    cursor:pointer;
}

.RadMenu_Blue .rmLink .rmText
{
	padding-left: 10px;	
	padding-right: 36px;
	font-size: 11px;
	font-family: Arial, Verdana;
}

.RadMenu_Blue .rmGroup
{
	border: solid 1px #D9F0FF;
}

.RadMenu_Blue .rmGroup .rmLink
{
	background: #FFFFFF;
	text-align: left;
	padding:1px 0px;
}

.RadMenu_Blue_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Blue .rmGroup .rmLink:hover,
.RadMenu_Blue .rmGroup .rmFocused,
.RadMenu_Blue .rmGroup .rmExpanded
{
	background-color:#70B1F3;
    color:#FFFFFF;
    cursor:pointer;
}

/* <expand arrows styling> */

.RadMenu_Blue .rmExpandRight
{
	background: transparent url(Menu/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Blue .rmExpandRight:hover, .RadMenu_Blue .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
	margin-right: 4px;
}


.RadMenu_Blue .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Blue .rmGroup .rmLink .rmExpandLeft
{
    background: transparent url(Menu/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Blue .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Blue .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Blue .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url(Menu/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Blue .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Blue .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Blue .rmGroup .rmExpanded .rmExpandLeft
{
	background: transparent url(Menu/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

/* </expand arrows styling> */

.RadMenu_Blue .rmHorizontal .rmItem { border-right: 1px solid #353535; padding-bottom:1px; }
.RadMenu_Blue .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_Blue .rmVertical .rmItem { border-bottom: solid 1px #D9F0FF; width:100%; }
.RadMenu_Blue .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_Blue_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_Blue .rmRootGroup .rmGroup .rmItem,
.RadMenu_Blue_Context .rmGroup .rmItem
{ border-right: 0; padding-bottom: 0; }

.RadMenu_Blue .rmGroup
{
	border: 1px solid #D9F0FF;
	background-color: #fff;
}

.RadMenu_Blue .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_Blue .rmTopArrow,
.RadMenu_Blue .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_Blue .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_Blue .rmLeftArrow,
.RadMenu_Blue .rmRightArrow
{
	background: transparent url('Menu/left.gif') center center no-repeat;
}

.RadMenu_Blue .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_Blue .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_Blue .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_Blue .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_Blue .rmRootGroup .rmSeparator,
.RadMenu_Blue .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_Blue .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Blue .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_Blue .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_Blue .rmLeftImage
{
	margin: 2px;
}

.RadMenu_Blue .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_Blue .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_Blue_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_Blue .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_Blue .rmItem .rmDisabled:hover
{
	background: none;
}