.menu {
width:995px;
font-size:0.80em;
position:relative;
z-index:100;
}
/* listojen siistiminen */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:124px;
}
/* listan asettelua */
.menu li {
float:left;
width:124px;
position:relative;
}
/* level1:n linkit */
.menu a, .menu a:visited {
top: 0px;
display:block;
font-size:11px;
font-family:Arial;
font-weight:bold;
text-decoration:none; 
color:#ffffff; 
width:123px; 
height:30px; 
background: transparent;
padding-left:0px; 
line-height:29px;
}



/* IE5.5 */
* html .menu a, * html .menu a:visited {
width:124px;
w\idth:123px;
}

/* level2:n tausta */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#323232;

}


/* level2:n hover*/
.menu ul ul a.drop:hover{
background:#323232;
}
.menu ul ul :hover > a.drop {
background:#323232;

}


/* level3:n tausta*/
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#323232;
}
/* level3:n hover */
.menu ul ul ul a:hover {
background:#323232;
}

/* level2:n ja level5:n piilotus */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:124px;
}
/* IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* level3:n asemointi */
.menu ul ul ul{
left:124px; 
top:0;
width:124px;
}
/* level3:n asemointi vasemmalle*/
.menu ul ul ul.left {
left:-124px;
}

/* taulukon muotoilu - IE-korjaus */
.menu table {position:absolute; top:0; left:0;}

/* level2:n linkkien muotoilu */
.menu ul ul a, .menu ul ul a:visited {
background:#323232;
color:#ffffff; 
height:auto; 
line-height:1.5em; 
padding:5px 10px; 
width:123px;
/* IE5.5 */
}
* html .menu ul ul a{
width:124px;
w\idth:123px;
}


/* level1:n hover */

.menu a:hover{
color:#E61E00;
background: transparent;
}

.menu ul ul a:hover{
color:#E61E00;
background-color: #323232;
}
* html .menu a:hover, .menu ul ul a:hover{
color:#E61E00;
background-color: #323232;
}
/*.menu :hover > a, .menu ul ul :hover > a {
color:#E61E00;
background: #323232;
 
}
*/
/* level2 näkyviin */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

/* level3:n pitäminen piilossa */
.menu ul :hover ul ul{
visibility:hidden;
}

/* level3 näkyviin */
.menu ul ul li:hover ul,
.menu ul ul li a:hover ul{
visibility:visible;
}

.menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#div menu ul ul,
#div menu ul li:hover ul ul,
#div menu ul ul li:hover ul ul
{display: none;}

#div menu ul li:hover ul,
#div menu ul ul li:hover ul,
#div menu ul ul ul li:hover ul
{display: block;}

