/*
	This is a MattBoller Web Design creation. */
	
/* 
	Menu one */
	
#menu1 {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 700px;
	height: 30px;
	background: url(../img/menu1-bg.gif) no-repeat;
	position: relative;
}
#menu1 span {
	display: none;
	position: absolute;
}
#menu1 a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu1 a:hover {
	background-position: left bottom;
}
#menu1 a:hover span{
	display: block;
}
#menu1  .about {
	width: 76px;
	height: 30px;
	background: url(../img/about.png) no-repeat;
	left: 200px;
	top: 0px;
}
#menu1  .about-here  {
	width: 76px;
	height: 30px;
	background: url(../img/about.png) no-repeat;
	background-position: left bottom;
	left: 200px;
	top: 0px;
}
#menu1  .portfolio {
	width: 100px;
	height: 30px;
	background: url(../img/portfolio.png) no-repeat;
	left: 300px;
	top: 0px;
}
#menu1  .contact {
	width: 94px;
	height: 30px;
	background: url(../img/contact.png) no-repeat;
	left: 420px;
	top: 0px;
}

/* 
	Menu two */
.menu2 {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 700px;
	height: 30px;
	background: url(../img/menu2-bg.gif) no-repeat;
	position: relative;
	z-index: 10;
}
.menu2  span {
	display: none;
	position: absolute;
}
.menu2  a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
.menu2  a:hover {
	background-position: left bottom;
}
.menu2  a:hover  span{
	display: block;
}
.menu2   .about {
	width: 76px;
	height: 30px;
	background: url(../img/about.png) no-repeat;
	left: 200px;
	top: 0px;
}
.menu2   .portfolio {
	width: 100px;
	height: 30px;
	background: url(../img/portfolio.png) no-repeat;
	left: 300px;
	top: 0px;
}
.menu2   .portfolio-here {
	width: 100px;
	height: 30px;
	background: url(../img/portfolio.png) no-repeat;
	background-position: left bottom;
	left: 300px;
	top: 0px;
}
.menu2   .contact {
	width: 94px;
	height: 30px;
	background: url(../img/contact.png) no-repeat;
	left: 420px;
	top: 0px;
}
.menu2   .contact-here {
	width: 94px;
	height: 30px;
	background: url(../img/contact.png) no-repeat;
	background-position: left bottom;
	left: 420px;
	top: 0px;
}
