html {
     overflow: -moz-scrollbars-vertical;
}

body {
color: #ffffff;
}

a:link {text-decoration: none; color: #ffffff}
a:visited {text-decoration: none; color: #ffffff}
a:active {text-decoration: none; color: #ffffff}
a:hover {text-decoration: underline; font-weight: bold; color: #ffffff}

p {
font: 12px arial, helvetica, sans-serif;
}

table {
color: #ffffff;
}

img {
border: 0;
}

#menu {
width: 95px;
background-color: #000000;
margin-left: 10;
}

#menu ul {
list-style: none;
width: 90px;
margin: 0;
padding: 2;
}

#menu li a {
font: bold 11px/14px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 1px 3px;
background-image: url(kuvat/carbon.gif);
}

#menu a {
color: #ff9900;
width: 100%
background-image: url(kuvat/carbon.gif);
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #000000;
background-image: url(kuvat/carboninvert.gif);
}

#menu a:active {
color: #a00;
background: #000000;
background-image: url(kuvat/carboninvert.gif);
}

#menu li {
display: inline;
list-style: none;
margin: 0;
padding: 0;
height: 16;
width: 95;
}

#menu ul ul {
position: relative;
left: 10%;
width: 100%;
background: #000000;
color: #000000;
}


