@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------------------------------- */
/*  Main Nav                                                                                                                            */
/* --------------------------------------------------------------------------------------------------------- */

#nav-container {
	background: url(../img/bg-nav.jpg);
	background-repeat:no-repeat;
	padding: 0;
  	margin: 0;
	position: relative;
	height:81px;
}
#nav {  
	list-style: none;
  	padding: 0;
  	margin: 0;
	position: relative;
	height:81px;
}

#nav li  { float: left; }

#nav a {
	display: block;
	position: absolute;
	outline: none;
}

#nav a:hover, .nav-selected {
  background-position: left bottom !important;
}

#logo {
	position:absolute;
	width: 229px;
	height: 143px;
	left: 23px;
	top: 17px;
}

#nav .nav-home {
	width: 50px;
	height: 13px;
	left: 290px;
	top: 45px;
}

#nav .nav-intro {
	width: 48px;
	height: 13px;
	left: 380px;
	top: 45px;
}

#nav .nav-books {
	width: 54px;
	height: 13px;
	left: 470px;
	top: 45px;
}

#nav .nav-mural {
	width: 59px;
	height: 13px;
	left: 570px;
	top: 45px;
}

#nav .nav-profiles {
	width: 66px;
	height: 13px;
	left: 670px;
	top: 45px;
}

#nav .nav-products {
	width: 82px;
	height: 13px;
	left: 770px;
	top: 45px;
}
