/******* nav-1.css *******/

/******* Horizontal Tab Menu *******/
#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 10px Verdana;
border-bottom: 1px solid gray;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-right: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
color: black;
background: #ffd700;
border-color: navy;
}

#tablist li a.current{
background: #ffd700;
}

/******* Borderize Links onMouseover *******/
#borderlinks a{
padding-left: 4px;
display: block;
width: 160px;
color: black;
font-size: 12px;
font-weight: normal;
text-decoration: none;
border: 0px solid white;
}

#borderlinks a:hover{
border: 1px solid black;
background-color: #ffd700;
}
#borderlinks1 a{
padding-left: 4px;
display: block;
width: 160px;
color: black;
font-size: 12px;
font-weight: normal;
text-decoration: none;
border: 0px solid white;
}

#borderlinks1 a:hover{
border: 1px solid black;
background-color: #ffd700;
}

