/* Colors: ---------------- * #026285 - Darkest Blue * #0094B0 - Light Blue * #009B7B - Green Blue * #00AF51 - Green * #6CAA00 - Green Yellow * #E2DA5A - Yellow * -----------------------*/ /* Top Navigation Bar for all pages -----------------------------------------------*/ #logo { width: 100%; height: 75px; background: #0094B0 url(/images/header/header.gif) no-repeat top left; } ul#nav { float: right; margin: 0; padding: 0; list-style: none; width: 400px; height: 75px; background-color: #fff; } #nav li { float: left; width: 80px; height: 75px; margin: 0; padding: 0; overflow: hidden; display: inline; /* Fixes IE/Win double margin bug */ } li#home, li#acct, li#ip, li#search, li#contact { width: 75px; height: 75px; margin-left: 5px; } li#home { background: url(/images/nav/home.gif) no-repeat bottom left; } li#acct { background: url(/images/nav/myAcct.gif) no-repeat bottom left; } li#ip{ background: url(/images/nav/ip.gif) no-repeat bottom left; } li#search { background: url(/images/nav/search.gif) no-repeat bottom left; } li#contact{ background: url(/images/nav/contact.gif) no-repeat bottom left; } li#home a:link, li#home a:visited, li#acct a:link, li#acct a:visited, li#ip a:link, li#ip a:visited, li#search a:link, li#search a:visited, li#contact a:link, li#contact a:visited { display: block; width: 100%; height: 100%; text-decoration: none; } li#home a:link, li#home a:visited { background: url(/images/nav/home.gif) no-repeat top left; } li#acct a:link, li#acct a:visited { background: url(/images/nav/myAcct.gif) no-repeat top left; } li#ip a:link, li#ip a:visited { background: url(/images/nav/ip.gif) no-repeat top left; } li#search a:link, li#search a:visited { background: url(/images/nav/search.gif) no-repeat top left; } li#contact a:link, li#contact a:visited { background: url(/images/nav/contact.gif) no-repeat top left; } li#home a:hover, li#acct a:hover, li#ip a:hover, li#search a:hover, li#contact a:hover { background: none; } a span.hide { margin-left: -5000em; visibility: hidden; }