#naviContainer {
	width: 230px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #587900;
	border-right-color: #587900;
	border-bottom-color: #587900;
	padding: 0px;
}

#naviTable {
	width: 230px;
	border-collapse: collapse;
}

.naviLeft {
	background-color: #FFFFFF;
	padding: 2px;
}

.naviRight {
	width: 26px;
	background-color: #587900;
	background-image: url();
	background-repeat: no-repeat;
}

#naviTable a:link, .col_l a:visited, .col_l a:active, .col_l a:hover {
	text-decoration: none;
}

#naviTable ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
}

ul.naviOuter {
	padding: 0px;
	margin: 0px;
	list-style-type: disc;
	border: none;
	list-style-position: outside;
	padding-left: 18px;
}

ul.naviInner {
	padding-left: 18px;
	list-style-type: none;
	list-style-position: outside;
}

#naviTable li {
	text-align: left;
}

.mainFolder {
	list-style-type: disc;
	list-style-image: url(/multimagazine/web/kuvat/arrow_white.jpg);
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.mainFolder a:link, .mainFolder a:visited, .mainFolder a:active {
	color: #000000;
}

.mainFolder a:hover {
	color: #000000;
}

.currentMainFolder {
	list-style-type: disc;
	list-style-image: url();
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
	background-repeat: no-repeat;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.currentMainFolder a:link, .currentMainFolder a:visited, .currentMainFolder a:active {
	color: #000000;
}

.currentMainFolder a:hover {
	color: #000000;
}

.entry {
	font-weight: normal;
	line-height: 12px;
	padding: 2px 0px 2px 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: url();
}

.entry a:link, .entry a:visited, .entry a:active {
	color: #000000;
	font-weight: normal;
}

.entry a:hover {
	color: #000000;
}

.currentEntry {
	font-weight: bold;
	line-height: 12px;
	padding: 2px 0px 2px 0px;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: url();
}

.currentEntry a:link, .currentEntry a:visited, .currentEntry a:active {
	color: #000000;
	font-weight: bold;
}

.currentEntry a:hover {
	color: #000000;
}


