@charset "utf-8";
/* CSS Document for Baia Domizia Blues */


*{outline: none;}
img {border: 0;}
.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}

ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
	width: 100%;
	line-height: 17px;
}

ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(../images/nav_home.png) no-repeat;
	width: 78px; 
}

ul#topnav a.programma {
	background: url(../images/programma.png) no-repeat;
	width: 134px; 
}

ul#topnav a.informazioni {
	background: url(../images/informazioni.png) no-repeat;
	width: 75px; 
}

ul#topnav a.storia {
	background: url(../images/storia.png) no-repeat;
	width: 121px; 
}

ul#topnav a.shop {
	background: url(../images/shop.png) no-repeat;
	width: 75px; 
}

ul#topnav a.vedere_fare {
	background: url(../images/territorio.png) no-repeat;
	width: 113px; 
}

ul#topnav a.multimedia {
	background: url(../images/multimedia.png) no-repeat;
	width: 116px; 
}

ul#topnav a.stampa {
	background: url(../images/stampa.png) no-repeat;
	width: 134px; 
}

ul#topnav a.contatti {
	background: url(../images/contatti.png) no-repeat;
	width: 120px; 
}


ul#topnav li .sub {
	position: absolute;	
	top: 44px; left: 0;
	background-color: #1d282c;
	border-top: 1px solid #555;
	background: #1d282c url(../images/bkg_menu.gif);
	background-position: top;
	padding: 0px 30px 10px;
	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: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 140px;
	float: left;
}

ul#topnav li .sub ul info{
	width: 100px;
}


ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}

ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}

ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}

ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}

ul#topnav .sub ul li a:hover {color: #00a7fd; background-position: 5px 12px ;}
