﻿*{
	margin: 0;
	padding: 0;
}
td#menu{
	background: url(/images/splash/bg_splash.gif) left center repeat-x;
}
td#menu div{
	width:192px;
	margin:0 auto;
	text-align: left;
}
td#menu img{
	width: 192px;
	height: 61px;
}
td#menu ul{
	margin-top: 35px;
	list-style-type: none;
}
td#menu ul li{
	width: 163px;
	text-align: left;
	padding: 8px 0;
}
td#menu ul li#li_bord{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
td#menu ul li a{
	outline: 0;
	text-indent: -9999px;
	display: block;
	height: 12px;
	font-size: 1px;
}
td#menu ul li a#btn_fr{
	width: 89px;
	height: 15px;
	background: url(/images/splash/btn_fr2.gif) left top no-repeat;
}
td#menu ul li a#btn_fr:hover{
	background: url(/images/splash/btn_fr2.gif) left -15px no-repeat;
}
td#menu ul li a#btn_nl{
	width: 112px;
	height: 12px;
	background: url(/images/splash/btn_nl2.gif) left top no-repeat;
}
td#menu ul li a#btn_nl:hover{
	background: url(/images/splash/btn_nl2.gif) left -12px no-repeat;
}
td#menu ul li a#btn_en{
	width: 79px;
	height: 12px;
	background: url(/images/splash/btn_en2.gif) left top no-repeat;
}
td#menu ul li a#btn_en:hover{
	background: url(/images/splash/btn_en2.gif) left -12px no-repeat;
}
td#footer{
	height: 115px;
	background: #d6d6d6 url(/images/splash/splash_footer.gif) center center no-repeat;
	text-align: center;
	vertical-align: bottom;
	font-family: arial, sans-serif;
	font-size: 10px;
	color:#666;
}