.RadMenu_ManuelZarate
{
	background:transparent url(Img/bkg.gif) left bottom repeat;
	border-bottom:1px solid #A6A6A6;
	font: 11px Tahoma, sans-serif;
	line-height:16px;
	white-space:normal;
	
}

.RadMenu_ManuelZarate .rootGroup 
{
	background: transparent url(Img/stripe.gif) right top repeat-y;
	
}

.RadMenu_ManuelZarate .rootGroup .item
{
	background: transparent url(Img/stripe.gif) left top repeat-y;
	padding-left:7px;
	padding-right:14px;
}

.RadMenu_ManuelZarate .link
{
	padding:0px 25px;
	border-top:1px solid #bbbbbb;
	color:#333333;
	text-decoration:none;
	position:relative;
	font-weight: bold;
	
}

.RadMenu_ManuelZarate .link:hover,
.RadMenu_ManuelZarate .expanded
{

	border-top:1px solid #3173a7;
	border-left:1px solid #D5D5D5;
	border-right:2px solid #A6A6A6;
	margin-left:-1px;
	margin-right:-2px;
	background:white url(Img/itemBkg.gif) left top repeat-y;
	color:#3173a7;
}

.RadMenu_ManuelZarate .rootGroup .disabled:hover
{
	background: none;
	border-top:0;
	BORDER-LEFT:0;
	border-right:0;
	margin-left: 0;
	margin-right:0;
	margin-top:1px;
}

.RadMenu_ManuelZarate .group .item
{
	background:white url(Img/itemBkg.gif) left top repeat-y;
	border-left:1px solid #D5D5D5;
	border-right:2px solid #A6A6A6;
	padding:0;
	border-bottom:1px solid #DFDFDF;
}


.RadMenu_ManuelZarate .group .link,
.RadMenu_ManuelZarate .group .link:hover,
.RadMenu_ManuelZarate .group .expanded,
.RadMenu_ManuelZarate .group .expanded:hover
{

	margin:0;
	border:0;
	border-top:1px solid white;	
	min-width:146px;
	_width:146px;
	padding:0;
	font-weight: normal !important;
}

.RadMenu_ManuelZarate .group .text
{
	padding-left:15px;
	margin-right:15px;
}

.RadMenu_ManuelZarate .group .first .link,
.RadMenu_ManuelZarate .group .first .link:hover,
.RadMenu_ManuelZarate .group .first .expanded,
.RadMenu_ManuelZarate .group .first .expanded:hover
{
	border-top:0;
}


.RadMenu_ManuelZarate ul.group 
{
	padding-bottom:20px;
	background:transparent url(img/groupBkg.gif) 0 bottom no-repeat;
}

.RadMenu_ManuelZarate ul.group .level2
{
	padding-left:0px;
	background:transparent url(img/groupBkg.gif) 0px bottom no-repeat;
}

.RadMenu_ManuelZarate .text
{
	padding-top:7px;
	padding-bottom:7px;
	display:block;
}

.RadMenu_ManuelZarate .level2 li.first
{
	background:transparent url(img/firstItemBkg.gif) 0px top no-repeat;	
	padding-top:10px;
}


.RadMenu_ManuelZarate .level2 li.first .link
{
	background:white url(Img/itemBkg.gif) left top repeat-y;
}


.RadMenu_ManuelZarate .group .link .expandLeft
{
	background:transparent url(img/arrow.gif) right center no-repeat;	
}

.RadMenu_ManuelZarate .vertical .link:hover .expandLeft,
.RadMenu_ManuelZarate .vertical .expanded .text
{
	background:transparent url(img/arrowHover.gif) right center no-repeat;	
}

.RadMenu_ManuelZarate .vertical .separator .text
{
	padding-top:3px;
	font-size:1px;
	line-height:1px;
}


/*right-to-left support*/

.RadMenu_ManuelZarate_rtl,
.RadMenu_ManuelZarate_rtl *
{
    text-align:right !important;
}

.RadMenu_ManuelZarate_rtl .rootGroup .item
{
	padding-left:14px;
	padding-right:7px;
}

.RadMenu_ManuelZarate_rtl .group .item
{
	padding:0;
	border-left:2px solid #A6A6A6;
	border-right:1px solid #D5D5D5;
}

.RadMenu_ManuelZarate_rtl .vertical .expandLeft,
.RadMenu_ManuelZarate_rtl .vertical .expanded .text
{
	background:transparent url(img/arrowHoverRTL.gif) left center no-repeat;	
}


.RadMenu_ManuelZarate_rtl .link:hover,
.RadMenu_ManuelZarate_rtl .expanded
{

	border-left:2px solid #A6A6A6;
	border-right:1px solid #D5D5D5;
	margin-left:-2px;
	margin-right:-1px;
}

.RadMenu_ManuelZarate_rtl .group .text
{
	padding-left:0;
	padding-right:30px;
	margin-right:0;
	margin-left:30px;
}
