div.navlist { 
width: 150px;
height:26px;
padding-right: 100px;
padding-bottom: 15px;
}
.navlist  A:link {

background-image:  url(normal.jpg);
background-repeat: no-repeat;
font-family: arial;
font-size:12px;
color: #cfeefa;
text-decoration: none;
width: 151px;
height: 26px;
padding-top: 5px;
line-height: 16px;
font-weight:bold;
padding-right: 100px;
padding-bottom: 15px;
}

.navlist  A:active {

background-image:  url(normal.jpg);
background-repeat: no-repeat;
font-family: arial;
font-size:12px;
color: #cfeefa;
text-decoration: none;
width: 151px;
height: 26px;
font-weight:bold;
padding-right: 100px;
padding-bottom: 15px;
padding-top: 5px;
line-height: 16px;
} 

.navlist a:visited {

background-image:  url(normal.jpg);
background-repeat: no-repeat;
font-family: arial;
font-size:12px;
color: #cfeefa;
text-decoration: none;
width: 151px;
height: 26px;
font-weight:bold;
padding-right: 100px;
padding-bottom: 15px;
padding-top: 5px;
line-height: 16px;
}

.navlist a:hover {
background-image:  url(hover.jpg);
background-repeat: no-repeat;
font-family: arial;
font-size:12px;
color: #cfeefa;
text-decoration: none;
width: 151px;
height: 26px;
font-weight:bold;
padding-right: 100px;
padding-bottom: 15px;
padding-top: 5px;
line-height: 16px;
}

.linklist a:link, a:active, a:hover, a:visited {

color:#004080
}

div.linklist {
width:300px; 
height:17px;
cursor: default; 
wordWrap: break-word; 
overflow: hidden; 
background-color:#FFFFFF; 
display:block; 
border: 1px solid #C0C0C0; 
margin: 0; 
padding: 0px;
}