/**** STILI GENERALI *****/


body         { font-size: 11px; font-family: Verdana; background-color: #EAEDEC; color: 
               #66686A }
table, tr, th, td, select, input { font-family: Verdana; font-size: 11px; color: #66686A }
a            { text-decoration: underline; color: #66686A; font-family: Verdana; font-size: 
               11px }
a:hover      { text-decoration: underline; color: #000000; font-family: Verdana; font-size: 
               11px }
.info        { color: #66686A; font-size: 10px; font-family: Verdana; font-weight: bold }
a.info       { color: #66686A; text-decoration: underline; font-size: 10px; font-family: 
               Verdana; font-weight: bold }
a.info:hover { color: #940818; text-decoration: underline; font-family: Verdana; font-size: 
               10px; font-weight: bold }

	
}
/**** MENU *****/
.menu        { color: #66686A; font-size: 10px; font-family: Verdana; font-weight: bold }
a.menu       { color: #66686A; font-size: 10px; font-family: Verdana; font-weight: bold }
a.menu:hover { color: #940818; text-decoration: underline; font-family: Verdana; font-size: 
               10px; font-weight: bold }
/**** FOOTER ****/

.footer      { color: #66686A; text-decoration: none; font-size: 10px; font-family: Verdana }
a.footer     { color: #66686A; font-family: Verdana; font-size: 10px; text-decoration: 
               underline }
               
a.footer:hover { color: #000000; text-decoration: underline; font-family: Verdana; font-size: 10px }
#nascundu {
    display: none;
}

ul#nav {
	list-style-type: none;
	margin: 0 0 30px 4px;
	padding: 15px 0 0;
	width: 216px;
	background: url(../images/menu-border-top.gif) no-repeat left top;
	text-transform: uppercase;
}

ul#nav li {
	border-bottom: 1px solid #d5dddc;
}

ul#nav li a {
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
}

ul#nav li a:link, ul#nav li a:visited {
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li a:active {
	text-decoration: none;
	color: #940818;
	background-color: #d5dddc;
}
