.Menu-off {
	padding: 0;
	margin-top: -18px;
	margin-left: 98px;
	width: 160px;
	list-style: none;
	display: none;
}

.Menu-on {
	padding: 0;
	margin-top: -18px;
	margin-left: 98px;
	width: 160px;
	list-style: none;
	display: block;
}

.Menu-off li {
	height: 18px;
	width: 160px;
}

.Menu-on li {
	height: 18px;
	width: 160px;
}

.hiddenPopup-off {
	display: none;
}

.hiddenPopup-on {
	padding: 0;
	width: auto;
	display: block;
	position: absolute;
	z-index: 10;
}

div.hiddenPopup-on ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #babeb1;
}

div.hiddenPopup-on ul li {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div.hiddenPopup-on ul li a {
	display:block;
	background: #f1f3ee;
	margin:0px;
	width:160px;
	padding:5px 10px;
	text-align:left;
	overflow:hidden;
	border: 1px solid #babeb1;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	color:#384751;
	border-bottom: 0px;
}

div.hiddenPopup-on ul li a:hover {
	background-color: #ddeaf3;
	color:#384751;
}


/*** IE 6 FIX ***/

.select-free
{
	position:absolute;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
}
.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}