#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 50px;
	background: url(images/menu-bg.jpg) no-repeat;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .home {
	width: 240px;
	height: 30px;
	background: url(images/home.png) no-repeat;
	left: 5px;
	top: 19px;
}
#menu .home span {
	width: 52px;
	height: 30px;
	background: url(images/home-over.gif) no-repeat;
	left: 37px;
	top: -8px;
}
#menu .about {
	width: 240px;
	height: 30px;
	background: url(images/about.png) no-repeat;
	left: 255px;
	top: 19px;
}
#menu .about span {
	width: 166px;
	height: 34px;
	background: url(images/about-over.gif) no-repeat;
	left: 35px;
	top: -25px;
}
#menu .gallery {
	width: 240px;
	height: 30px;
	background: url(images/gallery.png) no-repeat;
	left: 500px;
	top: 20px;
}
#menu .gallery span {
	width: 50px;
	height: 36px;
	background: url(images/gallery-over.gif) no-repeat;
	left: 56px;
	top: -25px;
}
#menu .contact {
	width: 240px;
	height: 30px;
	background: url(images/contact.png) no-repeat;
	left: 750px;
	top: 20px;
}
#menu .contact span {
	width: 122px;
	height: 31px;
	background: url(images/contact-over.gif) no-repeat;
	left: 156px;
	top: -2px;
}



#closeWindow {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 50px;
	height: 50px;
	position: relative;
}

#closeWindow a {
	display: block;
	text-indent: -11900%;
	position: absolute;
	outline: none;
}
#closeWindow a:hover {
	background-position: left bottom;
}


#closeWindow .close {
	width: 50px;
	height: 25px;
	background: url(images/close.png) no-repeat;
	left: 20px;
	top: 0px;
}

#low_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 50px;
	background: url(images/year.gif) no-repeat;
	position: relative;
}
#low_menu a {
	display: block;
	text-indent: -11900%;
	position: absolute;
	outline: none;
}
#low_menu a:hover {
	background-position: left bottom;
}
#low_menu .nine {
	width: 240px;
	height: 25px;
	background: url(images/nine.png) no-repeat;
	left: 5px;
	top: 13px;
}
#low_menu .guest {
	width: 240px;
	height: 25px;
	background: url(images/guest.png) no-repeat;
	left: 250px;
	top: 13px;
}

#langsel {
	font-family: Times;
	font-size: 14px;
	vertical-align: center;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#langsel div {
	float: right;
}

#langsel a {
	color:#09F;	
	text-decoration: none;
	font-family: Times;
	font-size: 14px;
}

#langsel a:hover {
	color:#000;
}