/******* index ********/

div.mootools_menu {
	overflow: hidden;
	height: 55px;
}


/******* setup ********/
div.menuroule {
	width: 700px;
	height: 20px;
	margin-left: 20px;
	border: none;
	overflow: hidden;
}

div.menuroule div {
	padding: 4px 4px 4px 4px;
	height: 20px;
	display: block;
	cursor: default;
	vertical-align: middle;
}
	
div.menuroule div.contact {
	background: #eeeeee;
}

div.menuroule div.optgroup {
	text-decoration: underline;
}


div.menuroule div.contact:hover {
	background: #cccccc;
	cursor: pointer;
}


/******* setup ********/