#logo {
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
 background-image: url("../graphics/egsigns.png");
  background-repeat: no-repeat;
  width: 850px;
  height: 60px;
  position: relative;
 font-family: "Playfair", "Didot", Palatino, Times New Roman;
  font-size: 46px;
  color: white;
  text-align: left;
   text-indent: 80px;
   text-shadow: 1px 1px 10px black;
}

.youtube {
position:relative;
width: 50px;
height:50px;
margin-right:10px;
background-image: url("../graphics/youtubeUP.jpg");
background-image: no-repeat;
}

.youtube:hover {
background:url("../graphics/youtubeDOWN.jpg") no-repeat;
      }
.instagram {
position:relative;
width: 50px;
height:50px;
margin-right:10px;
background-image: url("../graphics/instagramUP.jpg");
background-image: no-repeat;
}
.instagram:hover {
background:url("../graphics/instagramDOWN.jpg") no-repeat;
      }

.email {
position:relative;
width: 50px;
height:50px;
margin-right:10px;
background-image: url("../graphics/twitterUP.jpg");
background-image: no-repeat;
}
.email:hover {
background:url("../graphics/twitterDOWN.jpg") no-repeat;
      }

.facebook {
position:relative;
width: 50px;
height:50px;
background-image: url("../graphics/facebookUP.jpg");
background-image: no-repeat;
}
.facebook:hover {
background:url("../graphics/facebookDOWN.jpg") no-repeat;
      }




/* The box that holds all the menu descriptors */


a .search:hover + #tabset #portfolioInfo {
display: visible;
}
/* This holds the menu popup */

#tabset {
top: -10px;
/*  padding: 0px;*/
  margin: 0px auto;
  text-align: left;
  width: 880px;
  position: relative;
  height: 22px;
  z-index: 900;
}


#tabset #portfolioInfo{
	background-color: white;
	opacity: 0.8;
	height: auto;
	width: 740px;
	font-family:  "Playfair", "Didot", Palatino;
	font-size: 20px;
	text-align: center;
	top: 25px;
	position: absolute;
	left: 20px;
	padding:40px;
	z-index: 9000;
	display: none;

}

#menu ul {
  margin: 0px;
  padding: 0px;
  background-color: white;
  border: 1px solid #364590;
  position: absolute;
  left: -9000px;
  z-index: 1000;
}

#menu li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  font-family:  Tahoma, Geneva, sans-serif;
}

#menu a {
  display: block;
  text-decoration: none;
  line-height: 20px;
  font-size: 14px;
  height: 22px;
  text-align: center;
}


#menu a:hover, #menu a:active, #menu a:focus {
  color: #364590;
  background-image: none;
}

#menu {
  color: #364590;
  font-weight: bold;
  background-color: white;
  background-image: none;
}
#menu {
  background-color: white;
  color: #ff9900;
}

#menu li {
  float: left;
  width: 112px;
  margin-left: 3px;
}

#menu ul li {
  float: none;
  margin-left: 0px;
}

#menu ul, #menu ul li {
  width: 112px;
}
/* Specific menu pages */

#menu .archive,
#menu .home,
#menu .book {
  background-color: white;
  background-image: url("../graphics/tabsetfade.jpg");
  color: #364590;
  border-top-right-radius: 10px;
}

#menu .search, #menu,
#menu .black, #menu,
#menu .book, #menu,
#menu .canals, #menu{

  background-color: white;
  background-image: url("../graphics/tabsetfade.jpg");
  color: #af2718;
}

/* the style to highlight which page you are on*/

#home #tabset #menu #home .home,
#blog #tabset #menu #home .home,
#book #tabset #menu .home,
#information #tabset #menu  .home,
#exhibition #tabset #menu  .home,
#drawingbook #tabset #menu  .home,
#process #tabset #menu .home
 {
  background-color: white;
  background-image: none;
  color: #364590;
  height: 22px;
/*margin-top: -15px;
   height: 38px;
line-height: 37px;*/

}


/* MENUS EXTRA INFO */

a.search strong,
a.book strong
{
color:#af2718
}

a.home span,
a.search span,
a.black span,
a.book span,
a.archive span {
	display: none;
	font-family:   "Playfair", "Didot", Palatino;
	font-weight:  normal;
	color:black;
	font-size: 30px;
	line-height: 40px;
}

a.home:hover span,
a.search:hover span,
a.book:hover span
{
display:block;
visibility: visible;
opacity: 0.9;
height:450px;
width:830px;
background-color:white;
position: absolute;
top:22px;
left:20px;
padding: 10px;
/*border-bottom-style: thin solid rgba(0,0,0,1);
box-shadow:  0px 10px 4px 0px rgba(0, 0, 0, 0.3);*/
	}
	