    /*mnustyle.css RCD 12/02/2010*/
    
    #menu dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	#menu {
	width:150px;
	color:#000;
	background-color:transparent;
	font-family:arial, serif;
	font-size:12px;
	}
	#menu dt {
	cursor: pointer;
	margin: 2px 0;
	text-indent:3px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	border: 1px solid gray;
	background: #d4d8bd;
	}
	#menu dd {
	border: 1px solid gray;
	}
	#menu li {
	text-indent:10px;
	text-align: left;
	color:#000;
	background: #fff;
	}
	#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	}
	#menu li a:hover, #menu dt a:hover {
	color:#fff;
	background: #949e7c;
	}