.collapsed, .expanded {
	float: left;
	display: inline;
}
.collapsed .mnuCont, .mnuSub .mnuItem .mnuSub2 {
	visibility: hidden;
}
.expanded .mnuCont, .mnuSub .mnuItemH .mnuSub2 {
	visibility: visible;
}
.expanded .mnuTopItem {
	color: #555;
	cursor: pointer;
}
.mnuTopItem {
	position: relative;
	display: inline;
	padding: 2px 7px 2px 7px;
	font-weight: bold;
	color: #666;
}
.mnuCont {
	position: relative;
	overflow: visible;
}
.mnuSub, .mnuSub2 {
	width: 200px;
	position: absolute;
	left: 0px;
	clear: both;
	background-color: #fff;
	padding: 0px 1px 3px 1px;
	z-index: 8000;
}
.mnuSub .mnuItem, .mnuSub .mnuItemH {
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
	color: #666;
	font-weight: bold;
	cursor: pointer;
	z-index: 8000;
}
.mnuSub .mnuItemH a, .mnuSub .mnuItem a {
	display: block;
	padding: 2px 0px 2px 0px;
	color: #666;
	width: 100%;
}
.mnuCont .mnuItemH, .mnuCont a:hover {
	color: #F47B28;
}
.mnuCont a {
	color: #666;
	text-decoration: none;
}
.mnuSub2 {
	left: 159px;
	top: -8px;
	visibility: hidden;
	z-index: 8001;
}
.menu img.arrow {
	position: absolute;
	left: 185px;
	top: 4px;
	border: none;
}