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

#navigation {
	width: 234px;
	background-color: #A5B4B4;
}


#navigation a {
	display: block;
}

.nav-btn {
position: absolute;
visibility: hidden;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
padding-top: 6px;
background: url(images/sub-box-top.png) top no-repeat;
width: 121px;
}

.nav-btn2 {

padding-bottom: 6px;
background: url(images/sub-box-btm.png) bottom no-repeat;
width: 121px;
}

.nav-btn a {
color: #fff;
width: 100%;
display: block;
text-indent: 10px;
padding: 3px 0;
text-decoration: none;
font-size:11px;
background-color: #C13934;
text-indent: 5px;

}

.nav-btn a:hover { /*hover background color*/
background-color: #DD5555;
color: #fff;
}
