@charset "utf-8";
/* CSS Document */
.msi { position: relative; z-index: 1; }
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	margin-left:55px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 24px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
background-image:url(../img/bott_home.jpg); background-repeat:no-repeat;
	width: 114px;
	height:50px; 
}
ul#topnav a.standard {
background-image:url(../img/bott_standard.jpg); background-repeat:no-repeat;
	width: 112px;
	height:50px; 
}
ul#topnav a.club {
background-image:url(../img/bott_ilclub.jpg); background-repeat:no-repeat;
	width: 112px;
	height:50px;
}

ul#topnav a.gare {
background-image:url(../img/bott_gare.jpg); background-repeat:no-repeat;
	width: 112px;
	height:50px; 
}

ul#topnav a.allevamenti {
background-image:url(../img/bott_allevamenti.jpg); background-repeat:no-repeat;
	width: 112px;
	height:50px; 
}

ul#topnav a.campioni {
background-image:url(../img/bott_gallery.jpg); background-repeat:no-repeat;
	width: 112px;
	height:50px; 
}
ul#topnav a.gallery {
background-image:url(../img/bott_campioni.jpg); background-repeat:no-repeat;
	width: 112px;
	height:50px; 
}
ul#topnav a.contatti {
background-image:url(../img/bott_contatti.jpg); background-repeat:no-repeat;
	width: 114px;
	height:50px; 
}

ul#topnav li .sub {
font-size:10px;
	position: absolute;	
	top: 44px; left: 0;
	background: #b7712d;
	padding: 5px 5px 5px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 5px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 220px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size:10px;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	background:url(../img/freccetta.jpg) no-repeat 5px 12px;
	color: #e8e000;
	border-bottom:1px dotted #5B473B;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background:url(../img/freccetta.jpg) no-repeat 5px 12px;
	border-bottom:1px dotted #5B473B;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size:12px;
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;}
.sottoti{
color:#666666;
text-indent:125px;}

