﻿@charset "UTF-8";
/* CSS Document */

/* Set appearance of unordered lists, including drop-down menu background & borders */

#topnav ul {margin: 0; padding: 0; border-width: 0;}

#topnav ul > li:first-child {width: 170px;}

#topnav li {display: block; position: relative; float: left; list-style: none; margin: 0; padding: 0;  width: 166px; height: 38px; background-image: url('gfx/navbar/166px-button.jpg')}
  
#topnav li:hover {width: 166px; height: 38px; background-image: url('gfx/navbar/166px-button.jpg'); background-position: 0px; -38px;}

#topnav li:visited { width: 166px; height: 38px; background-image: url('gfx/navbar/166px-button.jpg'); background-position: 0px; -76px;}

/* Set appearance of <a> elements in <li> in drop-down <ul> menus. */
  
#topnav a { display: block; text-decoration: none; text-align: center; margin: 8px 0 0 0; font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: white; width: 100%; height: 38px;}