@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------
	Template Name : HOTEL POSTA, VENTIMIGLIA
	Template Code : HP_V_1.0
	Version : 1.0   
	Author : Luca Bordonaro
	Author URI : http://www.sintesi.st       
	Last Date Modified : 25/08/2008
 ------------------------------------------------ */
 
/*----------------------  MENU  ------------------------------------------------------------*/
ul#menu {
	text-align: left;
	list-style-type: none;
	font-weight: normal;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
ul#menu li {
	display: block;
	line-height: 40px;
	float: left;
	background-image: url(../immagini/inc_menu.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
ul#menu li a {
	color: #403D2D;
	text-decoration: none;
	display: block;
	font-family: "Palatino Linotype", "Times New Roman", sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	height: 45px;
	text-transform: uppercase;
	float: left;
	width: 180px;
}
ul#menu li a:hover {
	color: #E5E1D5;

}
ul#menu li:last-child {
	background-image: none;
	background-repeat: no-repeat;
} 
/*----------------------  SERVIZI  ------------------------------------------------------------*/
ul#servizi {
	text-align: left;
	font-weight: normal;
}
ul#servizi li {
	line-height: 25px;
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4bfb2;
	color: #403D2D;
	padding-left: 5px;
}
ul#servizi li a {

}
ul#servizi li a:hover {

}

