/* Menu Embaixada */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ geral +++ */

.RadMenu_Portugal 
{
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	width: 195px;
}

.RadMenu_Portugal .rootGroup a.expanded, .RadMenu_Portugal .rootGroup a:hover
{
	background: #1A0B0E;
	color: #fff;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ rootGroup +++ */

.RadMenu_Portugal .rootGroup
{
	width: 195px;
	border: none;
	padding: 0;
	margin: 0;
}

.RadMenu_Portugal .rootGroup a
{
	display: block;
	width: 165px;
	border: none;
	/*padding: 0;*/
	
	/*margin: 0 15px 0 0;*/
	padding: 7px 15px 0 15px;
	margin-bottom: -1px;


	color: #666;
	line-height: 100%;
	display: block;
	overflow: visible;
	white-space: normal;

	/*background-color: #F3F9E8; */
	/*background-color: #000;*/
}

.RadMenu_Portugal .rootGroup .text
{
	display: block;
	padding-bottom: 6px;
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.RadMenu_Portugal .rootGroup .last .text 
{
	border: none;
}

/*.RadMenu_Portugal .rootGroup .first
{
	padding-top: 12px;
	background: transparent url(img/menuRootTop.png) top left no-repeat;
}

.RadMenu_Portugal .rootGroup .last
{
	padding-bottom: 12px;
	background: transparent url(img/menuRootBottom.png) bottom left no-repeat;
}*/



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ group +++ */

.RadMenu_Portugal .group
{
	display: block;
	width: 195px;
	border: none;
	padding: 12x 0 0 0;
	
	background: transparent url(img/menuTop.png) left top no-repeat;

	/*ie6*/
	_background: transparent url(img/menuTop.gif) left top no-repeat;
}

.RadMenu_Portugal .group a
{
	width: 185px;
	background: transparent url(img/menuBack.png) left top repeat-y;
	margin: 0 1px 0 0;
	padding: 5px 5px 0 5px;

	color: #fff;
	line-height: 100%;
	display: block;
	overflow: visible;
	white-space: normal;
	
	/*ie6*/
	_background: #111111;
}

.RadMenu_Portugal .group a:hover
{
	background: #006829;
}

.RadMenu_Portugal .group .text
{
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666B6D;
	color: #fff;
}

.RadMenu_Portugal .group .first
{
	/*background: transparent url(img/menuTop.png) left top no-repeat;*/
	padding-top: 4px;
	
	/*ie6*/
	/*_background: transparent url(img/menuTop.gif) left top no-repeat;*/
	background: transparent;
}

.RadMenu_Portugal .group .last
{
	background: transparent url(img/menuBottom.png) left bottom no-repeat;
	padding-bottom: 4px;

	
	/*ie6*/
	_background: transparent url(img/menuBottom.gif) left bottom no-repeat;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++ setas +++ */
/*
.RadMenu_Portugal .rootGroup .expandLeft
{
	background: transparent url("img/mais.png") right no-repeat;
	padding-right: 20px;

	
	_background: transparent url("img/maisRoot.gif") right no-repeat;
}

.RadMenu_Portugal .rootGroup .expanded .expandLeft, .RadMenu_Portugal .rootGroup .focused .expandLeft, .RadMenu_Portugal .group .expanded .expandLeft, .RadMenu_Portugal .group .focused .expandLeft

{
	background: transparent url("img/mais.png") right no-repeat;
	padding-right: 20px;

	
	_background: transparent url("img/maisHover.gif") right no-repeat;
}

.RadMenu_Portugal .group .expandLeft
{
	background: transparent url("img/mais.png") right no-repeat;
	padding-right: 20px;
	
	
	_background: transparent url("img/maisOut.gif") right no-repeat;
}
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
