/* CSS Document */

<style type="text/css">

*{outline: none;}
img {border: 0;}
.contHead {
	padding: 0;
	margin: 0 auto;
	clear: both;
	background-image: url(http://www.vectorial.it/img/bg-head.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header {
	height: 179px;
}
ul#topnav {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	z-index: 100;
}
ul#topnav li {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	visibility: visible;
	z-index: 100;
}
ul#topnav li a {
	text-indent: -9999px;
	height: 44px;
	float: left;
	margin: 0px;
	padding-top: 0px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(http://www.vectorial.it/img/nav_home.png) no-repeat;
	width: 103px;
}
ul#topnav a.realizzazione-siti-web {
	background: url(http://www.vectorial.it/img/nav_products.png) no-repeat;
	width: 200px;
}
ul#topnav a.web-marketing {
	background: url(http://www.vectorial.it/img/nav_sale.png) no-repeat;
	width: 173px;
}
ul#topnav a.grafica-pubblicitaria {
	background: url(http://www.vectorial.it/img/nav_community.png) no-repeat;
	width: 229px;
}
ul#topnav a.store {
	background: url(http://www.vectorial.it/img/nav_store.png) no-repeat;
	width: 125px;
}


ul#topnav li .sub {
	position: absolute;
	top: 44px;
	left: 2px;
	padding: 20px;
	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;
	width: 400px;
	z-index: 1000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FE4901;
	border-bottom-color: #FE4901;
	border-left-color: #FE4901;
	background-color: #FFFFFF;
	background-image: url(img/sub_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
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: 300px;
	float: left;
	z-index: 1000;
}
ul#topnav .sub ul li {
	width: 300px;
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 14px;
	z-index: 1000;
}
ul#topnav .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: "Trebuchet MS";
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #CC0000;
	font-family: "Trebuchet MS";
	font-size: 16px;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(http://www.vectorial.it/img/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #000000;
	font-family: "Trebuchet MS";
}
ul#topnav .sub ul li a:hover {
	color: #FF3300;
	background-position: 5px 12px;
	text-decoration: underline;
}
</style>
