#menu-new {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-left: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #000;
	font-weight: bold;
}

#menu-new dt {
	background: url(../img/menu.gif) repeat-y;
	margin: 10px 0 8px 0;
	padding: 2px 2px 2px 18px;
	color: #fff;
	border-bottom: 1px dotted #aaa;
	cursor: pointer;
}

#menu-new dd {
	margin: 0;
	margin-left: 4px;
	margin-bottom: 8px;
	padding-left: 4px;
	text-decoration: none;
	padding-left: 14px;
	color: #666;
	background: url(../img/1.gif) left center no-repeat;
	font-weight: bold;

}

#menu-new dd.active {
	background: url(../img/2.gif) left center no-repeat;
}

#menu-new a:hover {
	color: #0000FF;
}
