/* menu_left */
div.menu_left {
	position: relative;
	margin-left: 25px;
	margin-top: 4px;
	margin-bottom: 19px;
	background: url(/site/img/menu_left_bg.gif) repeat-y;
}
div.menu_left_top {
	background: url(/site/img/menu_left_top.gif) no-repeat left top;
}
div.menu_left_bottom {
	background: url(/site/img/menu_left_bottom.gif) no-repeat left bottom;
}
div.menu_left_text {
	width: 167px; /* 189-22 */
	padding: 7px 11px 10px;
}
div.menu_left_left {
	position: absolute;
	top: 55px;
	left: 17px;
	width: 8px;
	height: 34px;
	background: url(/site/img/menu_left_left.gif) repeat-y;
}

/* td_0x */
td.td_01, td.td_03, td.td_07, td.td_09 { width: 7px; height: 7px; }

td.td_01 { 	background: url(/site/img/t_01.gif) no-repeat ; }
td.td_03 { 	background: url(/site/img/t_03.gif) no-repeat ; }
td.td_07 { 	background: url(/site/img/t_07.gif) no-repeat ; }
td.td_09 { 	background: url(/site/img/t_09.gif) no-repeat ; }
td.td_02, td.td_08 { height: 7px; }
td.td_04, td.td_06 { width: 7px; }

td.td_02 { 	background: url(/site/img/t_02.gif) repeat-x ; }
td.td_08 { 	background: url(/site/img/t_08.gif) repeat-x ; }
td.td_04 { 	background: url(/site/img/t_04.gif) repeat-y ; }
td.td_06 { 	background: url(/site/img/t_06.gif) repeat-y ; }

td.td_05 { 
	background: url(/site/img/t_05.gif); 
	padding: 1px 21px 1px 9px;
}

/* ddm1 */
.ddm1 {
	position: relative;
   z-index: 111;
}
/* item1 */
.ddm1 .item1:link, .ddm1 .item1:visited,
.ddm1 .item1:hover,
.ddm1 .item1-active:link, .ddm1 .item1-active:visited,
.ddm1 .item1-active:hover {
   position: relative;
	font: bold 11px Verdana;
	text-decoration: none;
	color: #4a0b33;
	height: 20px;  /*22-2 */
	padding-top: 2px;
	display: block;
	margin-left: -9px;
	margin-right: -6px;
	padding-left: 9px;
}
.ddm1 .item1 {
}
.ddm1 .item1:hover,
.ddm1 .item1-active:link, .ddm1 .item1-active:visited,
.ddm1 .item1-active:hover {
	text-decoration: none;
	color: #fff;
	background: url(/site/img/menu_left_hover_bg.gif) no-repeat;
}

/* item2 */
.ddm1 .item2:link, .ddm1 .item2:visited,
.ddm1 .item2:hover {
   position: relative;
	font: 10px Verdana;
	text-decoration: none;
	color: #4a0b33;
	height: 17px;
	display: block;
	white-space: nowrap;
}
.ddm1 .item2 {
}
.ddm1 .item2:hover {
	text-decoration: underline;
}

.ddm1 .section {
	position: absolute;
	visibility: hidden;
	z-index: -1;
}


