/* Navigation Style Sheet for the W3C Markup Validation Service. Copyright 2000-2004 W3C (MIT, INRIA, Keio). All Rights Reserved. See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright $Id: navbar.css,v 1.12 2005-01-07 05:44:54 ot Exp $ */ #menu { background-color: #053188; background-image:url(images/bg2.gif); margin: 0; padding: 0; margin-left: 42px; padding-top:8px; padding-bottom: 8px; line-height: 140%; vertical-align: bottom; font-size: 0.9em; list-style-type: none; border-left: 1px solid #053188; border-right: 1px solid #053188; } #menu li { display: inline; } #menu li a { height: 20px; padding-right: 20px; padding-left: 25px; color: white; } /* Jump Bar - results page*/ .jumpbar { background-color: white; float: right; width: 8em; margin-right: -15px; text-align: left; text-decoration: none; padding: 1ex; border-left: 1px solid black; border-bottom: 1px solid black; margin-top: -15px; font-size: 0.9em; font-weight: bold; } .jumpbar ul { padding: 0; margin: 0; } .jumpbar li { list-style-type: none; text-align: right; } div.jumpbar li a { height: 20px; padding-right: 20px; padding-left: 25px; } div.jumpbar li a:hover { text-decoration: underline; } .jumpbar li a:link, .jumpbar li a:visited { text-decoration: none; text-align: right; display: block; width: 8em; padding: 2px 0px; margin: 0; border-top: dotted 1px #053188; } .jumpbar li a#selected:link, .jumpbar li a#selected:visited { text-decoration: underline; background-color: #fff; color: #053188; border-right: solid 1px #ddd; border-bottom: solid 1px #fff; }