@charset "utf-8";
/* CSS Document */

body {

	background-image: url(tausta.gif);
	background-repeat: repeat-x;
}

#menu {
	background-image: url(menu.jpg);
	padding-left: 40px;
}

#menu div, #menu a:visited {
	padding-right: 20px;
	font-family: "Arial";
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}

#kielipalkki a, #kielipalkki a:visited{
	color: #6E6E6E;
	text-decoration: none;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}


/* Menu alkaa*/
/* Begin CSS Drop Down Menu */

#menuh-container
{
}

#menuh
{
font-size: small;
font-family: arial, helvetica, sans-serif;
width:100%;
float:left;
}

#menuh a
{
text-align: center;
display:block;
white-space:nowrap;
margin:0;
padding: 0.3em;
color: #ffffff;
}

#menuh ul li a.top_parent:visited,#menuh ul li a.top_parent, #menuh ul li a.top_parent:active, #menuh ul li a.top_parent:link {
	color: #ffffff;
	text-decoration:none;
	font-family: Arial;
	font-size: 14px;
	padding-bottom: 19px;
	margin-top: 18px;
}

#menuh ul li a.top_parent:hover {
background-color: transparent;
}

#menuh a:link, #menuh a:visited, #menuh a:active/* menu at rest */
{
	color: #204484;
	text-decoration:none;
	font-family: "Arial";
	font-size: 12px;
	text-align: left;
}

#menuh a:hover/* menu on mouse-over  */
{
color: white;
background-color: #CBDCF8;
text-decoration:none;
}

#menuh ul
{
list-style:none;
margin:0;
padding:0;
float:left;
height: 100%;
width:120px;/* width of all menu boxes */
/* NOTE: For adjustable menu boxes you can comment out the above width rule.
However, you will have to add padding in the "#menh a" rule so that the menu boxes
will have space on either side of the text -- try it */
}

#menuh li
{
position:relative;
min-height: 1px;/* Sophie Dennis contribution for IE7 */
vertical-align: bottom;/* Sophie Dennis contribution for IE7 */


}

#menuh ul ul
{
position:absolute;
z-index:500;
top:auto;
display:none;

}

#menuh ul ul li{
border-left: 2px solid #C7C7C7;
border-bottom: 2px solid #C7C7C7;
border-right: 2px solid #C7C7C7;
background-color: #ffffff;
}

#menuh ul li ul li a{
	color: #204484;
}

#menuh ul ul ul
{
top:0;
left:100%;
}

div#menuh li:hover
{
cursor:pointer;
z-index:100;
}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/* Begin CSS Drop Down Menu */

