#menu-left dt {
    background: url(../images/menu_button.png) no-repeat 0 100%;
    color: #f8cd88;
    font-weight: bold;
    font-size: 12px;
    border-style: none;
    cursor: default;
    position: relative;
    height: 16px;
    cursor: pointer;
    margin-top: 3px;
	padding: 7px 8px 6px 25px;
}

#menu-left .menu-a {
	color: #f8cd88;
	width: 197px;
	height: 29px;
	display: block;
	padding: 0;
}

#menu-left .menu-a a {
	color: #f8cd88;
	height: 16px;
	padding: 7px 8px 6px 25px;
	display: block;
	text-decoration: none;
}

#menu-left .menu-a a:hover {
	text-decoration: none;
	color: #FFF !important;
}

#menu-left dt:hover {
	color: #FFF;
}

#menu-left .dt_first {
	margin-top: -5px;
}

#menu-left dd a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    height: 20px;
	font-size: 11px;
	line-height: 18px;
}

#menu-left dd a:hover {
    color: #000000;
    text-decoration: underline;
    white-space: nowrap;
    height: 20px;
}

#menu-left .active a {
	text-decoration: underline;
}

#menu-left dd {
    background: url(../images/menu_li.png) no-repeat 8px 0;
    height: 18px;
    padding: 2px 0 0 42px;
	margin: 0px;
}
