/* r.a.d.menu Plain skin */

.RadMenu_Garante 
{
	
}

.RadMenu_Garante_Context
{
	background: none;
	border:0;
}

.RadMenu_Garante .link
{
	width:180px;
	line-height: 20px;
	text-decoration:none;
	color: #333333;
	background: #f0f7ff url('img/bg/menu1X.gif');
	border-bottom:solid 1px white;
}

.RadMenu_Garante .link:hover,
.RadMenu_Garante .focused,
.RadMenu_Garante .expanded
{
	color: #333333;
	cursor:pointer;
	background: #f0f7ff url('img/bg/menu1bX.gif');
}

/*begin menus*/
.RadMenu_Garante a.green:link,
.RadMenu_Garante a.green:visited
{
	color:#333333;
	text-decoration:none;
	background:#f0f7ff url('img/bg/menu1.gif') no-repeat;
}
.RadMenu_Garante a.green:hover,
.RadMenu_Garante a.green:active
{
	color:#333333;
	text-decoration:none;
	background:#e8f1ff url('img/bg/menu1b.gif') no-repeat;	
}

.RadMenu_Garante a.yellow:link,
.RadMenu_Garante a.yellow:visited
{
	color:#333333;
	text-decoration:none;
	background: #f0f7ff url('img/bg/menu2.gif') repeat-x;
}
.RadMenu_Garante a.yellow:hover,
.RadMenu_Garante a.yellow:active
{
	color:#333333;
	text-decoration:none;
	background: #e8f1ff url('img/bg/menu2b.gif') repeat-x;
}

.RadMenu_Garante a.orange:link,
.RadMenu_Garante a.orange:visited
{
	color:#333333;
	text-decoration:none;
	background: #f0f7ff url('img/bg/menu3.gif') repeat-x;
}
.RadMenu_Garante a.orange:hover,
.RadMenu_Garante a.orange:active
{
	color:#333333;
	text-decoration:none;
	background: #e8f1ff url('img/bg/menu3b.gif') repeat-x;
}

.RadMenu_Garante a.pink:link,
.RadMenu_Garante a.pink:visited
{
	color:#333333;
	text-decoration:none;
	background: #f0f7ff url('img/bg/menu4.gif') repeat-x;
}
.RadMenu_Garante a.pink:hover,
.RadMenu_Garante a.pink:active
{
	color:#333333;
	text-decoration:none;
	background: #e8f1ff url('img/bg/menu4b.gif') repeat-x;
}

.RadMenu_Garante a.blue:link,
.RadMenu_Garante a.blue:visited
{
	color:#333333;
	text-decoration:none;
	background: #f0f7ff url('img/bg/menu5.gif') repeat-x;
}
.RadMenu_Garante a.blue:hover,
.RadMenu_Garante a.blue:active
{
	color:#333333;
	text-decoration:none;
	background: #e8f1ff url('img/bg/menu5b.gif') repeat-x;
}

.RadMenu_Garante a.violet:link,
.RadMenu_Garante a.violet:visited
{
	color:#333333;
	text-decoration:none;
	background: #f0f7ff url('img/bg/menu6.gif') repeat-x;
}
.RadMenu_Garante a.violet:hover,
.RadMenu_Garante a.violet:active
{
	color:#333333;
	text-decoration:none;
	background: #e8f1ff url('img/bg/menu6b.gif') repeat-x;
}
/* end menus */ 

.RadMenu_Garante .text
{
	padding-left: 25px;	
	padding-right: 36px;
	font-size: 12px;
	font-family: Arial, Verdana;
}

.RadMenu_Garante .group
{
	border: solid 1px #f78f1e;
	border-bottom: none;
}

.RadMenu_Garante .group .link
{
	background: white;
	border-bottom: solid 1px #f78f1e;
	text-align: left;
}

.RadMenu_Garante .group .link:hover,
.RadMenu_Garante .group .focused,
.RadMenu_Garante .group .expanded
{
	/*
	color:#f78f1e;
	font-weight: normal;
	*/
	color:#333333;
	background-color:#f1f1f1;
}

.RadMenu_Garante .leftArrow,
.RadMenu_Garante .rightArrow,
.RadMenu_Garante .topArrow,
.RadMenu_Garante .bottomArrow,
.RadMenu_Garante .leftArrowDisabled,
.RadMenu_Garante .rightArrowDisabled,
.RadMenu_Garante .topArrowDisabled,
.RadMenu_Garante .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_Garante .topArrow,
.RadMenu_Garante .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_Garante .bottomArrow,
.RadMenu_Garante .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_Garante .rightArrow,
.RadMenu_Garante .leftArrow
{
	height:100%;
}

.RadMenu_Garante .rightArrow,
.RadMenu_Garante .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_Garante .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

.RadMenu_Garante .expandLeft,
.RadMenu_Garante .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
	margin-right: 4px;
}

.RadMenu_Garante_rtl .expandLeft,
.RadMenu_Garante_rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Garante .link:hover .expandLeft,
.RadMenu_Garante .link:hover .expandRight,
.RadMenu_Garante .focused .expandLeft,
.RadMenu_Garante .focused .expandRight,
.RadMenu_Garante .expanded .expandLeft,
.RadMenu_Garante .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}

.RadMenu_Garante_rtl .link:hover .expandLeft,
.RadMenu_Garante_rtl .link:hover .expandRight,
.RadMenu_Garante_rtl .focused .expandLeft,
.RadMenu_Garante_rtl .focused .expandRight,
.RadMenu_Garante_rtl .expanded .expandLeft,
.RadMenu_Garante_rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}