/* RadMenu Main skin */


.RadMenu_Main 
{
	margin-left: -10px;
	text-align: left;
	font-family:Arial, Verdana, Sans-Serif;
}

.RadMenu_Main_rtl
{
	text-align: right;
}

.RadMenu_Main_Context
{
	background: none;
	border: 0;
}

.RadMenu_Main a
{
	text-decoration: none;
}

.RadMenu_Main .link
{
	white-space: normal;
	line-height: 24px;
	text-decoration: none;
	color: #ffffff;
	position: relative;
	float: left;
	text-transform:uppercase;
	font-weight:bold;
}

.RadMenu_Main .link:focused,
.RadMenu_Main .focused
{
	outline: 0;
}

.RadMenu_Main .expanded
{
	z-index: 10000;
}

.RadMenu_Main .rootGroup .link:hover,
.RadMenu_Main .rootGroup .expanded
{
	cursor: pointer;
	text-decoration:none;
	color: #ffcc33;
	
}

.RadMenu_Main .rootGroup .focused 
{
	font-weight: bold;
	color: #ffcc33;
}

.RadMenu_Main .link .text
{

}

.RadMenu_Main .group
{
	background: #8a2529;
	min-width:200px;



}

.RadMenu_Main .group .link
{
	text-decoration: none;
	background: #8a2529;
	color:#fff;
	border-bottom:solid 1px #481416;
	min-width:200px;


	
}

.RadMenu_Main_rtl .group .link
{
	text-align: right;
	
}

.RadMenu_Main .group .link:hover,
.RadMenu_Main .group .focused,
.RadMenu_Main .group .expanded
{
	color: #fff;
	background: #611b1d;
	text-decoration:none;
}

.RadMenu_Main .text
{
	padding: 0 10px 0 10px;
}

.RadMenu_Main .group .link .text
{
	/*Dropdown Font-size here*/
	font-size:0.8em !important;
}

/* <expand arrows styling> */

.RadMenu_Main .group .link .expandLeft
{
	background: transparent url("img/ArrowExpand.gif") no-repeat right -3px;
}

.RadMenu_Main .group .link .expandRight
{
	background: transparent url("img/ArrowExpandRTL.gif") no-repeat left -3px;
}

.RadMenu_Main .group .link:hover .expandLeft,
.RadMenu_Main .group .focused .expandLeft,
.RadMenu_Main .group .expanded .expandLeft
{
	background-image: url("img/ArrowExpandHovered.gif");
}

.RadMenu_Main .group .link:hover .expandRight,
.RadMenu_Main .group .focused .expandRight,
.RadMenu_Main .group .expanded .expandRight
{
	background-image: url("img/ArrowExpandHoveredRTL.gif");
}

/* </expand arrows styling> */

.RadMenu_Main .horizontal .item { border-right: 1px solid #fff;}
.RadMenu_Main .horizontal .last { border-right: 0; }

.RadMenu_Main .vertical .item { border-bottom: 1px solid #ddd; width: 100%; }
.RadMenu_Main .vertical .last { border-bottom: 0; }

.RadMenu_Main_rtl .horizontal .item { border-left: 0; }

.RadMenu_Main .rootGroup .group .item { border-right: 0; border-bottom: 0; }

.RadMenu_Main .group
{
	/*
	border: 1px solid #828282;
	background-color: #fff;
	*/
}

.RadMenu_Main .group .expanded
{
	z-index: 11;

}

.RadMenu_Main .topArrowDisabled,
.RadMenu_Main .bottomArrowDisabled,
.RadMenu_Main .leftArrowDisabled,
.RadMenu_Main .rightArrowDisabled
{
	display: none;
}

.RadMenu_Main .topArrow,
.RadMenu_Main .bottomArrow,
.RadMenu_Main .leftArrow,
.RadMenu_Main .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_Main .topArrow,
.RadMenu_Main .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("img/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_Main .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_Main .leftArrow,
.RadMenu_Main .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_Main .rightArrow
{
	background-position: -18px center;
}

.RadMenu_Main .rootGroup .item .disabled .text,
.RadMenu_Main .group .item .disabled .text
{
	color: #999;
}

.RadMenu_Main .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_Main .group .item .disabled
{
	background-color: #fff;
}

.RadMenu_Main .horizontal .separator
{
	height: 20px;
	width: 1px;
}

.RadMenu_Main .rootGroup .separator
{
	background-color: #8f8f8f;
	border-top: 1px solid #676767;
}

.RadMenu_Main .vertical .separator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	background-color: #8f8f8f;
}

.RadMenu_Main .separator .text
{
	display: none;
}



/* This Powers the Dropdown Actions */

.RadMenu_Main .slide
{
	/* margin: -1px 0 0 -1px !important;*/
	margin: 0 0 0 4px !important;
	
}

* html .RadMenu_Main .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_Main .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_Main_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_Main_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_Main_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_Main .rootGroup .item .disabled:hover
{
	background: none;
}
