#themeMenu {
	background: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: right;
}
#themeMenu li {
	cursor: default;
	border: none;
	position: relative;
	text-align: right;
	width: 15em;
}
#themeMenu li ul {
	border: solid 1px;
	display: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 100%;
	right: -6px;
	/* opacity */
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity: .75;
}
#themeMenu li>ul {
	top: auto;
	left: auto;
}
#themeMenu a {
	font-weight: bold;
	text-decoration: none;
}
#themeMenu li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
#themeMenu li li a {
	display: block;
	font-weight: normal;
	padding: 3px 10px;
}
#themeMenu li li a:hover {
	border: none;
}
#themeMenu li:hover ul, li.over ul {
	display: block;
}
