dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#999999;
	padding:30px 10px 0 30px;
	width: 150px;
}
#menu dl {
	text-align:right;
	list-style: none;
	padding:50px 0;
}
#menu dt {
	text-align: right;
	background: #ccc;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background:white;
}
#menu dd {
	display: block;
}
#menu li {
	text-align: right;
	background: #fff;
	color: #888;
	}
#menu li a, #menu dt a {
	text-decoration: none;
	display: block;
	height: 24px;	
	color:#999999;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #eee;
}
#menu li a:active, #menu dt a:active{
	font-weight:bold;
	color:#E4E4E4;
	background-color:#FF962D;
}


	

