/* r.a.d.menu UMinho skin */

.RadMenu_UMinho 
{
	cursor: hand;
	font-family: "trebuchet MS",Arial, Verdana;
	font-size:12px;
	cursor: hand;
	float:right;
	background-color:#ffffff;
	font-weight:bold;
	border-style:none;
	
}

.RadMenu_UMinho .link
{
	cursor: hand;
	
	font-family: "trebuchet MS",Arial, Verdana;
	font-size:12px;
	cursor: hand;
	text-align:left;
	color:#666666;
	background-color:#ffffff;
	font-weight:bold;
	border-style:none;
	
	/*width: 100%;
	width: 200px;
	line-height: 25px;*/
	
}


.RadMenu_UMinho .last .link
{
	/*border-right: 0px solid #CCCCCC;*/
}

.RadMenu_UMinho .vertical .link
{
	border-bottom: 1px solid #ffffff;
	

}

.RadMenu_UMinho .slide
{
	
	margin-top:5px;
	

}

.RadMenu_UMinho .link:hover,
.RadMenu_UMinho .focused,
.RadMenu_UMinho .expanded
{
	
	font-family: "trebuchet MS",Arial, Verdana;
	font-size:12px;
	cursor: hand;
	background-color:#888888;
	text-align:left;
	
	font-weight:bold;
	width:100%;
	
}

.RadMenu_UMinho .rootGroup .link:hover,
.RadMenu_UMinho .rootGroup .focused,
.RadMenu_UMinho .rootGroup .expanded
{
	/*background: #d0d0d0 url('img/MenuItemBackgroundHover.gif') no-repeat;
	color: #cc6102;*/
	font-family: "trebuchet MS",Arial, Verdana;
	font-size:12px;
	cursor: hand;
	background-color:#ffffff;
	text-align:left;
	color:#ffffff;
	font-weight:bold;
	width:100%;
	text-transform:lowercase;
	
}

.RadMenu_UMinho .rootGroup .link
{
	/*background: #d0d0d0 url('img/MenuItemBackgroundHover.gif') no-repeat;
	color: #cc6102;*/
	width:100%;
	color:#666666;
	text-transform:lowercase;
}
.RadMenu_UMinho .rootGroup .disabled:hover
{
	/*background: url('img/arrow_dw.gif') right center no-repeat;*/
	
}

.RadMenu_UMinho .rootGroup
{
	/*background: url('img/arrow_dw.gif') right center no-repeat;*/
	
}



.RadMenu_UMinho .text
{
	/*color: #666666;
	font-family: "trebuchet MS",Arial, Verdana;
	padding: 0px;*/
	padding-right: 10px;
	padding-left: 3px;
	padding-top:4px;
}



.RadMenu_UMinho .group
{
	border:0px solid #0D8DD3 ;
		
	
}


.RadMenu_UMinho .group .text
{
	padding-top:4px;
	
	
	
}      

.RadMenu_UMinho .group .link
{
	/*background: #d0d0d0 url('img/MenuItemBackground.gif') no-repeat;*/
	/*width: 39px;
	line-height: 28px;
	text-align: left;
	border-right: 0px solid #CCCCCC;*/
	border-bottom: 1px solid #CCCCCC;
	padding-right: 6px;
	width:100%;
	text-decoration:none;
	
}

.RadMenu_UMinho .group .first .link
{
	/*background: #d0d0d0 url('img/MenuItemBgFirst.gif') no-repeat;
	line-height: 33px;*/
	

}

.RadMenu_UMinho .group .first .link:hover,
.RadMenu_UMinho .group .first .focused,
.RadMenu_UMinho .group .first .expanded
{
	/*
	font-family: "trebuchet MS",Arial, Verdana;
	font-size:12px;
	cursor: hand;
	background-color:#888888;
	text-align:left;
	color:#ffffff;
	font-weight:bold;*/
	
	
}

.RadMenu_UMinho .group .link:hover,
.RadMenu_UMinho .group .focused,
.RadMenu_UMinho .group .expanded
{
	/*background: #d0d0d0 url('img/MenuItemBackgroundHover.gif') no-repeat;
	color: #cc6102;*/
	font-family: "trebuchet MS",Arial, Verdana;
	font-size:12px;
	cursor: hand;
	/*background-color:#8CC2D9;*/
	color: #25888A;
	text-align:left;
	
	font-weight:bold;
	width:100%;
	
}

.RadMenu_UMinho .leftArrow,
.RadMenu_UMinho .rightArrow,
.RadMenu_UMinho .topArrow,
.RadMenu_UMinho .bottomArrow,
.RadMenu_UMinho .leftArrowDisabled,
.RadMenu_UMinho .rightArrowDisabled,
.RadMenu_UMinho .topArrowDisabled,
.RadMenu_UMinho .bottomArrowDisabled
{
	/*border-left:1px solid #a9a9a9;
	border-top-color:threedhighlight;
	border-left-color:threedhighlight;
	background: transparent url('img/right.gif') center center no-repeat;
	width:15px;*/
}

.RadMenu_UMinho .topArrow,
.RadMenu_UMinho .topArrowDisabled
{
	/*background-image:url('img/top.gif');
	width:100%;*/
}

.RadMenu_UMinho .bottomArrow,
.RadMenu_UMinho .bottomArrowDisabled
{
	/*background-image:url('img/bottom.gif');
	width:100%;*/
}

.RadMenu_UMinho .rightArrow,
.RadMenu_UMinho .leftArrow
{
	/*height:100%;*/
}

.RadMenu_UMinho .rightArrow,
.RadMenu_UMinho .rightArrowDisabled
{
	/*background-image: url('img/right.gif');*/
}

.RadMenu_UMinho .vertical .separator .text
{
	/*padding-top: 3px;
	background: transparent url('img/Separator.gif');
	font-size: 1px;
	border-right: 1px solid #e6e6e6;*/
	

}

.RadMenu_UMinho .expandLeft,
.RadMenu_UMinho .expandRight
{
	background:transparent url('img/right_arrow.gif') right center no-repeat;
		font-family: "trebuchet MS",Arial, Verdana;
	font-size:12px;
	cursor: hand;
	text-align:left;
	color: #666666;
	font-weight:bold;
	
}



.RadMenu_UMinho_rtl .expandLeft,
.RadMenu_UMinho_rtl .expandRight
{
	/*background: transparent url(img/left.gif) left center no-repeat;
	margin-left: 15px;
	color:#ffffff;*/
	
}

/* right to left */
.RadMenu_UMinho_rtl .group .link:hover .expandLeft,
.RadMenu_UMinho_rtl .group .link:hover .expandRight
{
	/*background:transparent url(img/invertedGroupImageRTL.gif) left center no-repeat;
	margin: 0px;
	margin-left: 15px;
	color:#ffffff;*/
}

.RadMenu_UMinho .link:hover .expandLeft,
.RadMenu_UMinho .link:hover .expandRight,
.RadMenu_UMinho .focused .expandLeft,
.RadMenu_UMinho .focused .expandRight,
.RadMenu_UMinho .expanded .expandLeft,
.RadMenu_UMinho .expanded .expandRight
{
		font-family: "trebuchet MS",Arial, Verdana;
	font-size:12px;
	cursor: hand;
	text-align:left;
	color: #25888A;
	font-weight:bold;
	/*background:transparent url(img/invertedGroupImage.gif) right center no-repeat;*/
}
