/* RadMenu Plain skin */

.RadMenu_rseapmu 
{
	background: url('img/ImagenCompletaMenu.png') no-repeat;
	
	border-top: solid 0px #FFFFFF;
	border-right: solid 0px #FFFFFF;
	border-bottom: solid 0px #FFFFFF;
	border-left: solid 0px #FFFFFF;
    padding:2px 0px 0px  2px;
	height:30px;	
}

.RadMenu_rseapmu_Context
{
	background: none;	
	border:0;
}

.RadMenu_rseapmu .link,
.RadMenu_rseapmu div.text
{
	line-height: 25px;
	font-weight:bold;
	text-decoration:none;
	color: #FFFFFF !Important;/* Color del texto al pasar por encima del menu principal */
		/*background: #ececec url('img/MenuItemBackground.gif') repeat-x;*/
	background: #990100;/* Color del fondo del menu principal. */
	border-left: solid 1px #fff;
	border-right: solid 1px #d6d6d6;
	
}

.RadMenu_rseapmu .link:hover,
.RadMenu_rseapmu .focused,
.RadMenu_rseapmu .expanded,
.RadMenu_rseapmu div.text:hover
{
	color:  #FFFFFF !Important;
	background: #730706;/* Color del fondo del menu principal, cuando se pasa por encima. */

}

.RadMenu_rseapmu .text
{
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 11px;
	font-family: Arial, Verdana;
		font-weight:bold;
}

.RadMenu_rseapmu_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_rseapmu .group
{
	border: solid 0px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_rseapmu .group .link,
.RadMenu_rseapmu .group div.text
{
	/*background: none;/* Color del fondo de los submenu*/
	background: #990100;/* Color del fondo de los submenu*/
	border: 0px;
	/*border-top: solid 0px #fff;
	border-bottom: solid 0px #d7d7d7;*/
	text-align: left;
	color: #FFFFFF !important;
	font-weight:normal !important;

}

.RadMenu_rseapmu_rtl .group .link,
.RadMenu_rseapmu_rtl .group div.text
{
	text-align: right;
}

.RadMenu_rseapmu .group .link:hover,
.RadMenu_rseapmu .group .focused,
.RadMenu_rseapmu .group .expanded
{
	background: #730706;/* Color al pasar por encima del submenu */
	border-bottom-color: #d7d7d7;
	color:  #FFFFFF !Important;
}

.RadMenu_rseapmu .leftArrow,
.RadMenu_rseapmu .rightArrow,
.RadMenu_rseapmu .topArrow,
.RadMenu_rseapmu .bottomArrow,
.RadMenu_rseapmu .leftArrowDisabled,
.RadMenu_rseapmu .rightArrowDisabled,
.RadMenu_rseapmu .topArrowDisabled,
.RadMenu_rseapmu .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_rseapmu .topArrow,
.RadMenu_rseapmu .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_rseapmu .bottomArrow,
.RadMenu_rseapmu .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_rseapmu .rightArrow,
.RadMenu_rseapmu .leftArrow
{
	height:100%;
}

.RadMenu_rseapmu .rightArrow,
.RadMenu_rseapmu .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_rseapmu .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_rseapmu .expandLeft,
.RadMenu_rseapmu .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_rseapmu_rtl .expandLeft,
.RadMenu_rseapmu_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_rseapmu .link:hover .expandLeft,
.RadMenu_rseapmu .link:hover .expandRight,
.RadMenu_rseapmu .focused .expandLeft,
.RadMenu_rseapmu .focused .expandRight,
.RadMenu_rseapmu .expanded .expandLeft,
.RadMenu_rseapmu .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_rseapmu_rtl .link:hover .expandLeft,
.RadMenu_rseapmu_rtl .link:hover .expandRight,
.RadMenu_rseapmu_rtl .focused .expandLeft,
.RadMenu_rseapmu_rtl .focused .expandRight,
.RadMenu_rseapmu_rtl .expanded .expandLeft,
.RadMenu_rseapmu_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
