ul#navlist {
        margin: 0;
        padding-top:4px;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
        float: left;
        font-family: verdana, arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 2px 0;
        background-color: #003399;
        border-top: 1px solid #e0ede9;
        border-bottom: 1px solid #e0ede9;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 5px 9px 4px 9px;
        color: #95bbae;
        border-right: 1px dashed #d1e3db;
        text-decoration: none;
}

ul#navlist li#active {
        color: #95bbae;
        background-color: #003366;
}

#navlist a:hover {
        color: #74a893;
        background-color: #003366;
}

.back {
	background-attachment: fixed;
	background-color: #000033;
	background-image: url(images/images/banner-copy2_06.jpg);
	background-repeat: no-repeat;
}