#header {
	width:990px;
	height:68px;
	margin-bottom: 55px;
}
#logo{
	width:100%;
	height:68px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
	text-indent:-5000px;
}
#logo span{
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#topmenu {
	width:67px;
	height:17px;
	display:inline;
	float:right;
	margin:8px 10px 0 0;
}
#topmenu li {
	display:inline;
	width:18px;
	height:17px;
}
#menuhome{
	width:18px;
	height:17px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	float:left;
	text-indent:-5000px;
	margin:0 6px 0 0;
}
#menuhome span{
	background:url(../images/menu_home.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#menucontact span{
	background:url(../images/menu_contact.gif) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
}
#menuleft, #menuright {
	float:left;
	width:7px;
	height:37px;
	background:url(../images/menu_left.png) no-repeat;
	margin:20px 0 0 0;
}
#menuright { 
	background:url(../images/menu_right.png) no-repeat;
}
#placemainmenu {
	width:976px;
	height:37px;
	float:left;
	background:url(../images/menu_back.png) repeat-x;
	margin:20px 0 0 0;
	padding:4px 0 0 0;
}

