/********************************************
self made by Loretta Bontempi *******************
*15/08/2008 ****************
*http://www.lorettabweb.altervista.org ***************
*For problem or congratulation's, contact me *
*email to : loretta.b.web@hotmail.it *********
*Thank you @_@****************************
*********************************************/

/* stile pulsanti menù orrizontali*/
#menu1{
	background-color: transparent;
	font: normal 500 10px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	height: 18px; 
	float: left;
	text-align: left;
	
}

input{
	width: auto;
	font: normal 500 10px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* pulsante rollover del menu1 in sub_header */
#tab{
	padding: 0;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-left: 1px solid #AEAEAE;
	font-weight: normal;
}
#tab ul{   
 	list-style:none;   
 	margin:0;   
 	padding:0;
}
#tab ul li{   
 	display: inline;   
 	margin:0;   
 	text-transform: capitalize;
}
#tab ul li a{
	padding-top: 4px;
	color: #000000;
	background: transparent url(images/barraMenuOff.jpg) center repeat;
	width: 49px;
	line-height: 16px;
	height: 20px;
	text-align: center;
	float: left;
	text-decoration: none;
	border-top: 1px solid White;
	border-right: 1px solid White;
	border-left: 1px solid #99CBFF;
	border-bottom: 1px solid #0067D5;
	margin: 0;
	text-transform: capitalize;
}

#tab ul li a:hover, #tab ul li a:focus, #tab ul li a:active {
	background: transparent url(images/barraMenuOn.jpg) center repeat;
	color: #0051A8;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}


/* ------ Fine DOCUMENTO CSS -------*/