body.valikko {background-image: url(designkuvat/reuna.png); background-repeat: repeat-n; font-family: arial, helvetica, sans-serif; font-size : 10pt;}

#menu {

}
#menu div.top {    
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 80px;
    padding-right: 2px;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
	
}
#menu div.section {
    position: absolute;
    display: inline;

    z-index: -1;
}
#menu div.box {

    position: relative;left:0;
    visibility: hidden;


    display: block;
    padding: 4px 4px;
    width: 109px;
    color: #000;
    background-color: #dcc97b;
    text-decoration: none;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;

   font-size: .8em;
   background-repeat: no-repeat;
   background-position: 0 0;

}
#menu a {
    font-family: verdana;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;

}
#menu a:hover {
    font-family: verdana;
    font-size: 11px;
    color: #8080bf;
    text-decoration: none;
    white-space: nowrap;
 display: block;
}