/* Common for all menu's */
.WMenu {
	padding: 0;
	margin: 0;
	width: 670px;
}
.WMenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.WMenu li.WMenuItemLevel1 ul {
	padding: 5px 4px 5px 10px;
}
.WMenu li.WMenuItemLevel1 ul a {
	display: block;
}
/* Horizontal menu */
.WMenu-Horizontal-Text-Expandable .BottomClear,
.WMenu-Horizontal-Text .BottomClear,
.WMenu-Horizontal-Image-Expandable .BottomClear,
.WMenu-Horizontal-Image .BottomClear,
.WMenu-Horizontal-TextAndImage-Expandable .BottomClear,
.WMenu-Horizontal-TextAndImage .BottomClear {
	clear: left;
	border: none;
}
.WMenu-Horizontal-Text-Expandable li.WMenuItemLevel1,
.WMenu-Horizontal-Text li.WMenuItemLevel1,
.WMenu-Horizontal-Image-Expandable li.WMenuItemLevel1,
.WMenu-Horizontal-Image li.WMenuItemLevel1,
.WMenu-Horizontal-TextAndImage-Expandable li.WMenuItemLevel1,
.WMenu-Horizontal-TextAndImage li.WMenuItemLevel1 {
	float: left;
	display: inline;
}
.WMenu-Horizontal-Text-Expandable li.WMenuItemLevel1 div.WMenuLevel2,
.WMenu-Horizontal-Image-Expandable li.WMenuItemLevel1 div.WMenuLevel2,
.WMenu-Horizontal-TextAndImage-Expandable li.WMenuItemLevel1 div.WMenuLevel2 {
	position: absolute;
	clear: left;
	margin-top: 0px;
	margin-left: -1px;
	display: none;
}
.WMenu-Horizontal-Text-Expandable li.WMenuItemHover div.WMenuLevel2,
.WMenu-Horizontal-Image-Expandable li.WMenuItemHover div.WMenuLevel2,
.WMenu-Horizontal-TextAndImage-Expandable li.WMenuItemHover div.WMenuLevel2 {
	display: block;
}

