

html { 

overflow: -moz-scrollbars-horizontal; 
overflow-x: scroll;
overflow-y: scroll;

}  	


body {
margin: 0px;
padding: 0px;
font: 80% verdana, arial, sans-serif;
}



dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
border: 0 none;
}



#menu {
position: relative; 
top: 0;
left: 0;
}

#menu {
width: 400px;
}

#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
border: 0 none;
background: #ccc;
width: 400px;
}

#menu ul li a.ketto {
color: #000;
border: 0 none;
margin-left: 10px;
background: #ccc;
width: 400px;
text-decoration: none;

}

#menu ul li a.harom {
color: #000;
border: 0 none;
margin-left: 20px;
background: #fff;
width: 400px;
text-decoration: none;

}



#menu dd {
border: 0 none;
width: 400px;
}


#menu li {
text-align: left;
background: #fff;
width: 400px;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
width: 400px;
}

#menu li a:hover, #menu dt a:hover {
background-color: #00aaff;
border: 0 none;
display: block;
}


.kmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	text-align: left;
}
.kmenu :link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ECECEC;
	text-decoration: none;
	text-align: left;
}
.kmenu :hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

