@media print {
	#styleswitcher {
		display:none;
	}
}

/* defaut */
#styleswitcher {
	position:absolute;
	top:0;
	right:0;
	width:80px;
	background:#000000;
	color:#ffffff;
	font-size:10px;
	font-family:Arial,sans-serif;
	text-align:center;
	z-index:1000;
	-moz-border-radius-bottomleft:10px;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4; 
	}
#styleswitcher p {
	position:relative;
	margin:0;
	padding:2px 4px 2px 25px;
	background:url(switcher.gif) 4px center no-repeat;
	}
#styleswitcher ul {
	position:relative;
	display:none;
	margin:0;
	padding:5px 10px;
	text-align:left;
	}
#styleswitcher ul li {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	}
#styleswitcher a {
	position:relative;
	display:block;
	margin:0;
	padding:2px 4px;
	color:#BFBFBF;
	text-decoration:none;
	-moz-border-radius:3px;
	}
#styleswitcher a:hover {
	background:#5F5F5F;
	color:#ffffff;
	text-decoration:none;
	}

/* hover */
#styleswitcher:hover {
	width:auto;
	padding:5px;
	background:#000000;
	color:#ffffff;
	font-size:12px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8; 
	}
#styleswitcher:hover p {
	font-size:1.2em;
	}
#styleswitcher:hover ul {
	display:block;
	}