/* CSS Document */
<style type="text/css">
<!--
body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        font-size: 75%;
        font-weight: bold;
        background: #9DACBF;
        }

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

/* =-=-=-=-=-=-=-[Menu Seven]-=-=-=-=-=-=-=- */

#menu7 {
        width: 178px;
        border-style: none dashed dashed dashed;
        border-color: #608FB5;
        border-width: 1px;
        }

#menu7 li a {
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 22px;
        text-decoration: none;
        }

#menu7 li a:link, #menu7 li a:visited {
        color: #1D537F;
        display: block;
        background: url(menu7.gif) repeat-x;
        padding: 10px 0 0 10px;
        }

#menu7 li a:hover, #menu7 li #current {
        color: #fff;
        background: url(menu7.gif) repeat-x 0 -32px;
        padding: 10px 0 0 10px;
        }

#menu7 li a:active {
        color: #fff;
        background: url(menu7.gif) repeat-x 0 -64px;
        padding: 10px 0 0 10px;
        }
-->
</style>

