/* RadMenu GraySquare skin */

.RadMenu_GraySquare 
{
	border-bottom-width: 0;
	border-top-color: #383838;
	background: #fff url(Menu/Background.jpg) repeat-x top left;
	text-align: left;
	height:43px;
	font-size:18px;
	color: rgb(255,255,255);
}

div.RadMenu .rmHorizontal .rmLink,
div.RadMenu .rmHorizontal .rmText
{
}

.RadMenu_GraySquare_rtl
{
	text-align: right;
}

.RadMenu_GraySquare_Context
{
	background: none;
	border: 0;
}

.RadMenu_GraySquare a
{
	text-decoration: none;
}

.RadMenu_GraySquare .rmText,
.RadMenu_GraySquare .rmLink
{
	color: rgb(255,255,255);
	line-height: 24px;
	font-size:18px;
	text-decoration: none;
	height:33px;
 	padding: 5px 7px 0px 7px !important;
}

.RadMenu_GraySquare .rmLink:focus,
.RadMenu_GraySquare .rmFocused
{
	outline: 0;
}

.RadMenu_GraySquare .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_GraySquare .rmLink:hover,
.RadMenu_GraySquare .rmExpanded
{
	background: #fff url(Menu/Background_Over.jpg) repeat-x top left;
	color: #333;
	cursor:pointer;
}

.RadMenu_GraySquare .rmGroup
{
	background: #fff;
}

.RadMenu_GraySquare .rmGroup .rmLink
{
	text-decoration: none;
	color: #333;
	height:26px;
	
}

.RadMenu_GraySquare_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_GraySquare .rmGroup .rmLink:hover,
.RadMenu_GraySquare .rmGroup .rmExpanded
{
	color: #fff;
	background: rgb(146,146,146);
	cursor:pointer;
}

.RadMenu_GraySquare .rmText
{
	padding: 9px 18px 5px;
}

.RadMenu_GraySquare .rmGroup .rmLink .rmText
{
	font-size: 12px;
	padding: 6px 37px 5px 20px;
}

.RadMenu_GraySquare_rtl .rmGroup .rmLink .rmText
{
	height:18px;
	padding: 4px 20px 5px 37px;
}

/* <expand arrows styling> */

.RadMenu_GraySquare .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_GraySquare .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_GraySquare .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_GraySquare .rmGroup .rmFocused .rmExpandRight,
.RadMenu_GraySquare .rmGroup .rmExpanded .rmExpandRight
{
	background-image: url(Menu/ArrowExpandHovered.gif);
	cursor:pointer;
}

.RadMenu_GraySquare .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_GraySquare .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_GraySquare .rmGroup .rmExpanded .rmExpandLeft
{
	background-image: url(Menu/ArrowExpandHoveredRTL.gif);
	cursor:pointer;
}

/* </expand arrows styling> */

.RadMenu_GraySquare .rmHorizontal .rmLast { border-right: 0; }
.RadMenu_GraySquare .rmHorizontal .rmFirst { border-left: 0; }

.RadMenu_GraySquare .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_GraySquare .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_GraySquare_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_GraySquare .rmRootGroup .rmGroup .rmItem,
.RadMenu_GraySquare_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_GraySquare .rmGroup
{
	border-right: 1px solid rgb(210,210,210);
	border-left: 1px solid rgb(210,210,210);
	border-bottom: 1px solid rgb(210,210,210);
	background-color: #fff;
}

.RadMenu_GraySquare .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_GraySquare .rmTopArrow,
.RadMenu_GraySquare .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_GraySquare .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_GraySquare .rmLeftArrow,
.RadMenu_GraySquare .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_GraySquare .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_GraySquare .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_GraySquare .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_GraySquare .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_GraySquare .rmRootGroup .rmSeparator,
.RadMenu_GraySquare .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_GraySquare .rmSeparator .rmText
{
	display: none;
}

.RadMenu_GraySquare .rmHorizontal .rmSeparator
{
	height: 20px;
	width: 1px;
	line-height: 20px;
	border: 0;
}

.RadMenu_GraySquare .rmVertical .rmSeparator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	line-height: 1px;
}

.RadMenu_GraySquare .rmLeftImage
{
	margin: 2px;
}

.RadMenu_GraySquare .rmSlide
{
	margin: -1px 0 0 -1px !important;
}

.RadMenu_GraySquare .rmHorizontal .rmSlide
{
	margin-top: 0px !important;
}

.RadMenu_GraySquare_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: -1px !important;
}

.RadMenu_GraySquare .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_GraySquare .rmItem .rmDisabled:hover
{
	background: none;
	cursor:pointer;
}
