
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
height:100px;
font-size:100%;
/* margin:25px 0 50px 15px;  this page only */
margin:0px 0px 0px 0px; /* MEK */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:150px;
width:150px; /* MEK */
}
/* style the list items */
.menu li {
/* background:#d4d8bd url('../images/shade.gif'); */
/* background:#CFCFCF url('../images/gray.gif'); */

/* Seuraava menukuvissa/IE */
background:#ffffff url('../images/Blue_x_10.gif');

height:20px;  /* 30 MEK Defines menu button height */
/* for IE7 */
float:left;
}
/* .menu li.sub {background:#CFCFCF url('../images/sub.gif') no-repeat right center;} */
.menu li.sub {background: #CFCFCF url('../images/Blue_x_10_sub.gif') no-repeat;}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:9px;     /* 8 MEK */
line-height:9px; /* 8 MEK */
width:115px; /* MEK */
color:#000;


/* Vaihda tämä menukuvissa. Onko tarpeeen ? Poistaa mm. sub.kuvan */
/* background:#ffffff url('../images/Holley_needle_2_h20.gif'); */

text-indent:5px;	/* Text margin from left */
/* border:1px solid #fff;	*/	/* Borders around boxes */
border:1px solid #295995;
/* border:1px solid transparent; */ /* Check background color ? */
/* border-width:0px 1px 1px 1px; */
border-width:0px 0px 1px 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:120px; w\idth:118px;}
/* style the link hover */
/* * html .menu a:hover {color:#efa; background:#aa7; position:relative;} */
/* * html .menu a:hover {color:#000000; background:#046EC4; position:relative;} */

/* Seuraava menukuvissa */
* html .menu a:hover {color:#145982; background:#ffffff url('../images/Blue_x_11.gif'); position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
/* .menu a:active, .menu a:focus {color:#efa; background:#aa7;} */
/* .menu a:active, .menu a:focus {color:#000000; background:#046EC4;}  */
.menu a:active, .menu a:focus {color:#FC0303; background:#046EC4;} 

/* retain the hover colors for each sublevel IE7 and Firefox etc */
/* .menu li:hover > a {color:#efa; background:#aa7;} */
/* .menu li:hover > a {color:#000000; background:#046EC4;} */ /* MEK */ 

/* Seuraava menukuvissa */
.menu li:hover > a {color:#145982; background:#ffffff url('../images/Blue_x_11.gif');} /* MEK */
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:0px; /* -30 MEK */
/* set up the overlap (minus the overrun) */
left:100px;
/* set up the overrun area */
padding:0px; /* 30 MEK */
/* this is for IE to make it interpret the overrrun padding */
background:transparent url("../images/transparent.gif");
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}

/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx SLIDER MENU CSS CODE xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* Left */
#menu1 a {color:white;background:white url('../images/Blue_x_10.gif');text-decoration:none;text-indent:1ex;}
#menu1 a:active {background:white url('../images/Blue_x_11.gif');color:black;text-decoration:none;}
#menu1 a:hover {background:white url('../images/Blue_x_11.gif');color:black;background-color:#FFFF99}
#menu1 a:visited {background:white url('../images/Blue_x_10.gif');color:black;text-decoration:none;}

/* Top menu */
#menu2 a {color:navy;background-color:white;text-decoration:none;text-indent:1ex;}
#menu2 a:active	{color:blue;text-decoration:none;}
#menu2 a:visited {color:blue;text-decoration:none;}
#menu2 a:hover {color:navy;background-color:#f0fea8}
#menu1 {z-index:801;}


/* Right menu */
#menu3 a {  /*Menu3 Links*/
color:black;
background-color:white;
text-decoration:none;
text-indent:1ex;
}
#menu3 a:hover {color:black;background:#FFFF99 url('../images/Blue_x_11.gif'); 

}
#menu3 a:active	{color:black;text-decoration:none;}
#menu3 a:visited	{color:black;text-decoration:none;}