﻿@charset "utf-8";
/* CSS Document */
#menu {
position: absolute;
margin: 460px 0 0 390px;
width: 105px;
height: 50px;
overflow: hidden;
}

#menu ul {
padding: 0;
margin: 0;
list-style:none;
}

#menu ul li{
float: left;
}

#menu ul li a {
text-indent: -500em;
z-index: 10;
display: block;
float: left;
height: 22px;
position: relative;
overflow: hidden;
margin-left: 20px;
outline: none;
}

#menu #home a {
width: 100px;
background: url(../images/ENTER.png) no-repeat 0 0;
outline: none;
}

#menu #home a:hover {
background-position: bottom left;
outline: none;
}

#menu #home.current a {
background-position: bottom left;
outline: none;
}