﻿.RadMenu
{
	background: none !important;
}

.RadMenu SPAN
{
	cursor: hand !important;
}

.RadMenu > .rmRootGroup
{
	border: none !important;
}

.rmRootGroup SPAN
{
	padding-left: 7px !important;
	padding-right: 7px !important;
}

.rmRootGroup > .rmItem > .rmLink:hover
{
	background: none !important;
}

.rmRootGroup > .rmFirst SPAN
{
	padding-left: 0px !important;
}

.rmRootGroup > .rmItem > .rmFocused 
{
	background: none !important;
	color: #343e6b;
}

.rmRootGroup > .rmItem > .rmFocused SPAN
{
	color: #343e6b !important;
}

.RadMenu > .rmItem * 
{
	border: solid 0px black !important;
}

.rmRootGroup .rmItem:hover 
{
	background: none !important;
}

.rmLink .rmText
{
	color: #333333;
	font-weight: bold;
}

.rmLevel1 .rmText:hover
{
	color: White;
}

.rmVertical > .rmItem > .rmFocused SPAN
{
	color: White;
}

