@charset "utf-8";
/* CSS Document */

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 156px;
	height:22px;
}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
	height:23px;
	cursor:pointer;
}

ul#navlist li a
{
	display: block;
	width: 156px;
	height:23px;
	border-width: 0px;
	border-style: solid;
	color: #000035;
	text-decoration: none;
	cursor:pointer;
	font-weight:bold;
}

ul#navlist li#active a
{
	background-image:url(images/adsearch_new.png);
	background-repeat:no-repeat;
	color: #000035;
	height:23px;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	cursor:pointer; 

}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #000035;
	background: transparent;
	background-image:url(images/adsearch_new.png);
	background-repeat:no-repeat;
	height:23px;
	cursor:pointer;

}
.bottone_search {

	background-image:url(images/normalsearch2.png); 
	text-align:center; 
	width: 65px; 
	height:23px;

}
.testo_button{

	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000035;
	padding-bottom:2px;
	width:80px;
	height:23px;
	vertical-align:middle;
	text-align:center;

}
.testo_button_advaced{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000035;
	padding-top:2px;
	vertical-align:middle;
	text-align:center;
}