.RadMenu_Side {width: 238px;}
.rmRootGroup {}	

.RadMenu_Side .rmLink {padding-top: 10px; padding-left: 20px; padding-bottom: 10px; padding-right: 20px;}

.RadMenu_Side .rmLink
{
	font-size: 9pt;
	font-family: Trebuchet ms, arial;
	font-weight: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	border-bottom: none;
	width: 190px;
	background: #fff;
}

.RadMenu_Side .rmLink:hover	{
	color: #fff; 
	cursor: pointer;
	background: #000;
	}


/* Submenus */


.rmSlide {}
.rmLevel1 {background: url(../images/sub.jpg) repeat-x #333;}
.rmLevel2 {background: url(../images/sub.jpg) repeat-x #333;}
.rmLevel3 {background: url(../images/sub.jpg) repeat-x #333;}

.rmVertical {}

.RadMenu_Side .rmGroup .rmLink {
	color: #fff;
	font-size: 10pt;
	text-align: left;
	text-transform: none;
	font-weight: normal;
	background:  Transparent;
	min-height: 10px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	min-width: 130px;
	background: #ccc;
	}
	
.RadMenu_Side .rmGroup .rmLink:hover {
	color: #fff;
	font-size: 10pt;
	text-align: left;
	padding: 5px;
	background-color: #333;
	min-height: 10px;
}
