#header
{
	width:100%;
	height:100px;	
}
#logo
{
	width:200px;
	height:100px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	float:left;
}
#menu
{
	width:800px;
	height:100px;
	background-image:url(../images/header1.jpg);
	background-repeat:no-repeat;
	background-color:#000000;	
	float:right;
}
#top
{
	height:70px;
}
.tap
{
	text-align:center;
	color:#FFFFFF;
	width:160px;
	height:100%;
	float:left;	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background-image:url(../images/tap.jpg);
	background-repeat:no-repeat;	
	line-height:25px;
	cursor:pointer;
}
#down
{
	text-align:right;
}
.dropper_wrapper { position:absolute; }
#language
{
	width:100px;
	height:100px;
	float:right;
	text-align:left;
}
