.RadMenu_Side {width: 225px;}
.rmRootGroup {}	

.RadMenu_Side .rmLink {padding-top: 8px; padding-left: 15px; padding-bottom: 8px; padding-right: 0px;}

.RadMenu_Side .rmLink
{
	font-size: 13pt;
	font-family: Trebuchet MS;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	width: 225px;
	background: none;
	border-bottom: 0px solid #333;
}

.RadMenu_Side .rmLink:hover	{
	color: #f6d2b7; 
	cursor: pointer;
	background:none;
	}


/* Submenus */


.rmSlide {}
.rmLevel1 {background: url(../images/sub.jpg) repeat-x #573615;}
.rmLevel2 {background: url(../images/sub.jpg) repeat-x #573615;}
.rmLevel3 {background: url(../images/sub.jpg) repeat-x #573615;}

.rmVertical {}

.RadMenu_Side .rmGroup .rmLink {
	color: #fff;
	font-size: 8pt;
	text-align: left;
	text-transform: none;
	font-weight: bold;
	background:  #000;
	min-height: 10px;
	padding: 5px;
	border-bottom: none;
	border-right: none;
	border-left: none;
	min-width: 181px;
	}
	
.RadMenu_Side .rmGroup .rmLink:hover {
	color: #000;
	font-size: 8pt;
	text-align: left;
	padding: 5px;
	background: url(../images/btn.jpg);
	min-height: 10px;
}