.RadMenu_ASL {
	height: 22px;  
}
.RadMenu_ASL .link {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:1px;
	line-height: 20px;
	text-decoration:none;
	cursor: pointer;
}

.RadMenu_ASL .link:hover, .RadMenu_ASL .focused, .RadMenu_ASL .expanded {
	
	cursor: pointer;
}

.RadMenu_ASL .text {
	font-size: 1.1em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	/*text-transform:none;*/
}
.RadMenu_ASL .Selected .text, .RadMenu_ASL .link:hover .text {
	color:#99cc00;
}

.RadMenu_ASL .group {
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

.RadMenu_ASL .group .text,
.RadMenu_ASL .group .link:hover .text {
	font-size: 1.1em;
	text-transform:none;
	/*color:#99cc00;*/
	font-weight:bold;
	padding-left:1px;
	padding-right: 40px;
}

/*.RadMenu_ASL .group .text{
	font-size: 1.1em;
	text-transform:none;
	color:#fff;
	font-weight:bold;
	padding-left:1px;
	padding-right: 40px;
}
*/

.RadMenu_ASL .group .link {
	background: #133977 ;
	border-bottom: solid 1px #fff;
	text-align: left;
	cursor: pointer;
	color:#fff; 
}
	
.RadMenu_ASL .group .link:hover, .RadMenu_ASL .group .focused, .RadMenu_ASL .group .expanded {
	border-bottom-color: #fff;
	background:#133977;
	font-weight: normal;
	color:#99cc00;
	cursor: pointer;
}
.RadMenu_ASL .leftArrow, .RadMenu_ASL .rightArrow, 
.RadMenu_ASL .topArrow, .RadMenu_ASL .bottomArrow, 
.RadMenu_ASL .leftArrowDisabled, .RadMenu_ASL .rightArrowDisabled, 
.RadMenu_ASL .topArrowDisabled, .RadMenu_ASL .bottomArrowDisabled {
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}
.RadMenu_ASL .topArrow, .RadMenu_ASL .topArrowDisabled {
	background-image:url('img/top.gif');
	width:100%;
}
.RadMenu_ASL .bottomArrow, .RadMenu_ASL .bottomArrowDisabled {
	background-image:url('img/bottom.gif');
	width:100%;
}
.RadMenu_ASL .rightArrow, .RadMenu_ASL .leftArrow {
	height:100%;
}
.RadMenu_ASL .rightArrow, .RadMenu_ASL .rightArrowDisabled {
	background-image: url('img/right.gif');
}
.RadMenu_ASL .expandLeft, .RadMenu_ASL .expandRight {
	background: transparent url(img/groupImage.gif) right center no-repeat;
	/*margin-right: 4px;*/
}
.RadMenu_ASL .link:hover .expandLeft, 
.RadMenu_ASL .link:hover .expandRight, 
.RadMenu_ASL .focused .expandLeft, 
.RadMenu_ASL .focused .expandRight, 
.RadMenu_ASL .expanded .expandLeft, 
.RadMenu_ASL .expanded .expandRight {
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat; 
}