﻿/* RadMenu Default skin */

.RadMenu_h2o 
{
background: url('Menu/headingbg.gif');
}

.RadMenu_h2o_rtl
{
	text-align: right;
}

.RadMenu_h2o_Context
{
	background: none;
	border: 0;
}

.RadMenu_h2o a
{
	text-decoration: none;
}

.RadMenu_h2o .rmLink
{
float: left;
	text-decoration: none;
	color: #2B2969;
	/*border-left: solid 1px #c2cfe3;
	border-right: solid 1px #617fb5;*/
	/*border-top:solid 1px #0071BC;*/
	background: transparent;
	width:  160px !important;
}

.RadMenu_h2o .rmLink:focus,
.RadMenu_h2o .rmFocused
{
	outline: 0;
}

.RadMenu_h2o .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_h2o a.rmLink:hover,
.RadMenu_h2o .rmFocused,
.RadMenu_h2o .rmExpanded
{
color: #000066;
	/*background: transparent url('img/MainItemBackgroundHover.gif') no-repeat center;*/
	background: transparent url('Menu/headbgover.gif') repeat-x center;
}

.RadMenu_h2o .rmLink .rmText
{
	padding-left: 8px;
	margin-right: 4px;
	font: bold 12px Arial, Verdana, Sans-serif;
	line-height: 30px;
	padding-right: 24px;
}


.RadMenu_h2o .rmGroup
{
	border:  solid 3px #E8F0BF;
	border-left-width:0px;
	background: white;
	
}

.RadMenu_h2o .rmGroup .rmLink
{
	padding-left:12px;
	background:none;
	background-image:url(Menu/menupointer.png);
	background-position:3px center;
	background-repeat:no-repeat;	
	border-bottom: solid 1px #FDE480;
}

.RadMenu_h2o_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_h2o .rmGroup .rmLink:hover,
.RadMenu_h2o .rmGroup .rmFocused,
.RadMenu_h2o .rmGroup .rmExpanded
{
	background: #e7f1ff;
		background-image:url(img/menupointer.png);
	background-position:3px center;
	background-repeat:no-repeat;	
		border: 0px;
	border-bottom: solid 1px #FDE480;
	
}

.RadMenu_h2o .rmText
{
	
}

.RadMenu_h2o .rmGroup  .rmText
{
	font-weight: normal !important;
	background: none;
	margin-right: 0px !important;
	padding-right: 60px;
	font-size: 11px;
}

.RadMenu_h2o_rtl .rmGroup .rmLink .rmText
{
	
}

/* <expand arrows styling> */

.RadMenu_h2o  .rmLink .rmExpandRight
{
	background: transparent url('Menu/right.gif') no-repeat right center;  
}

.RadMenu_h2o .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_h2o .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_h2o .rmGroup .rmFocused .rmExpandRight,
.RadMenu_h2o .rmGroup .rmExpanded .rmExpandRight
{
	background: transparent url('Menu/right.gif') no-repeat right center;  
}

.RadMenu_h2o .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_h2o .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_h2o .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
}

/* </expand arrows styling> */

.RadMenu_h2o .rmHorizontal .rmItem { border-right: 0px solid #353535; padding-bottom:0px; }
.RadMenu_h2o .rmHorizontal .rmLast { border-right: 0; }

.RadMenu_h2o .rmVertical .rmItem { border-bottom: 0px solid #353535; }
.RadMenu_h2o .rmVertical .rmLast { border-bottom: 0; padding-bottom: 0px; }

.RadMenu_h2o_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_h2o .rmRootGroup .rmGroup .rmItem,
.RadMenu_h2o_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_h2o .rmGroup
{
	/*border: 1px solid #828282;
	background-color: #fff;*/
}

.RadMenu_h2o .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_h2o .rmTopArrow,
.RadMenu_h2o .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_h2o .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_h2o .rmLeftArrow,
.RadMenu_h2o .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_h2o .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_h2o .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_h2o .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_h2o .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_h2o .rmRootGroup .rmSeparator,
.RadMenu_h2o .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_h2o .rmSeparator .rmText
{
	display: none;
}

.RadMenu_h2o .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_h2o .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_h2o .rmLeftImage
{
	margin: 2px;
}

.RadMenu_h2o .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_h2o .rmHorizontal .rmSlide
{
	margin-top: -2px !important;
}

.RadMenu_h2o_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_h2o .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_h2o .rmItem .rmDisabled:hover
{
	background: none;
}