/* box - left */
#left .box {
	width: 208px;
	margin-bottom: 14px;
}
#left .box .title {
	background: url('/dsg/menu_left_top.png') no-repeat top left;
	height: 41px;
}
#left .box .title h1 {
	font-size: 90%;
	color: #354a63;
	padding: 17px 0 0 30px;
	background: url('/dsg/icon_arrow.gif') no-repeat 15px 18px;
}
#left .box .title h1.new {
	background: url('/dsg/icon_arrow_new.gif') no-repeat 15px 18px;
}
#left .box .title h1 a {
	color: #354a63;
	text-decoration: none;
}
#left .box .title h1 a:hover {
	text-decoration: underline;
}
#left .box .content {
	background: url('/dsg/menu_left_center.png') repeat-y top left;
	padding: 2px 15px;
	color: #fff;
	text-decoration: none;
}
#left .box .content a {
	color: #fff;
	text-decoration: none;
}
#left .box .content a:hover {
	text-decoration: underline;
}
#left .box .tail .tail-top {
	background: url('/dsg/menu_left_bottom_top.png') no-repeat top left;
	height: 7px;
	overflow: hidden;
}
#left .box .tail .tail-center {
	background: url('/dsg/menu_left_bottom_center.png') repeat-y top left;
	padding: 2px 15px;
	color: #fff;
}
#left .box .tail .tail-bottom {
	background: url('/dsg/menu_left_bottom_bottom.png') no-repeat top left;
	height: 14px;
}



/* box - right */
#right .box {
	
}
#right .box div.title {
	background: url('/dsg/menu_right_center.png') repeat-y top left;
}
#right .box div.title h1 {
	background: url('/dsg/menu_right_title_bottom.png') no-repeat top left;
	padding: 15px 5px 8px 10px;
	color: #fff;
	font-size: 140%;
	font-weight: normal;
}
#right .first .box div.title h1 {
	background-image: url('/dsg/menu_right_title_top.png');
}
#right .box div.title h1 a {
	color: #5c5c5c;
	text-decoration: none;
}
#right .box div.title h1 a:hover {
	text-decoration: underline;
}
#right .box .content {
	background: url('/dsg/menu_right_center.png') repeat-y top left;
	color: #fff;
	padding: 0 10px 1em 10px;
	font-size: 90%;
	width: 132px;
}
#right .box .content p {
	margin: 0;
}
#right .box .content a {
	color: #fff;
}
#right .last .box .tail {
	background: url('/dsg/menu_right_bottom.png') no-repeat top left;
	height: 15px;
	overflow: hidden;
}
#right .last .box .tail .tail-top,
#right .last .box .tail .tail-center,
#right .last .box .tail .tail-bottom {
	display: none;
}


/* box - center */
#center .box h1 {
	color: #5c5c5c;
	font-size: 140%;
	margin-bottom: 0.5em;
}
#center .box h1 a {
	color: #5c5c5c;
}
#center .box .content {

}
