/* this makes IE6 not act retarded */
h1, h2, h3, h4, h5, h6, p, div {
         position: relative;
}
body { font-family: Times, sans-serif, serif, arial; background-color: #ffffff; font-size: 14px;}

A 	        {font-size:14px; text-decoration: none; font-weight: bold; font-color: #724C21;}

table {font-family: Times, sans-serif, serif, arial; font-size: 14px; text-decoration:none; }
:link      { color: #724C21; }
:visited   { color: #5B3715; }

A:hover	{text-decoration: underline;} 
.smalllinks {font-size:12px; text-decoration: none; font-weight: bold;}
.heading {font-size: 16px; text-decoration: none; font-weight: bold;}

ul {
list-style-type: none;
width: 100%; /* precision for Opera */
margin: 0;
padding: 0;
}

.menu li {
float: left;
}

.menu a {

list-style-type: none;
margin: 0 2px;
padding: 0;
width: 80px;
height: 20px;
display: block;
text-align: center;
border-left: 1px solid gray;
border-right: 1px solid gray;
border-top: 1px solid gray;
text-decoration: none;
color: #000;
background: #fff;
}

.menu a:hover {
background: #DAD0C0;
border-top: 1px solid gray; 
border-right: 1px solid gray;
border-left: 1px solid gray;
}

.menu a:active {
background: #CABAA1;
border-top: 1px solid gray; 
border-right: 1px solid gray;
border-left: 1px solid gray;
color: #fff;
}