/* r.a.d.menu Plain skin */

.RadMenu_MenuIntranet 
{
	background: #FFFFFF url('img/MenuItemBackground.gif') repeat-x;	
}

.RadMenu_MenuIntranet_Context
{
	background: none;
	border:0;
}

/*
Style para cada item do Menu
*/
.RadMenu_MenuIntranet .link
{
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background: transparent url(img/menuItemArrow.gif) left center no-repeat;
}

/*
Hover do item do menu
*/
.RadMenu_MenuIntranet .link:hover,
.RadMenu_MenuIntranet .focused,
.RadMenu_MenuIntranet .expanded
{
	background: #EBF2DA url(img/invertedGroupImage.gif) left center no-repeat;
	color: #000;
}

.RadMenu_MenuIntranet .text
{
	padding-left: 20px;	
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	font-family: Verdana, Arial;
	height:20px;
}

.RadMenu_MenuIntranet .group
{
	border: solid 1px #EBF2DA;
	border-right-style: solid ;
	border-right: solid 2px #CCCCCC;
	border-bottom: solid 2px #CCCCCC;
}

.RadMenu_MenuIntranet .group .link
{
	background: #EBF2DA;
	border: solid 1px #EBF2DA;
	border-right: solid 1px #888888;
	text-align: left;
	line-height: 18px;
	text-transform: none;
	font-weight: normal;
	text-decoration:none;
	cursor: hand;
	filter: alpha(opacity: 95);
}

.RadMenu_MenuIntranet .group .last
{
	border-bottom: solid 1px #888888;
}

.RadMenu_MenuIntranet .group .link:hover,
.RadMenu_MenuIntranet .group .focused,
.RadMenu_MenuIntranet .group .expanded
{
	font-weight: normal;
	color: #A93D05;
	cursor: hand;
	background-color: #D5E3B0;
	border: solid 1 #ABC761
}

.RadMenu_MenuIntranet .leftArrow,
.RadMenu_MenuIntranet .rightArrow,
.RadMenu_MenuIntranet .topArrow,
.RadMenu_MenuIntranet .bottomArrow,
.RadMenu_MenuIntranet .leftArrowDisabled,
.RadMenu_MenuIntranet .rightArrowDisabled,
.RadMenu_MenuIntranet .topArrowDisabled,
.RadMenu_MenuIntranet .bottomArrowDisabled
{
	background: #ededed url('img/left.gif') center center no-repeat;
	width: 15px;
}

.RadMenu_MenuIntranet .topArrow,
.RadMenu_MenuIntranet .topArrowDisabled
{
	background-image:url('img/top.gif');
	width:100%;
}

.RadMenu_MenuIntranet .bottomArrow,
.RadMenu_MenuIntranet .bottomArrowDisabled
{
	background-image:url('img/bottom.gif');
	width:100%;
}

.RadMenu_MenuIntranet .rightArrow,
.RadMenu_MenuIntranet .leftArrow
{
	height:100%;
}

.RadMenu_MenuIntranet .rightArrow,
.RadMenu_MenuIntranet .rightArrowDisabled
{
	background-image: url('img/right.gif');
}

.RadMenu_MenuIntranet .vertical .separator .text
{
	padding-top: 2px;
	background: #ccc;
	font-size: 1px;
}

/*
Seta de cada item do menu
*/
.RadMenu_MenuIntranet .expandLeft,
.RadMenu_MenuIntranet .expandRight
{
	margin-left: 0;
	background: transparent url(img/groupImage.gif) left center no-repeat;
}

.RadMenu_MenuIntranet _rtl .expandLeft,
.RadMenu_MenuIntranet _rtl .expandRight
{
	background: url(img/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_MenuIntranet .link:hover .expandLeft,
.RadMenu_MenuIntranet .link:hover .expandRight,
.RadMenu_MenuIntranet .focused .expandLeft,
.RadMenu_MenuIntranet .focused .expandRight,
.RadMenu_MenuIntranet .expanded .expandLeft,
.RadMenu_MenuIntranet .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) left center no-repeat;
}

.RadMenu_MenuIntranet _rtl .link:hover .expandLeft,
.RadMenu_MenuIntranet _rtl .link:hover .expandRight,
.RadMenu_MenuIntranet _rtl .focused .expandLeft,
.RadMenu_MenuIntranet _rtl .focused .expandRight,
.RadMenu_MenuIntranet _rtl .expanded .expandLeft,
.RadMenu_MenuIntranet _rtl .expanded .expandRight
{
	background:transparent url(img/groupImageRTL.gif) left center no-repeat;
}