/* Created: 2000-11-12 Issued 2001-01-11 Modified: 2010-04-05 Copyright (c) 2001-2009 by Philip Shaw, phil@codestyle.org This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. */ /* Increase depth of top bar for menus */ #TopBar { padding-top: 2.5em; } #MenuBar, #LinkBar { float: none; width: 95.9%; position: absolute; left: 2.7%; border: none; } /* z-index necessary to make links visible in Netscape 6 */ #MenuBar { top: 1.5em; z-index: 4; } #LinkBar { top: 0.1em; z-index: 3; } /* Main menu and link styles identical. */ #Menu1, #Menu2, #Menu3, #Menu4, #Menu5, #Link1, #Link2, #Link3, #Link4, #Link5 { float: left; width: 17.9%; border-style: solid; border-color: #fefefe #dfdfdf #666 #ccc; margin: 0.6% 0.2%; padding-left: 1%; color: #039; background: #f9f9f9; font-family: "Bitstream Charter", "URW Palladio L", Palatino, "Palatino Linotype", "Hoefler Text", Georgia, "Book Antiqua", Times, "Times New Roman", serif; font-weight: normal; font-size: 1.1em; } /* Differences in menu and link styles. */ #Menu1, #Menu2, #Menu3, #Menu4, #Menu5 { border-width: 0px 2px 1px 2px; visibility: hidden; } #Link1, #Link2, #Link3, #Link4, #Link5 { border-width: 2px 2px 1px 2px; visibility: visible; height: 1.3em; } /* Must override float on the menu divs. */ #Menu1 ul, #Menu2 ul, #Menu3 ul, #Menu4 ul, #Menu5 ul { float: none; margin: 0em 0em 0em 1em; padding: 0.2em 0em 0.5em 0em; font-family: "Bitstream Charter", "URW Palladio L", Palatino, "Palatino Linotype", "Hoefler Text", Georgia, "Book Antiqua", Times, "Times New Roman", serif; } /* Make the whole width of the links active -- height necessary for IE 5.5 */ #LinkBar a, #MenuBar a { display: block; height: 1.3em; } #Menu1 a:visited, #Menu2 a:visited, #Menu3 a:visited, #Menu4 a:visited, #Menu5 a:visited, #Link1 a:visited, #Link2 a:visited, #Link3 a:visited, #Link4 a:visited, #Link5 a:visited { color: #039; background: #f9f9f9; } #Menu1 a:link, #Menu2 a:link, #Menu3 a:link, #Menu4 a:link, #Menu5 a:link, #Link1 a:link, #Link2 a:link, #Link3 a:link, #Link4 a:link, #Link5 a:link { color: #039; background: #f9f9f9; } #Menu1 a:hover, #Menu2 a:hover, #Menu3 a:hover, #Menu4 a:hover, #Menu5 a:hover, #Link1 a:hover, #Link2 a:hover, #Link3 a:hover, #Link4 a:hover, #Link5 a:hover { color: #C00; background: #f9f9f9; }