/* MENU PRINCIPALE */

.RadMenu_Eg
{
	padding:0px 0px 0px 0px;
	background: #d5d9de url(/img/comuni/Menu/MenuBackground.gif);
	line-height: 23px;
	width:100%;
}

.RadMenu_Eg a.rmLink
{
	text-decoration:none;
	color: #bec8d4;
	font: 11px Tahoma, Arial, Helvetica;
	text-align: center;
	width: 117px;
	border-right: 1px solid #003263;
	border-left: 1px solid #4f7bae;
	padding:0px 0px 0px 0px;
}

.RadMenu_Eg .rmLink:hover
{
	color: #ffffff;
	background: #fefefe url(/img/comuni/Menu/MainItemBackground.gif);
	cursor:pointer;

}
.RadMenu_Eg .rmText
{
	padding:8px 5px 8px 5px !important;
	float: none !important;
}
/* MENU PRINCIPALE */

/* GRUPPO DEL SOTTOMENU */
.RadMenu_Eg .rmGroup
{
	border: solid #d2d8de;
	border:1px solid #cccccc;
	background: #eef0f3;
}

.RadMenu_Eg .rmGroup .rmLink
{
	border-style: solid;
	border-width: 1px 0;
	border-top-color: #f6f7f9;
	border-bottom-color: #dde1e4;
	width: 160px;
	text-align: left;
	color: #3e4650;
	min-width: 113px;
	font-weight: normal;
	display: block;
	float: left;
	clear: both;
	padding:5px 0px 5px 0px;
	
}

.RadMenu_Eg .rmGroup .rmText
{
	padding:5px 0px 5px 0px !important;
}

.RadMenu_Eg .rmGroup .rmLink:hover
{	background: url(/img/comuni/Menu/MenuItemBackground.gif) top center repeat-x;
	color: #00529c;

}
/* GRUPPO DEL SOTTOMENU */