/*---------------------------------------------------------------------------------------------------
Foglio di stile Edil bloque - Layout
version:   1.0
author:    ITS Planet
email:     mirko@itsplanet.com
website:   http://www.itsplanet.com
---------------------------------------------------------------------------------------------------*/




/* =MENU NAVIGAZIONE ------------------------------------------------------------------------- */

/*menu*/
#menu{ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#3F4D4E;}

ul#menu{
	padding:0px 10px;
	padding-top:84px;
}
ul#menu li{
	float:right;
}

ul#menu a{
	float:left;
	line-height:36px;
	padding:0px 5px;
	text-decoration:none;
	white-space:nowrap;
	text-transform:uppercase;
	width:89px;
	text-align:center;
	font-weight:bold;
}
/*COLORI*/
ul#menu{

}

ul#menu a:link,  ul#menu a:visited {
	background: transparent url(../img/comuni/bg_bt.png) 5px 6px no-repeat;
	color:#495758;
}

ul#menu a:hover,  ul#menu a:focus, ul#menu a:active{
	color:#495758;
}

ul#menu #corrente a:link,
ul#menu #corrente a:visited,
ul#menu #corrente a:hover,
ul#menu #corrente a:focus,
ul#menu #corrente a:active{
	color:#f60;
}
/*ul#menu li{ 
height:30px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;
	padding:0px 10px;
	text-transform:uppercase;
	color:#fff;
	background: transparent url(../img/menu_separatore.png) 0 0 no-repeat ;
}
*/
ul#menu a:hover{ 
	color:#f60;
}

ul#menu a#current{ color:#f60;}
/*---------------------------------------------------------------------------------------------*/
