@charset "utf-8";
/* CSS Document */

#nav-main{
    width: 900px; height: 37px;
    background: url(images/header_story.jpg) no-repeat;
    position: relative;
	margin: 0 auto 0 auto;
    padding: 0 !important;
	}
	
	*html #nav-main{
    width: 900px; height: 37px;
    background: url(images/header_story.jpg) no-repeat;
    position: relative;
	margin: 0 auto 0 0px;
    padding: 0 !important;
	}
		
  #nav-main li {
	list-style: none;
	position: absolute;
	top: 0px;
}
	
  #nav-main li, #nav-main a {
    height: 37px; 
	display: block;
	}
	
  #panel1b {
	left: 297px;
	width: 150px;
}
  #panel2b {
	left: 458px;
	width: 156px;
}
  #panel3b {
	left: 620px;
	width: 150px;
}
  #panel4b {
	left: 751px;
	width: 150px;
}
  
  
  #panel1b a:hover {
    background: transparent url(images/header_story.jpg)
    -297px  no-repeat;}
  #panel2b a:hover {
    background: transparent url(images/header_gallery.jpg)
    -458px  no-repeat;}
  #panel3b a:hover {
    background: transparent url(images/header_locations.jpg)
    -620px no-repeat;}
  #panel4b a:hover {
    background: transparent url(images/header_store.jpg)
    -751px  no-repeat;}
