body {
	behavior: url(csshover.htc);
}
 
a {
	color: #333366;
	text-decoration: none;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:120px;
	
}

ul li {
	font: bold 11px/16px arial, helvetica, sans-serif;
	height:100%;
	background:transparent;
	border-bottom:1px solid #fff;
	position: relative;
	float:left;
	width:170px;
	}
	
ul li ul li{
	background:#99ccff;
	}

ul li a{
	display:block;
	padding: 2px 3px;
	}

ul li a:hover {
	color: cc6633;
	
}

ul li ul li a:hover{
	background: #ffedd3;
	
}

ul ul {
	position: absolute;
	top: 0;
	display:none;
}

ul li:hover ul{
	display: block;
	left:100px;
}
