#treeMenuContainer{
	padding-top:18px;
}
#treeMenuContainer ul {
	padding-left:5px;
	font-weight:bold;
}


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;

}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(../mainimg/list.gif) no-repeat left top;
list-style-type: none;
padding-left: 25px;
padding-right:5px;
padding-top:0px;
margin-bottom: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
line-height:20px;
color:#3a3939;
}

.treeview li a:link {color:#3a3939;	text-decoration: none; font-size:14px;}
.treeview li a:visited {color:#3a3939; text-decoration: none; font-size:14px;}
.treeview li a:hover {color:#d80000; text-decoration: none; font-size:14px;}



.treeview .unntak{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(../mainimg/closed.gif) no-repeat left top;
list-style-type: none;
padding-left: 25px;
padding-right:5px;
padding-top:0px;
margin-bottom: 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
line-height:20px;
color:#3a3939;
}
.treeview .unntak a:link {font-size:16px;}
.treeview .unntak a:visited {font-size:16px;}
.treeview .unntak a:hover {font-size:16px;}
.treeview .unntak a:hover {font-size:16px;}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../mainimg/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
margin-top:5px;
}


