@import url("home.css");
/* navs.css */

#top_nav {
width: 750px;
height: 25px;
background-color: #CCCCCC;
font-family: "Verdana", sans-serif;
font-size: 11px;
color: #666666;
border-bottom: 1px solid #999999;
padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}

.separator {
color: #0000FF;
}

#btm_nav {
width: 750px;
height: 25px;
background-color: #CCCCCC;
font-family: "Verdana", sans-serif;
font-size: 11px;
color: #666666;
border-top: 1px solid #999999;
padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}