@charset "utf-8";
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	display: block;
	width: 162px;
	border-bottom-style: solid;
}
li:hover ul {
	display: block;
}

ul li {
	position:relative;
	float: none;
	display: block;
}
li ul {
	position: absolute;
	display: none;
	clip: rect(auto,auto,auto,auto);
	color: #FFFFFF;
	background-color: #F9F9F9;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	top: 0px;
}
#scrolla {
	height: 150px;
	width: 100%;
	overflow: auto;
}
.float_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-transform: uppercase;
	color: #333333;
}
a:hover {
	color: #999999;
	background-color: #EBEBEB;
}
a:active {
	color: #F3F3F3;
	background-color: #B2B2B2;
}

ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background-color: #fff;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	height: 1%;
}
li {
	margin: 0px;
}

