.RadMenu_Custom1 div.menu {
	width: 196px;
	min-height: 160px;
	margin-bottom: 10px;
	background: url(/sitefiles/layout/menu-top.png) left top no-repeat;
	padding: 10px 5px 0px 5px;
	color: white;
}

.RadMenu_Custom1 a.link {
	color: #fff;
	font: bold 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: hand; cursor: pointer;
	margin: 0px;
	border-bottom: 1px dotted white;	
	width: 186px;
	white-space: normal !important;
	text-decoration: none;
}
.RadMenu_Custom1 .menu  {
		white-space: normal !important;
	}

	.RadMenu_Custom1 a.link .text {
		margin: 6px 10px 6px 13px;
	}

.RadMenu_Custom1 a.link:hover {
	margin: 0px;
	font: bold 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid white;	
	background: url(img/hover.png);
}
.RadMenu_Custom1 a.highlight,
.RadMenu_Custom1 a.highlight:hover {
	margin: 0px;
	font: bold 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid white;	
	background: url(img/selected.png);	
}

