﻿.RadMenu__Bordeoux 
{
	background: #AD2121;
	border:1px solid buttonshadow;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;
}

/*
#8C8C00"        'verde
#E9E9CF"        'verde claro

#AD2121"         'bourdoux
#F5D3D6"        'bourdoux claro
*/
           
.RadMenu__Bordeoux .link
{
	_font: menu;
	font: verdana;
	font-family: Verdana;
	font-size: 11px;
	_font-weight:bold;
	vertical-align:middle;
	
	_padding:.5em 6px;
	padding: 7px 6px 7px;
	text-decoration:none;
	color: #F5D3D6;
	width: 145px;
	_height: 20px;
	border-bottom: 1px  #F5D3D6 solid;
}


.RadMenu__Bordeoux .link:visited,
{
	background:#AD2121;
	color:#F5D3D6;
}


.RadMenu__Bordeoux .link:hover,
.RadMenu__Bordeoux .expanded
{
	background:#F5D3D6;
	color:#AD2121;
}

.RadMenu__Bordeoux .focused,
.RadMenu__Bordeoux .focused:visited,
.RadMenu__Bordeoux .focused:active,
.RadMenu__Bordeoux .focused:link 

{
    color:#AD2121;
    background: #F5D3D6;
    background-color: #F5D3D6;
}


.RadMenu__Bordeoux .rootGroup .disabled:hover
{
	background: none;
}





.RadMenu__Bordeoux .text
{
	padding-right: 15px;
}

.RadMenu__Bordeoux .group
{
	background:white;
}

.RadMenu__Bordeoux .group
{
	border:1px solid buttonshadow;
}

.RadMenu__Bordeoux .group .text
{
	padding-right: 46px;
}



.RadMenu__Bordeoux .leftArrow,
.RadMenu__Bordeoux .rightArrow,
.RadMenu__Bordeoux .topArrow,
.RadMenu__Bordeoux .bottomArrow,
.RadMenu__Bordeoux .leftArrowDisabled,
.RadMenu__Bordeoux .rightArrowDisabled,
.RadMenu__Bordeoux .topArrowDisabled,
.RadMenu__Bordeoux .bottomArrowDisabled
{
	border-left: 1px solid buttonshadow;
	border-right: 1px solid buttonshadow;
	background:buttonface url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu__Bordeoux .topArrow,
.RadMenu__Bordeoux .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu__Bordeoux .bottomArrow,
.RadMenu__Bordeoux .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu__Bordeoux .rightArrow,
.RadMenu__Bordeoux .leftArrow
{
	height:100%;
}

.RadMenu__Bordeoux .rightArrow,
.RadMenu__Bordeoux .rightArrowDisabled
{
	background-image:url('img/right.gif');
}

.RadMenu__Bordeoux .vertical .separator .text
{
	border-bottom:2px inset buttonface;
	margin:0 2px;
}

.RadMenu__Bordeoux .expandLeft,
.RadMenu__Bordeoux .expandRight
{
	background:transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu__Bordeoux_rtl .expandLeft,
.RadMenu__Bordeoux_rtl .expandRight
{
	background: transparent url(img/groupImageRTL.gif) left center no-repeat;
	padding-left: 10px !important;
}

/* right to left */
.RadMenu__Bordeoux_rtl .group .link:hover .expandLeft,
.RadMenu__Bordeoux_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px 1px;
	margin-left: -2px;
}

.RadMenu__Bordeoux .link:hover .expandLeft,
.RadMenu__Bordeoux .link:hover .expandRight,
.RadMenu__Bordeoux .focused .expandLeft,
.RadMenu__Bordeoux .focused .expandRight,
.RadMenu__Bordeoux .expanded .expandLeft,
.RadMenu__Bordeoux .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}