#menu0 {
	margin:0px;
    margin-right: 10px;
	text-align: left;
    font-weight: bold;
}

#menu0 dt {
    overflow:hidden;
    border-top: 1px dotted red;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 8px 0px;
    height: 15px;
    height: auto !important;
	min-height: 15px;
}

#menu0 dl dt {
    margin-left: 20px;
}

#menu0 dl dl dt {
    margin-left: 40px;
}

#menu0 dl {
    margin: 0px;
}

#menu0 dt:first-child {
  border-top: none;
}

#menu0 dt.dt0 {
  margin-left: 0px;
}

#menu0 dt:hover {
   background:url(/images/page/active_block.png) no-repeat;
}

#menu0 dl dt:hover {
   background:url(/images/page/active_block1.png) no-repeat;
}

#menu0 dl dl dt:hover {
   background:url(/images/page/active_block2.png) no-repeat;
}

#menu0 dd {
	padding: 0px 0px;
	min-height: 0px;
    margin: 0px;
}

