/* Main Navbar */
	
#nav, #nav ul {
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	list-style: none;
        height: 300px;
        background color: black;
        text-align:center;
}

#nav li {
	float: none;
	list-style:none;
	margin-bottom:0px;
}

#nav li a{
	float: none;
	list-style:none;
}

#faq
{
  display: inline-block;
  width: 115px;
  height: 40px;
  background: url(img/nav/faq.jpg) no-repeat 0 0;
=
}

#faq:hover
{ 
  background: url(img/nav/faq_up.jpg) no-repeat 0 0;
}

#faq span
{
  display: none;
}

#store
{
  display: inline-block;
  width: 115px;
  height: 40px;
  background: url(img/nav/store.jpg) no-repeat 0 0;

}

#store:hover
{ 
  background: url(img/nav/store_up.jpg) no-repeat 0 0;
}

#store span
{
  display: none;
}

#about
{
  display: inline-block;
  width: 115px;
  height: 40px;
  background: url(img/nav/about.jpg) no-repeat 0 0;

}

#about:hover
{ 
  background: url(img/nav/about_up.jpg) no-repeat 0 0;
}

#about span
{
  display: none;
}

#contact
{
  display: inline-block;
  width: 115px;
  height: 40px;
  background: url(img/nav/contact.jpg) no-repeat 0 0;

}

#contact:hover
{ 
  background: url(img/nav/contact_up.jpg) no-repeat 0 0;
}

#contact span
{
  display: none;
}

#home
{
  display: inline-block;
  width: 115px;
  height: 40px;
  background: url(img/nav/home.jpg) no-repeat 0 0;

}

#home:hover
{ 
  background: url(img/nav/home_up.jpg) no-repeat 0 0;
}

#home span
{
  display: none;
}

#press
{
  display: inline-block;
  width: 115px;
  height: 40px;
  background: url(img/nav/press.jpg) no-repeat 0 0;
  
  
}

#press:hover
{ 
  background: url(img/nav/press_up.jpg) no-repeat 0 0;
}

#press span
{
  display: none;
}

#gallery
{
  display: inline-block;
  width: 115px;
  height: 40px;
  background: url(img/nav/gallery.jpg) no-repeat 0 0;
  
  
}

#gallery:hover
{ 
background: url(img/nav/gallery_up.jpg) no-repeat 0 0;
}

#gallery span
{
  display: none;
}