.box {
	background-image: none;
	background: #d9e2e0 url(../images/navigation_bg.png) repeat-x top;
}

dl {
	
}

	dt, dd {
		margin: 0 0 5px 0;
	}


	dt a {
		display: block;
		margin-right: 15px;
		background: #ccc url(../images/header_bg.png) repeat-x center;
		text-decoration: none;
		border: 1px solid #fff;
	}
	
		dt a span {
			display: block;
			padding: 4px 5px 4px 30px;
			background: #fff url(../images/control_play.png) no-repeat 5px center;
		}
	
	dt a:hover {

	}
	
		dt a:hover span {
			background-color: transparent;
			background-image: url(../images/control_play_blue.png);			
		}
		
	dt.active {
		background: url(../images/showroom_arrow.png) no-repeat right center;
	}
	
		dt.active a {
			background: none;
			color: #000;
		}
		
			dt.active a span {
				background-image: url(../images/control_play_blue.png);	
			}
			
			dt.active a:hover span {
				background-color: #fff;
			}
	
	dd {
		padding-left: 30px;
		padding-right: 40px;
		margin-bottom: 10px;
	}