@charset "utf-8";
/* CSS Document */

a:focus {
outline: none;
}
#panel {
background: url(images/nav.gif) no-repeat center top;
width: 210px;
height: 205px;
}
.slide {
background: url(images/nav-pull.gif) no-repeat center bottom;
width: 210px;
height: 29px;
margin: 0;
padding: 0;
}
.btn-slide {
text-align: center;
width: 144px;
height: 31px;
padding: 5px 10px 0 0;
margin: 0 auto;
}
.menu {
display: block;
height: 30px;
width: 200px;
text-decoration:none;
}
.menu span {
visibility:hidden;
}

.active {
background-position: right 12px;
}