/* CSS Document */

/* Top Navigation */
ul#navlist {
margin-left: 0;
padding-left: 0;
margin-top: 0;
white-space: nowrap;
}

#navlist li {
display: inline;
list-style-type: none;

}

#navlist a { 
float: left;
padding: 8px 10px 3px 10px;
width: 88px;
text-align: center;
height: 17px;
font-weight: normal;
}

#navlist a:link, #navlist a:visited{
color: #000;

text-decoration: none;

}

#navlist a:hover {
color: #7c919b;
background-color: #000;
text-decoration: none;
}
/* End Top Navigation */

/* Bottom Navigation */

ul#navbot {
margin-left: 0;
padding-left: 0;
margin-top: 0;
white-space: nowrap;
}

#navbot li {
display: inline;
list-style-type: none;

}

#navbot a { 
float: left;
padding: 8px 10px 3px 10px;
width: 223px;
text-align: center;
height: 17px;
margin-right: 2px;
font-weight: normal;
}

#navbot a:link, #navbot a:visited{
color: #7c919b;
background-color: #32312f;
text-decoration: none;
}

#navbot a:hover {
color: #32312f;
background-color: #e55d09;
text-decoration: none;
}

/* End Bottom Navigation */
