a.hdrnav:link {
color: #000099;
background: inherit;
text-decoration : none; 
padding : 0;
margin : 0;
}
a.hdrnav:visited {
color: #000099;
background : inherit; 
text-decoration : none; 
}
a.hdrnav:hover {
color: #000;
background : #fff; 
text-decoration : underline; 
}
a.hdrnav:active {
color: #999;
background : inherit; 
text-decoration : none; 
}

a.top-nav-inner:link {
color: #000000; 
background: inherit;
font-weight: bold;
text-decoration: none;
}
a.top-nav-inner:visited {
color: #000000; 
background: inherit;
font-weight: bold;
text-decoration: none;
}
a.top-nav-inner:hover {
background: #fff; 
color: #555555;
font-weight: bold;
text-decoration: underline;
}
a.top-nav-inner:active {
color: #000000; 
background: inherit;
font-weight: bold;
text-decoration: underline;
}

li.navlist {
margin-left: -30px;
padding-left: 15px;
list-style: none;
background-image: url(../assets/yellow.bullet.gif);
background-repeat: no-repeat;
background-position: 0 .25em;
}
li.navlist2 {
margin-left: 0;
padding-left: 40px;
list-style: none;
background-image: url(../assets/yellow.bullet.gif);
background-repeat: no-repeat;
background-position: 2em .25em;
}

