
		#example1,
		#example2,
		#example3,
		#example4,
		#example5 {
			float: left;
			margin:0;
			padding:0;
		}
		.expand_all,
		.collapse_all {
			cursor: pointer;
		}
		.example_menu {
			font-family: Verdana, Sans-Serif;
			font-size: 11px;
			text-align:left;
			list-style: none;
			margin: 0;
			padding: 0;
			vertical-align: top;
			width:293px;
			background: #f1f0f0;
		}
		.example_menu ul {
			display: none;
			list-style: none;
			margin: 0;
			padding: 0;
			background: #f1f0f0;
		}
		#menu1,
		#menu2,
		#menu3,
		#menu4,
		#menu5 {
			margin: 0;
		}
		#menu1 li,
		#menu2 li,
		#menu3 li,
		#menu4 li,
		#menu5 li,
		.example_menu li {
			background-image: none;
			margin: 0 20px;
			padding: 0;
		}
		.example_menu ul ul {
			display: block;
		}
		.example_menu ul ul li a {
			padding-left: 0;
			width: 223px;
		}
		.example_menu a {
			color: #3a70b7;
			cursor: pointer;
			display: block;
			font-weight: bold;
			margin-left: 0;
			padding: 10px 2px 10px 0;
			width:255px;
			text-decoration:none;
			border-top: 1px dotted #bbb;
			background:#f1f0f0;
		}
		.example_menu a.expanded {
			background: #f1f0f0 url("../images/conval/collapse.gif") no-repeat center right;
			color:#f8981e;
		}
		.example_menu a.collapsed {
			background: #f1f0f0 url("../images/conval/expand.gif") no-repeat center right;
		}
		.example_menu a:hover {
			text-decoration: none;
		}
		.example_menu ul a {
			border-top: 0px solid #d2d3d3;
			color: #244876;
			display: block;
			font-weight: normal;
			padding: 8px 4px 8px 0;
			width: 223px;
			font-weight:bold;
		}
		.example_menu ul a:link {
			font-weight: bold;
		}
		.example_menu ul a:hover {
			color: #3a70b7;
			text-decoration: none;
		}
		.example_menu li.active a {
			color: #3a70b7;
		}
		.example_menu li.active li a {
			background: #e8e8e8;
		}
		#menu1 li.footer,
		#menu2 li.footer,
		#menu3 li.footer,
		#menu4 li.footer,
		#menu5 li.footer,
		.example_menu .footer {
			background: transparent url('../images/conval/footer.jpg') no-repeat 0 0;
			border-top: 2px solid #fff;
			height: 9px;
			line-height: 15px;
			margin: 0 0 10px 0;
			width: 131px;
		}
		.example_menu .footer span {
			display: none;
		}
