@charset "utf-8";
/* CSS Document */

#navigation {
padding-top: 6px;
background-color: #009933;
float: left;
width: 200px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
}
#navigation ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}
#navigation li {
margin: 0px;
text-indent: 20px;
}
#navigation a {
display: block;
height: 21px;
background-image: url(images/button-inactive.png);
background-repeat: no-repeat;
background-position: 0% 50%;
background-color: #009933;
padding: 4px 4px 4px 25px;
border-left: 1px solid #666666;
border-bottom: 1px solid #000000;
}
#navigation a:link, #navigation a:visited {
color: #000000;
text-decoration: none;
}
#navigation a:hover, #navigation a:active {
color: #ffffff;
background-image: url(images/button-hover.png);
background-repeat: no-repeat;
background-position: 0% 50%;
text-decoration: none;
}
#sellink a:link, #sellink a:visited, #sellink a:hover, #sellink
a:active {
color: #000000;
background-image: url(images/button-active.png);
background-repeat: no-repeat;
background-position: 0% 50%;
text-decoration: none;
}
<!--[if IE 5]>
<style>
#navholder a {
height: 1em;
float: left;
clear: both;
width: 100%;
}
</style>
<![endif]-->
<!--[if IE 6]>
<style>
#navholder a { height: 1em;}
#navigation li {
margin: 0px;
padding: -2px;
text-indent: 20px;
}
#navigation {
font-weight: bolder;
}
</style>
<![endif]-->
