/* RadMenu Default skin */

.RadMenu_System
{
	border: none!important;
	/*background-color:#FFFFFF;*/
	text-align: center;
	color:#FFFFFF!important;
}

.RadMenu_System_rtl
{
	text-align:center ;
}

.RadMenu_System_Context
{
	background: none;
	border: 0;
}

.RadMenu_System a
{
	text-decoration: none;
}

.RadMenu_System .rootGroup .link
{
    background:url(img/menu_button_right_off.gif) no-repeat left bottom;
	margin-left:-1px;
	line-height: 34px;
	height:32px;
    width:112px;
	text-decoration: none;
	color: #fff;
	position: relative;
	display: inline-block !important;

}


.RadMenu_System .link:focused,
.RadMenu_System .focused
{
	outline: 0;
}

.RadMenu_System .expanded
{
	z-index: 10000;
}

.RadMenu_System .rootGroup .link:hover,
.RadMenu_System .rootGroup .focused,
.RadMenu_System .rootGroup .expanded
{
background:url(img/menu_button_right_on.gif) no-repeat left bottom; 
	color: #fff;
	text-align:left;
	height:32px;
	width:112px;
	vertical-align:bottom;
}

.RadMenu_System .rootGroup .link .text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	padding-top:0px;
	cursor:pointer;
	text-align:center;
}

.RadMenu_System .group
{
background-image:none!important;

}



.RadMenu_System .group .item
{
background:transparent url("img/bt_submenu_centro.png") repeat-x;
/*margin-left:-2px;*/
}

.RadMenu_System .group .first
{
background: transparent url("img/bt_submenu_first.png") 1px top no-repeat!important;
}

.RadMenu_System .group .last
{
background:transparent url("img/bt_submenu_last.png") right top no-repeat;
/*margin-left:-2px;*/

}


/*.RadMenu_System .group .last .first
{
 background: url("img/bt_submenu_first_last.png") right top no-repeat;
}*/

.RadMenu_System .group .link
{   background-image:none!important;
	text-decoration: none;
	/*color: #fff;*/
	color:#000033;
	text-align:center;
   /* border-bottom:1px solid #FFFFFF;*/
}

.RadMenu_System_rtl .group .link
{
    background-image:none!important;
	/* background: #C2BFB8; */
	background: #000033;
	/*text-align:center;*/
	color: #fff;
	/*border-bottom:1px solid #FFFFFF;*/
}

.RadMenu_System .group .link:hover,
.RadMenu_System .group .focused,
.RadMenu_System .group .expanded
{   
   background-image:none!important;
   color: #000!important;
   text-align:center;
}

/*.RadMenu_System .text
{   
	font-size: 9px;
	text-align:center;
	color:#FFFFFF;
}*/

.RadMenu_System .group .link .text
{  
    margin:1px 0px auto auto;
    line-height:20px;
    color:#000033;
	/*color:#fff;*/
}




.RadMenu_System .group .item .text
{
border-right:2px solid #A9CDED;
}
.RadMenu_System .group .first .text
{
border-right:2px solid #A9CDED;
}
.RadMenu_System .group .last .text
{
border-right:none;
}
/* <expand arrows styling> */

.RadMenu_System .group .link .expandLeft
{
	background: transparent url("img/ArrowExpand.gif") no-repeat right -3px;
}

.RadMenu_System .group .link .expandRight
{
	background: transparent url("img/ArrowExpandRTL.gif") no-repeat left -3px;
}

.RadMenu_System .group .link:hover .expandLeft,
.RadMenu_System .group .focused .expandLeft,
.RadMenu_System .group .expanded .expandLeft
{ 
	background-image: url("img/ArrowExpandHovered.gif");
}

.RadMenu_System .group .link:hover .expandRight,
.RadMenu_System .group .focused .expandRight,
.RadMenu_System .group .expanded .expandRight
{
	background-image: url("img/ArrowExpandHoveredRTL.gif");
}

/* </expand arrows styling> */

.RadMenu_System .horizontal .item {border:none; padding-right:0px;}
/*.RadMenu_System .horizontal .last {border:none; padding-right:0px; }

.RadMenu_System .Group .vertical .item { background:url("img/bt_submenu_centro.gif") repeat-x;}
.RadMenu_System .Group .vertical .last { background: url("img/submenu_right.gif") no-repeat; }
.RadMenu_System .Group .vertical .first { background: url("img/submenu_left.gif") no-repeat; }*/


.RadMenu_System .vertical .item {border:none; padding-right:0px;  }
/*.RadMenu_System .vertical .last { border-bottom: 0; }*/

.RadMenu_System_rtl .horizontal .item { border-left: 0; }

.RadMenu_System .rootGroup .group .item { border-right:0px!important; border-bottom: 0; }

.RadMenu_System .group
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	/*background-image:url(img/bt_submenu_centro.png);*/
}

.RadMenu_System .group .expanded
{
	z-index: 11;
}

.RadMenu_System .topArrowDisabled,
.RadMenu_System .bottomArrowDisabled,
.RadMenu_System .leftArrowDisabled,
.RadMenu_System .rightArrowDisabled
{
	display: none;
}

.RadMenu_System .topArrow,
.RadMenu_System .bottomArrow,
.RadMenu_System .leftArrow,
.RadMenu_System .rightArrow
{
	font-size: 0;
	line-height: 0;
	color: #fff;
}

.RadMenu_System .topArrow,
.RadMenu_System .bottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url("img/ArrowScrollUpDown.gif") no-repeat top center;
}

.RadMenu_System .bottomArrow
{
	background-position: center -18px;
}

.RadMenu_System .leftArrow,
.RadMenu_System .rightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url("img/ArrowScrollLeftRight.gif") no-repeat left center;
}

.RadMenu_System .rightArrow
{
	background-position: -18px center;
}

.RadMenu_System .rootGroup .item .disabled .text
{
	color: #fff;
}

.RadMenu_System .rootGroup .item .disabled
{
border-right:0px!important;
	
}

.RadMenu_System .group .item .disabled
{

}

.RadMenu_System .horizontal .separator
{
	height: 20px;
	width: 1px;
}

.RadMenu_System .rootGroup .separator
{
	/*background-color: #8f8f8f;
	border-top: 1px solid #676767;*/
}

.RadMenu_System .vertical .separator
{
	height: 1px;
	margin: 3px 0;
	border: 0;
}

.RadMenu_System .separator .text
{
	display: none;
}

.RadMenu_System .slide
{
	margin: 7px 0 0 2px !important;
	_margin: 2px 0 0 2px;

}

* html .RadMenu_System .vertical .slide
{
	margin-left: -2px !important;
}

* html .RadMenu_System .horizontal .slide
{
	margin-top: 0px !important;
	
}

.RadMenu_System_rtl .slide
{
	margin: 7px 0 0 2px !important;
}

* html .RadMenu_System_rtl .vertical .slide
{
	margin-left: 3px !important;
}

* html .RadMenu_System_rtl .horizontal .slide
{
	margin-top: 7px !important;
	margin-left: 2px !important;
}

.RadMenu_System .rootGroup .item .disabled:hover
{
border-right:0px!important;
}

.item 
{ 
border-right:0px!important;
/* font-size:9px;
color:#FFFFFF; */
}

.RadMenu_System .rootGroup .item 
{
margin-right:2px;
width: 112px; 
height: 25px; 
}

.RadMenu_System .group .item { width: 113px; margin-right:0;}
.RadMenu_System .group .last { margin-left:-2px;}
.RadMenu_System .group .first { width: 117px;}
.slide { margin-left:-10px;}

