#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topmenu ul li {
	float: left;
	font-weight: bold;
	position: relative;
	text-align: center;
	width: 121px;
}
#topmenu ul li ul {
	display: none;
	left: 0;	/* set 1px less than menu width */
	line-height: 30px;
	position: absolute;
	top: 30px;
	//width: 195px; /* for ie 7.x */
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
#topmenu ul li a {
	color: #000000;
	font-weight: bold;
}
#topmenu ul li a:hover {
	text-decoration: none;
}
/* menu items */
#topmenu ul li.category {
	color: #000000;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 0;
	padding-right: 0;
	text-decoration: none;
}
#topmenu ul li.sp {
	border-right: 3px solid #b24509;
	height: 20px;
	margin: 5px 0;
	width: 0;
}
#topmenu ul li.category:hover, #topmenu ul li.category.over {
	color: #b24509;
	text-decoration: none;
}
/* commented backslash \*/
* html ul li a {
	height: 1%;
}
/* end hack */
#topmenu li a {
	font-family: "Trebuchet MS";
	text-decoration: none;
	text-transform: uppercase;
}
/* hovered lists */
#topmenu li a, #topmenu li.over a {
	color: #000000;
	display: block;
	width: 121px;
}
#topmenu li li a:hover, #topmenu li.over li a:hover {
	background: #28779b url(../img/li.gif) no-repeat 5px center;
	color: #b24509;
	text-decoration: none;
	text-indent: 10px;
}
/* set dropdown */
#topmenu li li a, #topmenu li.over li a {
	background: #669eb8 url(../img/li.gif) no-repeat 5px center;
	border: 1px solid #000000;
	border-top: 0;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	width: 180px;
}
/* sub menu */
#topmenu li ul li a {
	font: bold 90%/15px Tahoma, sans-serif;
	padding: 2px 5px;
	text-decoration: none;
	text-transform: none;
}
/* the pop */
#topmenu li:hover ul, #topmenu li.over ul {
	display: block;
}
#menu {
	display: block;
	left: 0px;
	position: absolute;
	top: 1px;
	z-index: 1000;
}
