*{
	margin: 0;
	padding: 0;
}

/*------------------------------------
	#menu X^C
-------------------------------------- */
dl#menu{
	background: url(../images/pull_down/menuBg.gif) repeat-x left center;
	float: left;
}

	dl#menu ul{
		list-style: none;
	}

	dl#menu dd{
		border-left: solid 2px #fff;
		float: left;
		text-align: center;
		position: relative;
		width: 189px;
		height: 27px;
	}
		
		dl#menu dd a{
			display: block;
			color: #fff;
			text-decoration: none;
			line-height: 27px;
			width: 189px;
			height: 27px;
		}
	
		dl#menu dd ul{
		/*
			O[oj[ºAv_Ej[ÌX^CB
		*/
			background-color: #E6E6E6;
			filter:alpha(opacity=80); /*IE*/
			-moz-opacity:0.80; /*FF*/
			opacity:0.80;
			display: none;
			position: absolute;
			top: 27px;
			left: 0;
			z-index: 0;
		}
		
			dl#menu dd ul a{
				height: auto;
				width: 189px;
			}
		
			dl#menu dd ul a.hierarchy{
				background: url(../images/pull_down/gmArrow.gif) 122px center no-repeat;
			}
			
			dl#menu dd ul li.rollOver a.rollOverA{
				color: #4B4B4B;
			}
		
			dl#menu dd ul li{
				position: relative;
			}
			
				dl#menu dd ul li ul{
					display: none;
					position: absolute;
					top: 0px;
					left: 189px;
					z-index: 0;
				}