/* CSS Document */
.header{
	background:url(images/inside-header.jpg) no-repeat;
	height:256px;
}

.menu {
width : 786px;
margin : 0 auto;
padding : 0;
list-style : none;
}
.menu li {
padding : 0;
margin : 0 0 0 0;
height : 69px;
width : 128px;
list-style : none;
background-repeat : no-repeat;
}
.menu li a, .menu li a:visited {
display : block;
text-decoration : none;
height : 69px;
background-repeat : no-repeat;
}
.home a{
background-image:url(images/home-inside.gif);
width : 101px;
}
.home a:hover{
background-image:url(images/home-active.png);
}
.blog a{
background-image:url(images/blog-inside.gif);
width : 101px;
}
.blog a:hover,.blog-active a{
	background-image:url(images/blog-active.png);
}
.bio a{
background-image:url(images/bio-inside.gif);
width : 101px;
}
.bio a:hover,.bio-active a{
background-image:url(images/bio-active.png);
}
.press a{
background-image:url(images/press.gif);
width : 101px;
}
.press a:hover,.press-active a {
background-image:url(images/press-blog.png);
}
.book a{
background-image : url(images/books-inside.gif);
width : 101px;
}
.book a:hover,.book-active a {
background-image : url(images/books-active.png);
}
.events a{
background-image : url(images/events-inside.gif);
width : 101px;
}
.events a:hover,.events-active a{
background-image:url(images/events-active.png);
}
/*ul.menu1 li a:hover {
background : none;
}*/
.menu li {
float : left;
}
.menu:after {
content : ".";
display : block;
height : 0;
clear : both;
visibility : hidden;
}

