body {
	margin: 0px;
	padding: 0px;

}

.normal {

	font-family: verdana, serif;
	font-size: 8pt;
	color: #000;

}

a.mainlink:link, a.mainlink:active, a.mainlink:visited, a.mainlink:hover {

	font-family: verdana, arial, serif;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	text-decoration: none;

}

a.mainlink:hover {

	color: #666;

}

a.sublink:link, a.sublink:active, a.sublink:visited, a.sublink:hover {

	font-family: verdana, arial, serif;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;

}

a.sublink:hover {

	font-weight: bold;

}

#menu {
    position:absolute;
    left:0px;
    top:90px;
    width:760px;

}

#oikea_ylaban {
    position:absolute;
    left: 807px;
    top: 0px;

}

table#ylanavi {
    width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    spacing: 0;
    border: 0;
    align: center;
    font-family: helvetica, sans-serif;
    font-weight: bold;
    font-size: 80%;

}

table#ylanavi td {
  display: table-cell;
  width: 12em;
  font-size:10pt;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #000;
}

table#ylanavi td.inv {
    margin: 0;
    padding: 0;
    font-color: #fff;
    background-color: #000;
}

table#ylanavi td.normal {
    margin: 0;
    padding: 0;
    font-color: #000;
    background-color: #fff;

}

table#ylanavi td.inv a {
    text-decoration: none;
    color: white;
}

table#ylanavi td.inv a:hover {
    color: #666;

}

table#ylanavi a {
    text-decoration: underline;
    color: black;
}

table#ylanavi a:hover {
    color: #666;
}

table#ylanavi a:hover {
    text-decoration: none;
    text-decoration: underline;
}

#logo {
    width: 800px;
    text-align: center;
}

#nav ul{
    white-space: nowrap;
    margin: 0;
    padding: 0;
    spacing: 0;
    border: 0;
    background-color: black;
    color : white;
    float : left;
    width : 100%;
}

#nav ul li{
   margin-left: 10px;
   display : inline;
}

#nav ul li.norm {
   background-color: white;
   font-color: black;
}

#nav ul li.norm a{
    text-decoration: none;
    color: black;
}

#nav ul li.inv a{

    text-decoration: none;
    color: white;
}

#nav ul li a:hover{
    color: yellow;
}


table#ylanavi2 {
    width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    spacing: 0;
    border: 0;
    align: center;
    font-family: helvetica, sans-serif;
    font-weight: bold;
    font-size:8pt;
    margin-top: 8px;

}

table#ylanavi2 td {
  display: table-cell;
  width: 12em;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

table#ylanavi2 td a {
    color: #ff0000;
    text-decoration: underline;
}

table#ylanavi2 td a:hover {
    color: #666;
    text-decoration: underline;
}

