/* RadMenu Plain skin */

.RadMenu_nmaceduca_azul 
{
	/*background: url('img/ImagenCompletaMenu.gif') no-repeat;*/
	/*background:#7AA24F;*/
	background:#1ea4d1;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
    padding:0px 0px 0px 0px;
	
}

.RadMenu_nmaceduca_azul_Context
{
	background: #1ea4d1;	
	border:0;
}

.RadMenu_nmaceduca_azul .link,
.RadMenu_nmaceduca_azul div.text
{
	line-height: 25px;
	font-weight:normal;
	text-align:center;
	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: #1EA4D1;/* Color del fondo del menu principal. */
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	
}

.RadMenu_nmaceduca_azul .link:hover,
.RadMenu_nmaceduca_azul .focused,
.RadMenu_nmaceduca_azul .expanded,
.RadMenu_nmaceduca_azul div.text:hover
{
	color:  #FFFFFF !Important;
	background: #0BBBF5;/* Color del fondo del menu principal, cuando se pasa por encima. */

}

.RadMenu_nmaceduca_azul .text
{
	padding-left: 10px;	
	padding-right: 10px;
	font-size: 13px;
	font-family: Verdana;
	font-weight:normal;
	letter-spacing: 5;
}

.RadMenu_nmaceduca_azul_rtl .text
{
	padding-right: 10px;	
	padding-left: 36px;
}


.RadMenu_nmaceduca_azul .group
{
	border: solid 0px #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
}

.RadMenu_nmaceduca_azul .group .link,
.RadMenu_nmaceduca_azul .group div.text
{
	background: #1EA4D1;/* 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_nmaceduca_azul_rtl .group .link,
.RadMenu_nmaceduca_azul_rtl .group div.text
{
	text-align: right;
}

.RadMenu_nmaceduca_azul .group .link:hover,
.RadMenu_nmaceduca_azul .group .focused,
.RadMenu_nmaceduca_azul .group .expanded
{
	background: #0BBBF5;/* Color al pasar por encima del submenu */
	border-bottom-color: #d7d7d7;
	color:  #FFFFFF !Important;
}

.RadMenu_nmaceduca_azul .leftArrow,
.RadMenu_nmaceduca_azul .rightArrow,
.RadMenu_nmaceduca_azul .topArrow,
.RadMenu_nmaceduca_azul .bottomArrow,
.RadMenu_nmaceduca_azul .leftArrowDisabled,
.RadMenu_nmaceduca_azul .rightArrowDisabled,
.RadMenu_nmaceduca_azul .topArrowDisabled,
.RadMenu_nmaceduca_azul .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_nmaceduca_azul .topArrow,
.RadMenu_nmaceduca_azul .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_nmaceduca_azul .bottomArrow,
.RadMenu_nmaceduca_azul .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_nmaceduca_azul .rightArrow,
.RadMenu_nmaceduca_azul .leftArrow
{
	height:100%;
}

.RadMenu_nmaceduca_azul .rightArrow,
.RadMenu_nmaceduca_azul .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_nmaceduca_azul .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_nmaceduca_azul .expandLeft,
.RadMenu_nmaceduca_azul .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_nmaceduca_azul_rtl .expandLeft,
.RadMenu_nmaceduca_azul_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_nmaceduca_azul .link:hover .expandLeft,
.RadMenu_nmaceduca_azul .link:hover .expandRight,
.RadMenu_nmaceduca_azul .focused .expandLeft,
.RadMenu_nmaceduca_azul .focused .expandRight,
.RadMenu_nmaceduca_azul .expanded .expandLeft,
.RadMenu_nmaceduca_azul .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_nmaceduca_azul_rtl .link:hover .expandLeft,
.RadMenu_nmaceduca_azul_rtl .link:hover .expandRight,
.RadMenu_nmaceduca_azul_rtl .focused .expandLeft,
.RadMenu_nmaceduca_azul_rtl .focused .expandRight,
.RadMenu_nmaceduca_azul_rtl .expanded .expandLeft,
.RadMenu_nmaceduca_azul_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}
