/* RadMenu menuEmpreendimento skin */

.RadMenu_menuEmpreendimento 
{
	border: 0px;
	background-color: Transparent;
	height: 27px;
	display: inline-block !important;
}

/* Link Principal - Root Item */
.RadMenu_menuEmpreendimento .link
{
	background: Transparent url('img/menuEmpreendimentoLeft.gif') no-repeat left top;
	border: 0px;
	color: #6d6e71;
	font: bold 10px Tahoma;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: 27px;
	margin-left: 0px;
	display: inline-block !important;
	_width: 10%;
}

.RadMenu_menuEmpreendimento .link:focused,
.RadMenu_menuEmpreendimento .focused
{
	outline: 0;
}

.RadMenu_menuEmpreendimento .expanded
{
	z-index: 10000;
}

/* Root Item - Text */
.RadMenu_menuEmpreendimento .link .text
{
	background: Transparent url('img/menuEmpreendimentoRight.gif') no-repeat right top;
	border: solid 0px #000;
	color: #6D6E71;
	font: bold 10px Tahoma;
	line-height: 26px;
	padding: 0px 10px;
	height: 27px;
}

/* Link Principal - Root Item Hover and Selected */
.RadMenu_menuEmpreendimento .link:hover,   
.RadMenu_menuEmpreendimento .focused,   
.RadMenu_menuEmpreendimento .expanded   
{   
    background: #FFF url('img/menuSelecionadoLeft.gif') no-repeat left top;
    border: 0px;
    cursor: pointer;
    _cursor: hand;
	text-align: center;
	text-decoration: none;
	height: 27px;
}

/* Link Principal - Text Hover and Selected */
.RadMenu_menuEmpreendimento .expanded .text,
.RadMenu_menuEmpreendimento .focused .text,
.RadMenu_menuEmpreendimento .link:hover .text
{
	background: Transparent url('img/menuSelecionadoRight.gif') no-repeat right top;
	border: 0px;
	color: #ff6600;
	font: bold 10px Tahoma;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
	height: 27px;
}


.RadMenu_menuEmpreendimento .rootGroup .disabled:hover
{
	background: #fefefe url('img/MainItemBackground.gif') no-repeat;
}

.RadMenu_menuEmpreendimento .text
{
	color: #6b6f80;
}

.RadMenu_menuEmpreendimento .group
{
	border: solid 1px #d3d3cf;
	border-left: solid 5px #cbdc68;
	background: white;
}

.RadMenu_menuEmpreendimento .group .text
{
	color: #707070;
	padding-left: 9px;
}      

.RadMenu_menuEmpreendimento .group .link
{
	margin-top:10px;
	background: white;
	width: 159px;
	line-height: 20px;
	text-align: left;
	padding-right: 24px;
}

.RadMenu_menuEmpreendimento .group .link:hover .text, 
.RadMenu_menuEmpreendimento .group .focused .text 
{
	color: black;
}

.RadMenu_menuEmpreendimento .group .link:hover,   
.RadMenu_menuEmpreendimento .group .focused,   
.RadMenu_menuEmpreendimento .group .expanded   
{   
    width: 159px;   
    line-height: 20px;   
    text-align: left;   
    border: 0px;       
    position:static;   
    top: 0px;   
}  

.RadMenu_menuEmpreendimento .leftArrow,
.RadMenu_menuEmpreendimento .rightArrow,
.RadMenu_menuEmpreendimento .topArrow,
.RadMenu_menuEmpreendimento .bottomArrow,
.RadMenu_menuEmpreendimento .leftArrowDisabled,
.RadMenu_menuEmpreendimento .rightArrowDisabled,
.RadMenu_menuEmpreendimento .topArrowDisabled,
.RadMenu_menuEmpreendimento .bottomArrowDisabled
{
	border-left: 1px solid #a9a9a9;
	border-top-color: threedhighlight;
	border-left-color: threedhighlight;
	background: #cbdc68 url('img/left.gif') center center no-repeat;
	width:15px;
}

.RadMenu_menuEmpreendimento .topArrow,
.RadMenu_menuEmpreendimento .topArrowDisabled
{
	background-image: url('img/top.gif');
	width: 100%;
}

.RadMenu_menuEmpreendimento .bottomArrow,
.RadMenu_menuEmpreendimento .bottomArrowDisabled
{
	background-image: url('img/bottom.gif');
	width: 100%;
}

.RadMenu_menuEmpreendimento .rightArrow,
.RadMenu_menuEmpreendimento .leftArrow
{
	height:100%;
}

.RadMenu_menuEmpreendimento .rightArrow,
.RadMenu_menuEmpreendimento .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_menuEmpreendimento .vertical .separator .text
{
	padding-top: 3px;
	background: #cbdc68;
	font-size: 1px;
}

.RadMenu_menuEmpreendimento .expandLeft,
.RadMenu_menuEmpreendimento .expandRight
{
	background: transparent url(img/groupImage.gif) right center no-repeat;
}

.RadMenu_menuEmpreendimento_rtl .expandLeft,
.RadMenu_menuEmpreendimento_rtl .expandRight
{
	background: transparent url(img/left.gif) left center no-repeat;
	margin-left: 8px;
}

/* right to left */
.RadMenu_menuEmpreendimento_rtl .group .link:hover .expandLeft,
.RadMenu_menuEmpreendimento_rtl .group .link:hover .expandRight
{
	background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 8px;
}

.RadMenu_menuEmpreendimento .link:hover .expandLeft,
.RadMenu_menuEmpreendimento .link:hover .expandRight,
.RadMenu_menuEmpreendimento .focused .expandLeft,
.RadMenu_menuEmpreendimento .focused .expandRight,
.RadMenu_menuEmpreendimento .expanded .expandLeft,
.RadMenu_menuEmpreendimento .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
}


