		.module_3>div {
				background-color:		#F5FFE6;
				line-height:			24px;
				min-height:					24px;
				border:					1px solid #cccccc;
				border-width:			0px 1px 1px 1px;
				font-size:				1.1em; 
				}

		.module_3>div div.title {
				padding-left: 10px;
				background-color:  		transparent !important;
				font-size: 1em !important;
				min-height: 20px;
				line-height: 20px;
				}

			.module_3 div.menu[selected=selected] {
				background-image:		url(../../public/layout/leftMenuActiveLevel1.gif);
				background-repeat:		no-repeat;
				}
	
			.module_3 div div.menu  {
				background-image:		url(../../public/layout/leftMenuInactiveLevel2.gif);
				background-color:		#E8EBBD;
				background-repeat:		no-repeat;
				padding-left:			30px;
				}

			.module_3 div div.div.menu div.title {
				margin: 0;
				padding: 0;
				line-height: 20px;
				}

			.module_3 div div.menu[selected=selected] {
				background-image:		url(../../public/layout/leftMenuActiveLevel2.gif);
				background-color:		#E8EBBD;
				background-repeat:		no-repeat;
				}

.module_3 a {
	color: inherit;
	text-decoration:	none;
	}
