/*
** Your Logo Our Book Style Sheet
** ==============================
**
** September 2007
*/

#header-left {width:160px; height:80px; float:left;}
#header-right {width:590px; height:80px; float:right;}
#logo {margin:0 0 0 15px;}
#header-title {margin:3px 0 0 20px;}
h1.header-title {padding:4px 0 4px 10px; text-align:left; font-size:1.0em; line-height:1.2em; margin:0; font-weight:normal;}

/*
** Navigation menu rollover buttons.
** menuXa = normal
** menuXb = current page
*/
#menu1a a       {background:url('../images/nav-btn1.gif') no-repeat 0 0; float:left; display:block; width:73px; height:36px;}
#menu1a a:hover {background-position: -73px 0;}
#menu1b a       {background:url('../images/nav-btn1.gif') no-repeat 0 0; float:left; display:block; width:73px; height:36px; 
		         background-position: -73px 0;}
#menu1b a:hover {background-position: -73px 0;}

#menu2a a       {background:url('../images/nav-btn2.gif') no-repeat 0 0; float:left; display:block; width:77px; height:36px;}
#menu2a a:hover {background-position: -77px 0;}
#menu2b a       {background:url('../images/nav-btn2.gif') no-repeat 0 0; float:left; display:block; width:77px; height:36px;
                 background-position: -77px 0;}
#menu2b a:hover {background-position: -77px 0;}

#menu3a a       {background:url('../images/nav-btn3.gif') no-repeat 0 0; float:left; display:block; width:72px; height:36px;}
#menu3a a:hover {background-position: -72px 0;}
#menu3b a       {background:url('../images/nav-btn3.gif') no-repeat 0 0; float:left; display:block; width:72px; height:36px;
                 background-position: -72px 0;}
#menu3b a:hover {background-position: -72px 0;}

#menu4a a       {background:url('../images/nav-btn4.gif') no-repeat 0 0; float:left; display:block; width:88px; height:36px;}
#menu4a a:hover {background-position: -88px 0;}
#menu4b a       {background:url('../images/nav-btn4.gif') no-repeat 0 0; float:left; display:block; width:88px; height:36px;
                 background-position: -88px 0;}
#menu4b a:hover {background-position: -88px 0;}

#menu5a a       {background:url('../images/nav-btn5.gif') no-repeat 0 0; float:left; display:block; width:78px; height:36px;}
#menu5a a:hover {background-position: -78px 0;}
#menu5b a       {background:url('../images/nav-btn5.gif') no-repeat 0 0; float:left; display:block; width:78px; height:36px;
                 background-position: -78px 0;}
#menu5b a:hover {background-position: -78px 0;}

#menu6a a       {background:url('../images/nav-btn6.gif') no-repeat 0 0; float:left; display:block; width:86px; height:36px;}
#menu6a a:hover {background-position: -86px 0;}
#menu6b a       {background:url('../images/nav-btn6.gif') no-repeat 0 0; float:left; display:block; width:86px; height:36px;
                 background-position: -86px 0;}
#menu6b a:hover {background-position: -86px 0;}

#menu7a a       {background:url('../images/nav-btn7.gif') no-repeat 0 0; float:left; display:block; width:100px; height:36px;}
#menu7a a:hover {background-position: -100px 0;}
#menu7b a       {background:url('../images/nav-btn7.gif') no-repeat 0 0; float:left; display:block; width:100px; height:36px;
                 background-position: -100px 0;}
#menu7b a:hover {background-position: -100px 0;}


