.RadMenu_EasyBus
{
    width: 100%;
	background: #aec6e2;
}

.RadMenu_EasyBus_Context
{
	background: none;
	border-top: 1px solid #d2d8de;
	padding: 0;
}

.RadMenu_EasyBus .rmLink
{
	text-decoration:none;
	color: #062c73;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}

.RadMenu_EasyBus .rmLink:hover,
.RadMenu_EasyBus .rmFocused,
.RadMenu_EasyBus .rmExpanded
{
	color: #eea606;
	font-weight: bold;
	background: #0a274f;
}

.RadMenu_EasyBus .rmText
{
	font-size: 11px;
	margin: 0px 7px;
}

.RadMenu_EasyBus .rmHorizontal .rmFirst
{
   padding-left: 38px;
}
.RadMenu_EasyBus .rmVertical .rmFirst
{
   padding-left: 0px;
}

.RadMenu_EasyBus .rmGroup
{
	border: solid 1px #d2d8de;
	border-top: 0px;
	border-bottom: 0px;
}

.RadMenu_EasyBus .rmGroup .rmLink
{
    background: #fefefe url('Menu/MenuItemBackground.jpg') repeat-y;
	border: solid 1px #bfcde3;   
	border-top-color: white;
	width: auto;
	text-align: left;
	color: #062c73;
	min-width: 130px;
}

.RadMenu_EasyBus .rmGroup .rmText
{
	padding-left: 12px;
	font-weight: bold;
	padding-right: 60px;
}

.RadMenu_EasyBus .rmGroup .rmLink:hover,
.RadMenu_EasyBus .rmGroup .rmFocused,
.RadMenu_EasyBus .rmGroup .rmExpanded
{
	background: #aec6e2;
	color: #c95101;
	font-weight: normal;
	border-bottom: 1px solid #1973c9;
	border-top: 1px solid white;
}

.RadMenu_EasyBus .rmVertical li
{
    padding-left:-20px;
}
