-#book-text #header {
- margin: 3.4em 0 0 1.4em;
-}
-
-#book-text img {
- border: none;
-}
-
-
-#book-text #menu {
- position: fixed;
- left: 0em;
- top: 0em;
- width: 100%;
- height: 1.5em;
- background: #333;
- color: #FFF;
- opacity: 0.9;
- z-index: 99;
-}
-
-#book-text #menu ul {
- list-style: none;
- padding: 0;
- margin: 0;
-}
-
-#book-text #menu li a {
- display: block;
- float: left;
- width: 7.5em;
- height: 1.5em;
- margin-left: 0.5em;
- text-align: center;
- color: #FFF;
-}
-
-#book-text #menu li a:hover, #menu li a:active {
- color: #000;
- background: #FFF url(/static/img/arrow-down.png) no-repeat center right;
-}
-
-#book-text #menu li a.selected {
- color: #000;
- background: #FFF url(/static/img/arrow-up.png) no-repeat center right;
-}
-#book-text #menu a.menu-link {
- display: block;
- float: left;
- height: 1.5em;
- margin-left: 0.5em;
- text-align: center;
- color: #FFF;
-}
-#book-text #menu span {
- color: #888;
- font-style: italic;
- font-size: .75em;
- margin-right: 0.5em;
-}
-
-