@charset "utf-8";
/* CSS Document */
/* these styles control the navigation bar */
ul#navlist {
margin: 0 3px;
padding: 0;
list-style-type: none;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
letter-spacing:1px;
font-size:0.6em;
border-top: 1px solid #ffff00;
width:116px;
}
ul#navlist li{
border-bottom: 1px solid #ffff00;
}
#navlist a, #navlist a:visited {
display: block;
padding: 2px;
border-color: #000 #000 #000 #000;
background-color: #003399;
color: #ffff00;
text-decoration: none;
position: relative;
width: 100%;
}
#navlist a:hover {
background-color: #003399;  //
color: #ffffff;
text-decoration:none;
}
/* subnav */
ul#navlist ul{
margin: 0 2px;
padding: 0;
list-style-type: none;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
letter-spacing:1px;
font-size:0.9em;
}
ul#navlist li ul li{
border-top: 1px dotted #ffffff;
border-bottom: 0px dotted #ffffff;
}
ul#navlist li ul li a, ul#navlist li ul li a:visited {
display: block;
padding: 2px;
border-color: #000 #000 #000 #000;
background-color: #003399;
color: #ffffff;
text-decoration: none;
position: relative;
width: 100%;
}
ul#navlist li ul li a:hover {
background-color: #003399;
color: #ffff00;
text-decoration:none;
}
/* the styles below could be adapted to highlight "ON" menu items */
#navlist .navon {
background-color: #003399;
background-position: -5px -2px;
color: #999999 !important;
text-decoration:none !important;
font-weight: bold;
cursor: default;
}
#navlist .navon:hover {
background-color: #003399;
background-position: -5px -2px;
color: #00ce65 !important;
text-decoration:none !important;
font-weight: bold;
cursor: default;
}
