/* CSS for pulldown menu v1.3 */
/* Copyright(C) ASH (http://ash.jp/) */

ul.menu {
	position: relative;
	display: inline-block;
	list-style: none;
	font-size: 

9px;
	line-height: 19px;
	height: 19px;
	width: 100%;
	color: #000000;
	background: #eeeeee;
	border: #aaaaaa 1px solid;
	margin: 0;
	padding: 0;
}
ul.menu li 

{
	position: relative;
	display: inline-block;
	font-size: 9px;
	line-height: 19px;
	white-space: nowrap;
	float: left;
	color: #000000;
	background: 

#eeeeee;
	border: none;
	margin: 0;
	padding: 0;
}
ul.menu a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	font-size: 9px;
	line-

height: 19px;
	color: #000000;
	background: #eeeeee;
	margin: 0;
	padding: 0px 9px;
}
ul.menu a:visited {
	color: #000000;
	background: #eeeeee;
}

ul.menu ul {
	

position: relative;
	display: none;
	list-style: none;
	height: 25px;
	color: #000000;
	background: #eeeeee;
	border-top: #aaaaaa 1px solid;
	margin: 0;
	

padding: 0;
}

ul.menu > li {
	border-right: #aaaaaa 1px solid;
}
ul.menu > li li {
	clear: left;
	border: #aaaaaa 1px solid;
	border-top: none;
}
ul.menu > li li a {
	

background: #eeeeee;
	padding: 0px 9px;
}

ul.menu li:hover > a {
	color: #000000;
	background: #cccccc;
}
ul.menu li:hover > ul {
	display: inline-block;
	position: 

absolute;
	top: 100%;
	left: 1px;
}
ul.menu li a:hover {
	color: #ffffff;
	background: #333366;
}
ul.menu li li:hover ul {
	top: 0px;
	left: 100%;
}
