/* menu_left */
div.menu_left {
	position: relative;
}

/* td_0x */
td.td_01, td.td_03, td.td_07, td.td_09 { width: 7px; height: 7px; }

td.td_01 { 	background: url(../img/t_01.gif) no-repeat ; }
td.td_03 { 	background: url(../img/t_03.gif) no-repeat ; }
td.td_07 { 	background: url(../img/t_07.gif) no-repeat ; }
td.td_09 { 	background: url(../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(../img/t_02.gif) repeat-x ; }
td.td_08 { 	background: url(../img/t_08.gif) repeat-x ; }
td.td_04 { 	background: url(../img/t_04.gif) repeat-y ; }
td.td_06 { 	background: url(../img/t_06.gif) repeat-y ; }

td.td_05 { 
	background: url(../img/t_05.gif); 
	padding: 1px 21px 1px 9px;
}

/* ddm1 */
.ddm1 {
	position: relative;
   z-index: 111;
}
.ddm1 b{
	display:block;
	margin:10px 0 5px;
	background-color:#fff;
	width:90%;
	font: normal 12px Arial;
	color: #330033;
	text-shadow:1px 0px #000;
	padding:5px 10px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
/* 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 12px Arial;
	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(../img/menu_left_hover_bg.gif) no-repeat;
}

/* item2 */
.ddm1 .item2:link, .ddm1 .item2:visited,
.ddm1 .item2:hover {
   position: relative;
	font: 12px Arial;
	text-decoration: none;
	color: #4a0b33;
	display: block;
	left:10px;
}
.forum .item2 {
margin-bottom:7px;
margin-right:25px;
}
.ddm1 .item2:hover {
	text-decoration: underline;
}

.ddm1 .section {
	position: absolute;
	visibility: hidden;
	z-index: -1;
}



