#menuitem {
	position: relative;
	float: left;
	cursor: pointer;
}


.submenu {
	position: absolute;
	float: left;
	background-color: #ffffff;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity:0.95;
	-khtml-opacity:0.95;
	padding: 5px 10px 5px 10px;
	line-height: 15pt;
	width: 250px;
	z-index: 100;
	cursor: pointer;
}

.submenu a, .submenu a:link {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}

.submenu a:hover {
	color: #000;
	border: none;
	cursor: pointer;
}
