  a:link    { color: #0000ff; }
  a:visited { color: #880088; }
  a:active  { color: #00ccff; }
  a:hover   { color: red; text-decoration: none }

.navbar a
{
width: 85px;
height: 15px;
display: block;

//padding: 4px; /* Netscape 4 needs this for some inexplicable reason */

padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
padding-right: 4px;

color: #ffffff;
text-decoration: none;

background-image: url("http://classifieds.chesapeakebaymarket.com//graphics/blue.gif");
background-color: #000080;

border-left-color: blue;
border-top-color: blue;
border-bottom-color: black;
border-right-color: black;

border-left-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-right-style: solid;

border-left-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
}

.navbar a:visited
{
color: #ffffff;
text-decoration: none;
}

.navbar a:active
{
color: #ffffff;
text-decoration: none;
}

.navbar a:hover
{
border-left-color: black;
border-top-color: black;
border-bottom-color: blue;
border-right-color: none;

padding-top: 5px;
padding-left: 5px;
padding-bottom: 3px;
padding-right: 3px;

display: run-in;

color: #ffffff;
text-decoration: none;
background-color: #0000ff;
background-image: url("http://classifieds.chesapeakebaymarket.com//graphics/blue_reverse.gif");
}
