﻿/* --------------------------------------------------------------------------------- boxes --- */
.module_menu {
	margin: 0 0px 10px 0;
	padding: 0;
	width: 100%;
	background: none;
	border: none;
	color: #333;
}
.module_menu .boxIndent {
	background: none;
	padding: 4px 5px 36px 19px;
	margin-top: 0;
	border: none;
	color: #696969;
	font: normal 12px/1.2em Arial, Helvetica, sans-serif;
}
.module_menu .boxIndent strong {
	font-weight: bold;
}
/* ------------------- title --- */
.module_menu h3 {
	/*font: bold 12px/1.2em Arial, Helvetica, sans-serif;*/
	text-transform: none;
	padding: 8px 0 8px 20px;	
	letter-spacing: 0px;
	border-bottom: none;
	height: 23px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	margin: 0px 0 0px 0;
	/*color: #727272;*/
}
/* ----------------- content ---- */
.module_menu .boxIndent {
	padding: 4px 0 12px 0;
}
.module_menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
}
.module_menu li {
	background: none;
	font: normal 12px/28px Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #dddddd;	
	border-left: 1px dotted #dddddd;	
	border-right: 1px dotted #dddddd;	
	margin: 0 0 0 0px;
	padding: 0px 0 0px 0px;
	list-style: none;
	width: 100%;
	vertical-align: top;
}
.module_menu li:first-child {
	border-top: 1px dotted #dddddd;	
}
.module_menu li a,.module_menu li a:visited {
	background: none;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
	color: #666666;
}
/* ------------------- hover, active --- */
.module_menu li a:hover, .module_menu li.active a:hover, .module_menu li.active li a:hover {
	text-decoration: none;
	color: #007BB7;
}
.module_menu li.active ul {
	margin: 1px 0px -1px 10px;
}
