/********** categories STYLE ********/
ul.categories {
	width: 112px;
	height: 20px;
	position: absolute;
	left: 118px;
	top: 2px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
	cursor: default;
	display: none;
}

ul.categories li {
	font-size: 10px;
	width: 112px;
	-moz-user-select: none;
	/*
	padding: 3px 0 3px 5px;
	color: #444;
	font: 11px Arial;
	*/
	background: #fff;
	text-decoration: none;
	cursor: default;
}

ul.categories li.selected {
	background: steelblue;
	color: #fff;
}

.block_select a.categories {
	width: 112px;
	height: 18px;
	background: url(/img/select_bg.png) no-repeat top left;
	display: block;
	padding: 1px 0px 0 2px;
	text-decoration: none;
	color: #333;
	}

a.categories div {
	padding: 1px;
	height: 15px;
	overflow: hidden;
	margin-left: 2px;
	-moz-user-select: none;
}

a.categories div * { font: 10px; color: #000; }

a.categories:hover,
a.categories:focus,
a.categories:active {
}

a.categories:hover div,
a.categories:focus div,
a.categories:active div {
	background: url(/img/select_button.gif) no-repeat right -20px;
}


/********** simplifica STYLE ********/
ul.simplifica {
	width: 125px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px outset #444;
	position: absolute;
	top: 356px;
	left: 191px;
	z-index: 9999;
	cursor: default;
	display: none;
}

ul.simplifica li {
	-moz-user-select: none;
	padding: 3px 0 3px 5px;
	_padding: 0 0 0 5px; /* IE ... */
	color: #444;
	font: 11px Arial;
	background: #fff;
	text-decoration: none;
	cursor: default;
}

ul.simplifica li.selected {
	background: steelblue;
	color: #fff;
}

a.simplifica {
	display: block;
	width: 125px;
	height: 33px;
	font: 12px Arial;
	text-decoration: none;
	cursor: default;
	color: #000;
	border: 1px inset #444;
}

a.simplifica div {
	background: url(simplifica.gif) no-repeat right 0;
	padding: 3px 0 0 0;
	height: 45px;
	_height: 45px;  /* IE ... */
	overflow: hidden;
	margin-left: 7px;
	-moz-user-select: none;
}

a.simplifica div * { font: 12px Arial; color: #000; }

a.simplifica:hover,
a.simplifica:focus,
a.simplifica:active {
	border: 1px inset steelblue;
}

a.simplifica:hover div,
a.simplifica:focus div,
a.simplifica:active div {
	background: url(simplifica.gif) no-repeat right -20px;
}