#leftmenu a:hover {
	text-decoration:underline;
}
#leftmenu a, #leftmenu a:active, #leftmenu a:hover, #leftmenu a:visited{
	outline: none;
}
#leftmenu {
	list-style-type: none;
	width:180px;
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
#leftmenu img{
	float:left;
	margin-top:5px;
}

/* Due to changes in how the pictures are handled the menu images are now handeled within the css named layout##.css in the folder of your chosen layout. */

#leftmenu li {
	list-style-type:none;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#leftmenu li li{
	background-position: 13px 5px;
}
#leftmenu li li li{
	background-position: 26px 5px;
}
#leftmenu li li li li {
	background-position:39px 5px;
}


li.act, li.act a:hover {
	font-weight:bold;
}
li.act li{
	font-weight:normal;
}
#leftmenu .topwithchild {
	background: none;	
}
#leftmenu .topwithchild ul{
	list-style: none;
	display:none;
}
#menu .topwithchildopen ul{
	list-style: none;
	display:block;
}
#leftmenu a {
	display: block;
	padding:3px;
	padding-left:18px;
	width: 162px;
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}
#leftmenu a:hover {
	font-weight:bold;
	text-decoration:none;
}
#leftmenu li li a {
	padding-left:30px;
	font-size: 11px;
	width: 147px;
}
#leftcolumn li li li a {
	width: 132px;
	padding-left:45px;
}
