/* PATRIMONIA NAVIGATION */

#nav {width:180px;float:left;}
#nav span {text-align:center;display: block;background:url('nav_top.png') top no-repeat;height:43px; color : #CC0066;}

#nav a {
	color:#333;
	height:29px;
	line-height:28px;
	text-indent:30px;
	display:block;
	background: url('menu.png') repeat-x top left;
	
}

#nav a:hover {background: url('nav_arrow.png') no-repeat left #FF7C9D;color:#fff;text-decoration:none; font-weight:bold;background-position: 12px 11px;}

#nav a.activ {background: #FF3366;color:#fff;font: bold 16px/28px 'Trebuchet MS';text-indent:20px;}

#nav span a {color : #CC0066;background:none;text-indent:0;font:18px/43px 'Trebuchet MS';}
#nav span a:hover {background:none;color : #CC0066;font-weight:normal;text-decoration:underline;}

#nav a.normal {
	color:#333;
	display:block;
	background:white;
	
}
#nav a.normal:hover {background: white;}