
a {
	color: #000;
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:100px;
}


ul li {
	/*font: bold 10px/16px Verdana, Arial, Helvetica, sans-serif;*/
	height:100%;
	/*background:#fff;*/
	/*border-bottom:1px solid #fff;*/
	position: relative;
	float:left;
	width:100%;
	margin-left:0px;
	}
	
ul li ul li{
	background:#FFF;
	width:320%;
	}

ul li a{
	display:block;
	padding: 2px 3px;
	}

ul li a:hover {
	color: #000;
	background: #ccc;
	/*border-right:1px solid #fff;
	border-left:1px solid #fff;*/
}

ul li ul li a:hover{
	/*background: #ccc;*/
	/*border-left:1px solid #fff;*/

}

ul ul {
	position: absolute;
	top: 0;
	display:none;
}

ul li:hover ul{
	display: block;
	left:100px;
}
