/*
Design by mealligrafica
http://www.mealligrafica.it
*/

/* fondo */

body {
	background-color: #52453F;
}

/* Menu */


#menu ul {
	margin: 0;
	padding: 0px 0 0 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 15px;
	padding: 1px 3px;
	text-decoration: none;
	text-transform: uppercase;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: bold;
	color: #0099FF;
}

#menu a:hover { 
	text-decoration: none; 
	background: #6633CC;
	color: #FFCC00;
}

#menu .current_page_item a {
	color: #0099FF;
}

