.contentpaneopen ul li {
	list-style-image: url('../images/punkt.gif');
	}

#leftcol .moduletable a.mainlevel:link, #leftcol .moduletable a.mainlevel:visited, #leftcol .moduletable a.mainlevel:active{
	width: 144px;
	height: 20px;
	display: block;
	margin: 0px;
	padding: 4px 0 0 36px;
	background: url("../images/menu-left-bg.gif") 12px 50% no-repeat;
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
}

#leftcol .moduletable a.mainlevel:hover {
	color: #ffffff;
	text-decoration: none;
	background: url("../images/menu-left-bg-hover.gif") 0 50% no-repeat;
	border-bottom: 1px solid #e3e3e3;
}


a.mainlevel#active_menu, a.sublevel#active_menu {
	text-decoration: none;
	font-weight: bold;
}

a.sublevel {
	width: 144px;
	height: 20px;
	display: block;
	margin: 0 0 0 -4px;
	padding: 4px 0 0 36px;
	background: url("../images/punkt.gif") 25px 6px no-repeat;
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
}

a.sublevel:hover {
	color: #ffffff;
	text-decoration: none;
	background: url("../images/menu-left-bg-hover2.gif") 0 50% no-repeat;
	border-bottom: 1px solid #e3e3e3;
}

#leftcol h3, #rightcol h3 {
	height: 24px;
	font-size: 12px;
	color: #1e3582;
	margin: 0px;
	padding: 6px 0 0 10px;
	margin-bottom: 6px;
	background: url("../images/h3-bg.gif") no-repeat;
}

#user h3 {
	font-size: 13px;
	color: #1E3582;
	background: #E6E6E6 url("../images/user-h3-bg.gif") 1px 50% no-repeat;
	margin: 0px;
	padding: 2px 0px;
	padding-left: 20px;
	margin-bottom: 6px;
	margin-top: -5px;
}

#leftcol .module a.sublevel:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url("../images/bg_lista_submenu2.gif");
	background-repeat: repeat-y;
}

#topmenu {
	float: right;
	width: 500px;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 6px 0 0;
	background: url(../images/topmenu-bg.gif) right repeat-y;
	}

#topmenu ul {
	float: right;
	height: 18px;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	background-color: #e0e0e0;
	}
	
#topmenu li {
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
	float: left;
}

#topmenu li a:link, #topmenu li a:visited, #topmenu li a:active{
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0px;
	border: 0px;
	color: #1e3582;
}

#topmenu li a:hover {
	display: block;
	float: left; 
	text-decoration: none;
	border: 0px;
	color: #ff6c00;
}


#bottommenu {
	float: left;
	}
	
#bottommenu ul {
	margin: 0px;
	padding: 8px 5px 0px 5px;
	}
	
#bottommenu li {
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
	float: left;
}

#bottommenu li a:link, #bottommenu li a:visited, #bottommenu li a:active{
	display: block;
	float: left;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0px;
	border: 0px;
	color: #666666;
	border-right: 1px solid #666666;
}

#bottommenu li a:hover {
	display: block;
	float: left; 
	text-decoration: none;
	border: 0px;
	color: #ff6c00;
	border-right: 1px solid #666666;
}

