/* CSS of navi frame */


ul {
    padding-left: 5px;
    padding-right: 10px;
    width: 112px;
}

ul li {
    list-style-type: none;
    margin-left: 0px;
}


a {
    color: #3d5c7d;
	text-decoration: none;
    font-weight: bold;
}


ul#nav li {
	border-bottom-color: #3d5c7d;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul#nav li.last {
	border-bottom-style: none;
}

ul#nav li ul li {
    margin-right: 10px;
}

ul#nav li ul li a {
    font-weight: normal;
}


ul#nav li.has-sub {
    padding-bottom: 0px;

}


ul#archive {
    bottom: 0px;
    position: absolute;
}

ul#archive li {
    padding-bottom: 0px;
}