ul#pulldown-menu a {
	color: #FFFFFF;
	text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
	background-color: #666666;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
	background-color: #9f9f9f;
}

ul#pulldown-menu li {
	float: left;
	position: relative;
	width: 150px;
	height: 2.7em;
	font-weight: normal;
	line-height:3em;
	font-size:11px;
	clear: both;
	text-align: center;
	display: list-item;
	padding: 0px;
	margin: 0;	
	
}
ul#pulldown-menu li a {

	display: block;
	width:150px;
	height: 2.7em;

		font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
        text-align: center;
		white-space:nowrap;
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
	display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: auto;
	bottom: 0px;
	width: 150px;
	right: 0px;
}

ul#pulldown-menu li ul li {
	float: left;
	margin: 0;
	font-weight: normal;
	font-size:10px;
	clear: both;
}


* {
margin: 0;
padding: 0;
list-style: none;
}
*+html ul.pulldown-menu li ul {
margin-left: -50%;
}
ul#pulldown-menu { /* IE6 対策 */
	behavior: url("http://watchland-gallery.jp/csshover.htc");
}

