body {
	font-family: arial, helvetica, serif;
	font-size: 80%;
	padding: 2em;
	margin: 0;
	text-align: center;   
}

#content {
/* ----     sivun data-alueen leveys      */
	width: 58em;      
	background-color: #ffffff;
	padding: 0em 0;
	border: 4px double #0066CC;  
/* ----      asettaa keskelle sivua data-alueen    */
	margin: auto;                  
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 58em;
}

a {
	text-decoration: none;
}

a:link {
	color: #6BA3EB;
	text-decoration: underline;
}

a:visited {
	color: #660033;  
	text-decoration: underline;     
}                              

a:active {
	color: gray;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

hr {
	display: none;
}



ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* -----  navikoinnin päätaso  */
#nav a {
	font-weight: bold;
	color: #808080;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
/* ----	drop down rivien tekstin väri                 */
        color: #999999;
	padding: 0.2em 10px;
	
}

#nav li li a:hover {
	border-left:5px solid #6BA3EB; 
        border-right:5px solid #6BA3EB; 
        border-top:0px solid #6BA3EB; 
        border-bottom:0px solid #6BA3EB; 
        padding-left:5px; 
        padding-right:5px; 
        padding-top:0.2em;  
        padding-bottom:0.2em;
}

li {
	border-left:0px solid #6BA3EB; 
    	border-right:0px solid #6BA3EB; 
    	border-top:2px solid #6BA3EB; 
    	border-bottom:2px solid #6BA3EB; 
    	float: left;
	position: relative;
	width: 14em;
	cursor: default;
	background-color: white;
	
}

li#first {
	border-left-width: 12px;

}

li#last {
	border-right-width: 12px;

}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url('images/drop1.gif') no-repeat bottom left;
	border-right: 1px solid #6BA3EB;; 
        padding-left:0; 
        padding-right:0; 
        padding-top:0.5em; 
        padding-bottom:1em;

}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0px none;
}

li:hover ul, li.over ul {
	display: block;
	/*      ie7 vaatii */
	left:0;
	/*      ie7        */
}


hr {
	display: none;
}

