body {
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-size: 0.900em;
	background: #000;
	margin: 0px auto;
	color: #fff;
}

.menuBox {
	position: absolute;
	left: 180px;
	width: 770px;
	height: 55px;
	top: 0px;
	float:right;
	font-family:'Arial Narrow', Helvetica, sans-serif;font-weight:bold;
	color:black;
	text-align:right;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}
.menuBox a {text-decoration:none;color:white;}
.menuBox a:hover {color:black;}

.portfolioBox {
	position: absolute;
	width: 250px;
	height: 250px;
	top: 65px;
	left: 540px;
	float:left;
	text-align:right;
	line-height: 1.200em;
	color: black;
}
.portfolioBox a {text-decoration:none;color:black;font-weight: 800;}
.portfolioBox a:hover {text-none:underline;color:white;}

.aboutBox {
	position: absolute;
	width: 150px;
	height: 50px;
	top: 65px;
	left: 330px;
	float:left;
	text-align:right;
	line-height: 1.200em;
	border: 0px solid white;
	color: white;
	font-weight: bold;
}
.aboutBox a {text-decoration:none;color:black;font-weight: 800;}
.aboutBox a:hover {text-none:underline;color:white;}

.philosoophyBox {
	position: absolute;
	width: 150px;
	height: 90px;
	top: 65px;
	left: 490px;
	float:left;
	text-align:right;
	line-height: 1.200em;
	border: 0px solid white;
	color: white;
	font-weight: bold;
}
.philosoophyBox a {text-decoration:none;color:black;font-weight: 800;}
.philosoophyBox a:hover {text-none:underline;color:white;}

.michelsDesign {
	position: absolute;
	width: 350px;
	top: 370px;
	left: 60px;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A3A0DB;
	text-align: left;
}
.michelsDesignTop {
	position: absolute;
	top: 120px;
	left: 50px;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A3A0DB;
}
.michelsText {
	position: absolute;
	top: 600px;
	left: 420px;
	width:350px;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
}
.michelsText a {color: #A3A0DB;text-decoration: none;}
.michelsText a:hover {color: white;text-decoration: none;}
.sergio {
	line-height: 1.100em;
	position: absolute;
	top: 490px;
	left: 180px;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: left;
}
.fabrizio {
	line-height: 1.100em;
	position: absolute;
	top: 490px;
	left: 410px;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: left;
}
.eliana {
	line-height: 1.100em;
	position: absolute;
	top: 490px;
	left: 620px;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: left;
}
.violet {color: #A3A0DB;}
.orange {color: orange;}


a {
	color: orange;
}

.lang {
	position: absolute;
	top: 7px;
	left: 20px;
	text-align: left;
	border: 0px solid white;
	color: grey;
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: 800;
}
.lang a {
	text-decoration: none;
	color: white;
}
.lang a:hover {
	color: black;
}

#nav {
	position: absolute;
	top: 10px;
	left: 0px;
	margin: 0;
	padding: 0px;
	line-height: 100%;
}

#nav li {
	margin: 0 0px;
	padding: 0 0 0px;
	float: left;
	text-align: right;
	position: absolute;
	list-style: none;
	width: 153px;
	border: 0px solid red;
}

/* main level link */
#nav a {
	font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	display: block;
	padding:  8px 10px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	color: #fff;
}


/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	text-align: right;
	background: none;
	border: none;
	color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul a:hover {
	background: orange !important; /* for non-css3 browsers 
/*
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#04acec', endColorstr='#0186ba');  for IE 
	background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba)) !important;  for webkit browsers 
	background: -moz-linear-gradient(top,  #04acec,  #0186ba) !important;  for firefox 3.6+ 
*/
*/

	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

/* level 2 list */
#nav ul {
	background: #ddd; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cfcfcf)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #cfcfcf); /* for firefox 3.6+ */

	display: none;
	margin: 0;
	padding: 0;
	width: 153px;
	position: absolute;
	top: 25px;
	left: 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
	padding-left: 0px;
	padding-top: 0px;
}

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .9);
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
}

#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav {
	display: inline-block;
}

html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}
