#mapNav {
    position: fixed;
    top: 180px;
    right: 0;
    width: 40px;
	/*padding:20px 0 20px 10px;*/
    background-color: #b40000;
	color:#FFF;
	font-size:14px;
}

#mapNav dl {
    overflow: hidden;
}

#btn_ng,#btn_ok,#btn_howto {
    top: 5px;
    left: 5px;
    display: block;
    text-indent: -9999em;
}

.closed #btn_ng {
	cursor:pointer;
    width: 40px;
    height: 260px;
    background: url(../img/close_ng.gif) no-repeat right top;
	background-color:#6b0000;
}

.closed #btn_ok {
	cursor:pointer;
    width: 40px;
    height: 260px;
    background: url(../img/close_ok.gif) no-repeat right top;
	background-color:#6b0000;
}

.closed #btn_howto {
	cursor:pointer;
    width: 40px;
    height: 260px;
    background: url(../img/close_howto.gif) no-repeat right top;
	background-color:#6b0000;
}


.opend #btn_ng {
    cursor:pointer;
	width: 40px;
    float: left;
    height: 260px;
    background: url(../img/open_ng.gif) no-repeat right top;
	background-color:#6b0000;
}

.opend #btn_ok {
    cursor:pointer;
	width: 40px;
    float: left;
    height: 260px;
    background: url(../img/open_ok.gif) no-repeat right top;
	background-color:#6b0000;
}

.opend #btn_howto {
    cursor:pointer;
	width: 40px;
    float: left;
    height: 260px;
    background: url(../img/open_howto.gif) no-repeat right top;
	background-color:#6b0000;
}

.closed dd {
    display: none;
}

.opend {
}

.opend dl {
    border: none;
}

.opend dd {
    float: right;
	overflow: auto;
    width: 200px;
    /*height: 240px;*/
	padding:10px 0 10px 0;
    
}

.opend dd dl {
    padding: 5px;
}

.opend dd dd {
    height: auto;
    margin-bottom: 5px;
}