/* CSS Document */
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
dl#menu {
width: 159px;
}
dl#menu dt {
cursor: pointer;
margin: 0px 0;
height: 37px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 0px none;
}
dl#menu dd {
border: 0 none;
margin-top: 0.3em;
}
dl#menu li {
text-align: left;
margin-top: 0.1em;
margin-left: 0.7em;
}
dl#menu li a, dl#menu dt a {
color: #003399;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#menu li a:hover {
background: #fff;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

/* roll over menu */

a.menu1{background-image: url(../_img/menu1off.gif); height: 37px; width: 159px; background-repeat: no-repeat; background-position: top left;}
a.menu2{background-image: url(../_img/menu2off.gif); height: 37px; width: 159px; background-repeat: no-repeat; background-position: top left;}
a.menu3{background-image: url(../_img/menu3off.gif); height: 37px; width: 159px; background-repeat: no-repeat; background-position: top left;}
a.menu4{background-image: url(../_img/menu4off.gif); height: 37px; width: 159px; background-repeat: no-repeat; background-position: top left;}
a.menu5{background-image: url(../_img/menu5off.gif); height: 37px; width: 159px; background-repeat: no-repeat; background-position: top left;}
a.menu6{background-image: url(../_img/menu6off.gif); height: 37px; width: 159px; background-repeat: no-repeat; background-position: top left;}
a.menu7{background-image: url(../_img/menu7off.gif); height: 37px; width: 159px; background-repeat: no-repeat; background-position: top left;}

a.menu1:hover{background-image: url(../_img/menu1on.gif); height: 37px; width: 159px; background-repeat: no-repeat; background-position: top left;}
a.menu2:hover{background-image: url(../_img/menu2on.gif); height: 37px; width: 159px; background-repeat: no-repeat; background-position: top left;}
a.menu3:hover{background-image: url(../_img/menu3on.gif); height: 37px; width: 159px; background-repeat: no-repeat; background-position: top left;}
a.menu4:hover{background-image: url(../_img/menu4on.gif); height: 37px; width: 159px; background-repeat: no-repeat; background-position: top left;}
a.menu5:hover{background-image: url(../_img/menu5on.gif); height: 37px; width: 159px; background-repeat: no-repeat; background-position: top left;}
a.menu6:hover{background-image: url(../_img/menu6on.gif); height: 37px; width: 159px; background: background-repeat: no-repeat; background-position: top left;}
a.menu7:hover{background-image: url(../_img/menu7on.gif); height: 37px; width: 159px; background: background-repeat: no-repeat; background-position: top left;}

