/***********************************************/
/* Copyright: Hic et Nunc                      */
/* Author: Solipsis                            */
/* Date: juni 2004                             */
/***********************************************/

/***********************************************/
/* HTML styles                                 */
/***********************************************/



a {
	color: #737357;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/***********************************************/
/* LEFT NAV TREE                               */
/***********************************************/
/*
#mainwin {
	margin: 20px 0;
	padding: 0;
}
*/

ul#menu {
	width: 177px;
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	min-height: 425px;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	list-style-type: none;
	text-align: left;
	background-image: url(../../_resources/images/nav_bg_menu.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
ul#menu li:last-child { border-bottom: 1px dotted #62522f; }
ul#menu li li:last-child { border-bottom: none; }
ul#menu li {
	padding-left: 7px;
	border-top: 1px dotted #62522f;
}
ul#menu li a {
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #443619;
	border-left: 7px solid #443619;
}
ul#menu li a:hover {
	text-decoration: none;
	background-color: #90c70f;
}

ul#menu ul {
	margin: 0 0 0 -5px;
	padding: 0;
	font-size: .9em;
	color: #000;
	list-style-type: none;
}
ul#menu ul li {
	padding: 0 0 0 19px;
}
ul#menu ul li a {
	display: block;
	padding: 2px;
	padding-left: 3px;
	text-decoration: none;
	color: #443619;
	border-left: 5px solid #443619;
}

ul#menu ul ul{
	margin: 0 0 0 -19px;
	padding: 0;
	font-size: .9em;
	color: #000;
	list-style-type: none;
}
ul#menu ul ul li {
	padding: 0 0 0 30px;
}
ul#menu ul ul li a {
	border-left: 3px solid #443619;
}

/*selected */
ul#menu a.selected {
	color: #fff;
	text-decoration: none;
	background-image: url(../../_resources/images/nav_selected_groen.png);
	background-repeat: repeat-y;
}

ul#menu li a.selected { border-left: 7px solid #fff; }
ul#menu ul li a.selected { border-left: 5px solid #fff; }
ul#menu ul ul li a.selected { border-left: 3px solid #fff; }