.RadMenu_Primera {
	
	/*height: 14px;*/
	float:right; 
	
}
.RadMenu_Primera .link {
  padding-left: 10px;
	padding-right: 10px;
	line-height: 14px;
	text-decoration:none;
	/*color: #00457c;*/
	
}

.RadMenu_Primera .link:hover, .RadMenu_Primera .focused, .RadMenu_Primera .expanded {
	color: #0069AA;

}
.RadMenu_Primera .rootGroup .link
{
	color: #3D9AD4;
}

.RadMenu_Primera .rootGroup .link:hover , .RadMenu_Primera .rootGroup .focused, .RadMenu_Primera .rootGroup .expanded
{
	color: #0069AA;
}


.RadMenu_Primera .text {
	font-size: 11px;
	font-family:Arial;
	text-transform:none;
	font-weight:bold;
	text-transform:uppercase;
	
}

.RadMenu_Primera .group {
	border: solid 1px #099800;

}
.RadMenu_Primera .group .text {
	font-size: 11px;
	font-weight:normal;
	text-transform:none; 
	padding-top:3px; padding-bottom:3px; 
}
.RadMenu_Primera .group .link
{
	color:#333333;
	background: #ffffff;
	/*border-top: solid 1px #fff;
	border-bottom: solid 1px #d7d7d7;*/
	text-align: left;
}


.RadMenu_Primera .group .link:hover, .RadMenu_Primera .group .focused, .RadMenu_Primera .group .expanded {
	/*background: #BBB;ededed
	border-bottom-color: #d7d7d7;*/
	font-weight: normal;
	color:#333333;
}




.RadMenu_Primera .leftArrow, .RadMenu_Primera .rightArrow, 
.RadMenu_Primera .topArrow, .RadMenu_Primera .bottomArrow, 
.RadMenu_Primera .leftArrowDisabled, .RadMenu_Primera .rightArrowDisabled, 
.RadMenu_Primera .topArrowDisabled, .RadMenu_Primera .bottomArrowDisabled {
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}
.RadMenu_Primera .topArrow, .RadMenu_Primera .topArrowDisabled {
	background-image:url('img/top.gif');
	width:100%;
}
.RadMenu_Primera .bottomArrow, .RadMenu_Primera .bottomArrowDisabled {
	background-image:url('img/bottom.gif');
	width:100%;
}
.RadMenu_Primera .rightArrow, .RadMenu_Primera .leftArrow {
	height:100%;
}
.RadMenu_Primera .rightArrow, .RadMenu_Primera .rightArrowDisabled {
	background-image: url('img/right.gif');
}
.RadMenu_Primera .expandLeft, .RadMenu_Primera .expandRight {
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}
.RadMenu_Primera .link:hover .expandLeft, 
.RadMenu_Primera .link:hover .expandRight, 
.RadMenu_Primera .focused .expandLeft, 
.RadMenu_Primera .focused .expandRight, 
.RadMenu_Primera .expanded .expandLeft, 
.RadMenu_Primera .expanded .expandRight {
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}