.RadMenu_AtlanticElevator {
	
	height: 14px;
	
}
.RadMenu_AtlanticElevator .link {
  padding-left: 10px;
	padding-right: 10px;
	line-height: 14px;
	text-decoration:none;

	
}

.RadMenu_AtlanticElevator .link:hover, .RadMenu_AtlanticElevator .focused, .RadMenu_AtlanticElevator .expanded {
	color: #fff/*#FBD153;*/

}
.RadMenu_AtlanticElevator .rootGroup .link
{
	color:#B5AC9B /*#fff;*/
}

.RadMenu_AtlanticElevator .rootGroup .link:hover , .RadMenu_AtlanticElevator .rootGroup .focused, .RadMenu_AtlanticElevator .rootGroup .expanded
{
	color: #fff/*#FBD153;*/
}


.RadMenu_AtlanticElevator .text {
	font-size: 10px;
	font-family:Verdana, Arial,Geneva;
	text-transform:none;
	font-weight:bold;
	text-transform:none;
	
}

.RadMenu_AtlanticElevator .group {
	border: solid 1px #bbbbbb;
	
}
.RadMenu_AtlanticElevator .group .text {
	font-size: 9px;
	font-weight:normal;
}
.RadMenu_AtlanticElevator .group .link
{
	color:#6B6145;
	background: #f7f7f7;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
}


.RadMenu_AtlanticElevator .group .link:hover, .RadMenu_AtlanticElevator .group .focused, .RadMenu_AtlanticElevator .group .expanded {
	background: #BBB;/*ededed*/
	border-bottom-color: #d7d7d7;
	font-weight: normal;
	color:#6B6145/*#FBD153;*/
}




.RadMenu_AtlanticElevator .leftArrow, .RadMenu_AtlanticElevator .rightArrow, 
.RadMenu_AtlanticElevator .topArrow, .RadMenu_AtlanticElevator .bottomArrow, 
.RadMenu_AtlanticElevator .leftArrowDisabled, .RadMenu_AtlanticElevator .rightArrowDisabled, 
.RadMenu_AtlanticElevator .topArrowDisabled, .RadMenu_AtlanticElevator .bottomArrowDisabled {
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}
.RadMenu_AtlanticElevator .topArrow, .RadMenu_AtlanticElevator .topArrowDisabled {
	background-image:url('img/top.gif');
	width:100%;
}
.RadMenu_AtlanticElevator .bottomArrow, .RadMenu_AtlanticElevator .bottomArrowDisabled {
	background-image:url('img/bottom.gif');
	width:100%;
}
.RadMenu_AtlanticElevator .rightArrow, .RadMenu_AtlanticElevator .leftArrow {
	height:100%;
}
.RadMenu_AtlanticElevator .rightArrow, .RadMenu_AtlanticElevator .rightArrowDisabled {
	background-image: url('img/right.gif');
}
.RadMenu_AtlanticElevator .expandLeft, .RadMenu_AtlanticElevator .expandRight {
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}
.RadMenu_AtlanticElevator .link:hover .expandLeft, 
.RadMenu_AtlanticElevator .link:hover .expandRight, 
.RadMenu_AtlanticElevator .focused .expandLeft, 
.RadMenu_AtlanticElevator .focused .expandRight, 
.RadMenu_AtlanticElevator .expanded .expandLeft, 
.RadMenu_AtlanticElevator .expanded .expandRight {
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}