/**************************************/
/*********			Rad Menu				*********/
/**************************************/

.RadMenu_auxilioPalette 
{
	font-family: Arial, Verdana;
	text-decoration:none;
	position:relative;
	/*top:17px;*/
	top:2px;
}

.RadMenu_auxilioPalette .rmRootGroup
{
	position:absolute;
	background:transparent url(img/bg-nav.gif) no-repeat scroll 100% 0px;	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0 4px 0 0;
}

/**************************************/
/*********				Top Menu			*********/
/**************************************/

.RadMenu_auxilioPalette .rmRootGroup .rmItem
{
	position: relative;
	height:35px;
	background:transparent url(img/separator-nav.gif) no-repeat scroll 0 0;
	cursor: pointer;
    float:left;
    border:none;
    display:block;
    width:125px;
    margin: 0;
    padding: 0 0 0 2px;
}

.RadMenu_auxilioPalette .rmRootGroup a .rmText
{
	/* position:relative; */
	
	position:relative;
	display:block;
	margin-top: expression( (this.parentNode.offsetHeight > this.offsetHeight) ? (this.parentNode.offsetHeight - this.offsetHeight)/2 + "px" : "0");
	_display:block;
	_margin-top: expression( (this.parentNode.offsetHeight > this.offsetHeight) ? (this.parentNode.offsetHeight - this.offsetHeight)/2 + "px" : "0");
}

/*.RadMenu_auxilioPalette .rmRootGroup a:hover,*/
.RadMenu_auxilioPalette .rmRootGroup a
{
	display:table-cell;
	vertical-align:middle;
	*display:block; /* IE7 */
	_display:block; /* IE6 */
	font-size:11px;
	line-height:14px;
	height:35px;
    width:105px;
	
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;
	padding:0 10px;
}
.RadMenu_auxilioPalette .rmRootGroup .rmItem .rmFocused,
.RadMenu_auxilioPalette .rmItem .rmExpanded,
.RadMenu_auxilioPalette .rmLink:hover
{
	color:#3CA243;
	text-decoration:none;
	background-color: white;
	cursor:pointer;
}

.RadMenu_auxilioPalette .rmRootGroup .rmItem .rmFocused
{
	color:#3CA243;
	text-decoration:none;
	background-color: white;
}


.RadMenu_auxilioPalette .rmItem:hover
{
	background-color: white;
	cursor:pointer;
}
 
/**************************************/
/*********			Drop Menu				*********/
/**************************************/

.RadMenu_auxilioPalette .rmSlide
{
	position: absolute;
	overflow:hidden;
	display:none;	
	margin:1px 0 0;
	padding: 0;
	height: auto !important;
}

.RadMenu_auxilioPalette .rmSlide .rmLevel1
{
	margin: 0;
	padding: 0;
	list-style:none;
	background:none;
}

.RadMenu_auxilioPalette .rmSlide .rmLevel1 .rmItem
{
	width:150px;
	background: transparent url(img/bg-drop-down-center.png) repeat-y scroll 0 0;
	vertical-align:middle;
	height:22px;
	
	padding-left:3px;
	padding-right:1px;
}

.RadMenu_auxilioPalette .rmSlide .rmLevel1 .rmItem a
{
	width:146px;
	font-weight:bold;
	height:20px;
	padding:0 0 0 4px;
	margin:0;
	color:White;
}

.RadMenu_auxilioPalette .rmSlide .rmLevel1 .rmItem .rmFocused,
.RadMenu_auxilioPalette .rmSlide .rmLevel1 .rmLink:hover
{
	background-color: #59AE36;
}

.RadMenu_auxilioPalette .rmSlide .rmLevel1 .rmItem .rmText:hover
{
	color: White;
	background-color: #59AE36;
	text-decoration: none;
}

