@charset "utf-8";
/* styleCSS Document */
div#menu{
	height: 24px;
	width: 100px;
	position: relative;
}
ul#menuBody{
	width: 150;
	position: absolute;
	z-index: 10;
}
ul.nav{height:24px; overflow: hidden; background: #eee; color:#666; width: 100px; font-size:12px; text-align: center; float: left;}
ul.nav li{height:24px; line-height:24px;}
ul.nav li:hover{background: #666; color:#FFF; cursor: pointer;}
ul#menuBody li{float: left;}
ul#menuBody .nav li{float: none;}
