<style type="text/css">
/*	body {
		background-color: black;
	}
	a {
		color: #333333;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	.Menu_Head {
		filter:alpha(opacity=100,finishopacity=80,style=1);
		background-color: whitesmoke;
		background: url('../images/menu.png') top left no-repeat; 
		font-weight: bold;
		font-size: 11px;
		color:#FFFFFF;
		cursor: pointer;
		width: 190px;
		height: 30px;
	}
	.Menu_Items {
		filter:alpha(opacity=100);
		background-color: #e8e8e8;
		padding: 10;
		width: 190px;
		display: block;
	}*/
</style>