.RadMenu_Menu
{
	background: transparent;
	padding-left: 50px;
	clear: both;
}

.RadMenu_MIS-Default_Context
{
	background: none;
}

.RadMenu_Menu .link
{
	text-decoration: none;
	color: #fff !important;
	line-height: 1.5;
	font-size: 1.1em;
	font-weight: bold;
}


.RadMenu_Menu .link .text
{
	padding-right: 20px;
	font-size: 1.1em;
	font-weight: bold;
}

.RadMenu_Menu .link:hover, .RadMenu_Menu .focused, .RadMenu_Menu .expanded
{
	color: #fff !important;
	background-color: #f90 !important;
}

.RadMenu_Menu .link:hover .text, .RadMenu_Menu .focused .text, .RadMenu_Menu .expanded .text
{
	color: #fff;
}

.RadMenu_Menu .rootGroup .disabled:hover
{
}

.RadMenu_Menu .rootGroup .disabled:hover .text
{
}

.RadMenu_Menu .text
{
	padding: 5px 15px;
	font-size: 1.1em;
}

.RadMenu_Menu .group
{
	background: white;
	border: 1px solid #698ECB;
	font-weight: normal !important;	
	font-size: 1em;
}

.RadMenu_Menu .group .link
{
	font-size: 1em !important;
	color: #666! important;
	text-align: left;
	border-top: solid 1px #ccc;
	padding-right: 0px;
	padding-left: 10px;
}

.RadMenu_Menu .group .text
{
	font-size: 1em;
	color: #666 !important;
	border-top: solid 1px #ccc;
	padding-left: 6px;
	padding-right: 40px;
	padding-left: 10px;
}



.RadMenu_Menu .group .link:hover, .RadMenu_Menu .group .focused, .RadMenu_Menu .group .expanded
{
	color: #fff !important;
	background-color: #f90 !important;
}

.RadMenu_Menu .group .link:hover .text, .RadMenu_Menu .group .focused .text, .RadMenu_Menu .group .expanded .text
{
	border-top: 0;
	color: #fff !important;
	background-color: #f90 !important;
}

.RadMenu_Menu .leftArrow, .RadMenu_Menu .rightArrow, .RadMenu_Menu .topArrow, .RadMenu_Menu .bottomArrow, .RadMenu_Menu .leftArrowDisabled, .RadMenu_Menu .rightArrowDisabled, .RadMenu_Menu .topArrowDisabled, .RadMenu_Menu .bottomArrowDisabled
{
	border-left: 1px solid #bfcde3;
	border-right: 1px solid #bfcde3;
	background: #a7cfe8 url('images/left.gif' ) center center no-repeat;
	width: 15px;
}

.RadMenu_Menu .topArrow, .RadMenu_Menu .topArrowDisabled
{
	background-image: url('images/top.gif' );
	width: 100%;
}

.RadMenu_Menu .bottomArrow, .RadMenu_Menu .bottomArrowDisabled
{
	background-image: url('images/bottom.gif' );
	width: 100%;
}

.RadMenu_Menu .rightArrow, .RadMenu_Menu .leftArrow
{
	height: 100%;
}

.RadMenu_Menu .rightArrow, .RadMenu_Menu .rightArrowDisabled
{
	background-image: url('images/right.gif' );
}


.RadMenu_Menu .vertical .separator .text
{
	background: #d4e5eb;
	font-size: 1px;
	padding-top: 2px;
	border-left: solid 1px #bfcde3;
	border-right: solid 1px #bfcde3;
}


.RadMenu_Menu .expandLeft, .RadMenu_Menu .expandRight
{
	background: transparent url(images/groupImage.gif) right center no-repeat;
	margin: 0px;
}


.RadMenu_SitefinityBlue_rtl .group .link:hover .expandLeft, .RadMenu_SitefinityBlue_rtl .group .link:hover .expandRight
{
	background: transparent url(images/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_SitefinityBlue_rtl .expandLeft, .RadMenu_SitefinityBlue_rtl .expandRight
{
	background: transparent url(images/groupImageRTL.gif) left center no-repeat;
}



.RadMenu_Menu .link:hover .expandLeft, .RadMenu_Menu .link:hover .expandRight, .RadMenu_Menu .focused .expandLeft, .RadMenu_Menu .focused .expandRight, .RadMenu_Menu .expanded .expandLeft, .RadMenu_Menu .expanded .expandRight
{
	background: transparent url(images/invertedGroupImage.gif) right center no-repeat;
}
