/* RadMenu Default skin */

.RadMenu_MTI_Skin 
{
	border-bottom-width: 0;
	background-color: #fff;
	text-align: left;
	float: right !important;
	top: 45px;
    right: 30px;

}

.RadMenu_MTI_Skin_rtl
{
	text-align: right;
}

.RadMenu_MTI_Skin_Context
{
	background: none;
	border: 0;
}

.RadMenu_MTI_Skin a
{
	text-decoration: none;
}

.RadMenu_MTI_Skin .link
{
	font-size:16px;
    color:#333;
    font-weight:bold;
    font-family:Trebuchet MS, Arial, sans-serif;
    text-decoration:none;
    text-transform:uppercase;
	position: relative;
	float:left;
}

.RadMenu_MTI_Skin .link:focused,
.RadMenu_MTI_Skin .focused
{
	outline: 0;
}

.RadMenu_MTI_Skin .expanded
{
	z-index: 10000;
}

.RadMenu_MTI_Skin .rootGroup .link:hover,
.RadMenu_MTI_Skin .rootGroup .focused,
.RadMenu_MTI_Skin .rootGroup .expanded
{
	background-color: #AB0537;
	color: #fff;
	cursor: pointer;
}

.RadMenu_MTI_Skin .link .text
{
	border-right: 1px solid white;
}

.RadMenu_MTI_Skin .group
{
	background: #fff;
}

.RadMenu_MTI_Skin .group .link
{
	text-decoration: none;
	color: #333;
	background: #fff;
}

.RadMenu_MTI_Skin_rtl .group .link
{
	text-align: right;
}

.RadMenu_MTI_Skin .group .link:hover,
.RadMenu_MTI_Skin .group .focused,
.RadMenu_MTI_Skin .group .expanded
{
	color: #fff;
	background: #444;
}

.RadMenu_MTI_Skin .text
{
	padding: 3px 16px 5px 16px;
}

.RadMenu_MTI_Skin .group .link .text
{
	font-size: 11px;
}

/* <expand arrows styling> */

.RadMenu_MTI_Skin .group .link .expandLeft
{
	background: transparent url("Menu/ArrowExpand.gif") no-repeat right -3px;
}

.RadMenu_MTI_Skin .group .link .expandRight
{
	background: transparent url("Menu/ArrowExpandRTL.gif") no-repeat left -3px;
}

.RadMenu_MTI_Skin .group .link:hover .expandLeft,
.RadMenu_MTI_Skin .group .focused .expandLeft,
.RadMenu_MTI_Skin .group .expanded .expandLeft
{
	background-image: url("Menu/ArrowExpandHovered.gif");
}

.RadMenu_MTI_Skin .group .link:hover .expandRight,
.RadMenu_MTI_Skin .group .focused .expandRight,
.RadMenu_MTI_Skin .group .expanded .expandRight
{
	background-image: url("Menu/ArrowExpandHoveredRTL.gif");
}

/* </expand arrows styling> */


.RadMenu_MTI_Skin .horizontal .last { border-right: 0; }


.RadMenu_MTI_Skin .vertical .last { border-bottom: 0; }

.RadMenu_MTI_Skin_rtl .horizontal .item { border-left: 0; }

.RadMenu_MTI_Skin .rootGroup .group .item { border-right: 0; border-bottom: 0; }

.RadMenu_MTI_Skin .group
{
	border: 1px solid #AB0537;
	background-color: #fff;
}

.RadMenu_MTI_Skin .group .expanded
{
	z-index: 11;
}

.RadMenu_MTI_Skin .topArrowDisabled,
.RadMenu_MTI_Skin .bottomArrowDisabled,
.RadMenu_MTI_Skin .leftArrowDisabled,
.RadMenu_MTI_Skin .rightArrowDisabled
{
	display: none;
}

.RadMenu_MTI_Skin .topArrow,
.RadMenu_MTI_Skin .bottomArrow,
.RadMenu_MTI_Skin .leftArrow,
.RadMenu_MTI_Skin .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_MTI_Skin .topArrow,
.RadMenu_MTI_Skin .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("Menu/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_MTI_Skin .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_MTI_Skin .leftArrow,
.RadMenu_MTI_Skin .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("Menu/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_MTI_Skin .rightArrow
{
	background-position: -18px center;
}

.RadMenu_MTI_Skin .rootGroup .item .disabled .text,
.RadMenu_MTI_Skin .group .item .disabled .text
{
	color: #999;
}

.RadMenu_MTI_Skin .rootGroup .item .disabled
{
	background: none;
}

.RadMenu_MTI_Skin .group .item .disabled
{
	background-color: #fff;
}

.RadMenu_MTI_Skin .horizontal .separator
{
	height: 20px;
	width: 1px;
}

.RadMenu_MTI_Skin .rootGroup .separator
{
	background-color: #8f8f8f;
	border-top: 1px solid #676767;
}

.RadMenu_MTI_Skin .vertical .separator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
	background-color: #8f8f8f;
}

.RadMenu_MTI_Skin .separator .text
{
	display: none;
}

.RadMenu_MTI_Skin .slide
{
	margin: -1px 0 0 -1px !important;
}

* html .RadMenu_MTI_Skin .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_MTI_Skin .horizontal .slide
{
	margin-top: -2px !important;
}

.RadMenu_MTI_Skin_rtl .slide
{
	margin: -1px 0 0 2px !important;
}

* html .RadMenu_MTI_Skin_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_MTI_Skin_rtl .horizontal .slide
{
	margin-top: -2px !important;
	margin-left: 0 !important;
}

.RadMenu_MTI_Skin .rootGroup .item .disabled:hover
{
	background: none;
}

#ctl00_RadMenu1_m5 .text {
    border-right: 0px !important;
}