DIV.menu {
	margin-bottom: 10;
	font: bold 16px arial;
}

DIV.menu A {
	text-decoration: none;
	color: black;	
}

DIV.menu A.disabled {
	color: gray;
}

DIV.menu DIV.item {
	display: inline;
	margin-right: 20;
	cursor: hand;
}

DIV.menu DIV.sub {
	display: none;
	border: ridge 2px #50B0F0;
	background: #50B0F0;
	margin-top: 18;
	padding: 5 0 5 0;
	position: absolute;
	text-align: left;
	z-index: 500;
}

DIV.menu DIV.item:Hover {
	color: #000060;
}

DIV.menu DIV.item:Hover DIV.sub {
	display: inline; 
}

DIV.menu DIV.sub A {
	display: block;
	width: auto;
	padding: 1 10 1 10;
}

DIV.menu A:Hover {
	color: white;	
}

DIV.menu A#selected {
	color: yellow;
}
