		#containerLeft #leftmenu>ul {
				margin:						0 0 10px 0;
				}
			
			#containerLeft #leftmenu ul>li {
				padding-left:			10px;
				background-color:		#F5FFE6;
				line-height:			24px;
				height:					24px;
				border:					1px solid #cccccc;
				border-width:			0px 1px 1px 1px;
				font-size:				1.1em;
				list-style-type:		none;
				}

			#containerLeft #leftmenu ul li[selected=selected] {
				background-image:		url(../../public/layout/leftMenuActiveLevel1.gif);
				background-repeat:		no-repeat;
				}
	
			#containerLeft #leftmenu ul ul li {
				background-image:		url(../../public/layout/leftMenuInactiveLevel2.gif);
				background-color:		#E8EBBD;
				background-repeat:		no-repeat;
				padding-left:			30px;
				}

			#containerLeft #leftmenu ul ul li[selected=selected] {
				background-image:		url(../../public/layout/leftMenuActiveLevel2.gif);
				background-color:		#E8EBBD;
				background-repeat:		no-repeat;
				}

