@charset "utf-8";

		.d_menu {
			margin-bottom: 0px;
		}
			.d_menu ul li {
				float: left;
				position: relative;
				margin-right: 0px;
				width: 116px;
				height: 23px;
			}
				.menu ul li table {
					border-collapse: collapse;
					border: none;
					font-size: 10px;
					padding: 0;
					position: absolute;
					top: 0;
					left: 0;
				}
				
			.d_menu ul li ul {
				visibility: hidden;
				overflow: hidden;
				position: absolute;
				top: 23px;
				left: 0px;
				width: 116px;
				height: 0;
				z-index: 100;
			}
				.menu ul li ul li {
					margin-bottom: 0;
					width: 116px;
					height: 23px;
				}
			
			.d_menu ul li a {
				font-family: verdana, sans-serif;
				color: #fff;
				display: block;
				text-decoration: none;
				text-align:center;
				height: 23px;
				line-height: 23px;
			}
			
			.d_menu ul li a:hover {
				position: relative;
				z-index: 100;
			}
			
			.d_menu ul li:hover ul ,
			.d_menu ul li a:hover ul {
				visibility: visible;
				overflow: visible;
				height: auto;
				z-index: 10;
			}

		.d_menu li.space { background: url(../images/btn04.gif) left top repeat; width: 180px;}
		.d_menu li.menu_1 { background: url(../images/btn01.gif) left top no-repeat; }
		.d_menu A:HOVER.menu_1 { background: url(../images/btn01b2.gif) left top no-repeat; }
		.d_menu li.menu_2 { background: url(../images/btn03.gif) left top no-repeat; }
		.d_menu A:HOVER.menu_2 { background: url(../images/btn01b.gif) left top no-repeat; }
		.d_menu li.menu_3 { background: url(../images/btn02.gif) left top no-repeat;  width: 180px;}
		.d_menu A:HOVER.menu_3 { background: url(../images/btn02b.gif) left top no-repeat; }
