@charset "UTF-8";
#menu {
	padding:0px;
	margin:0px 0px;
	list-style:none;
	height:18px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
}
#menu li {
	float:left;
	margin-right:0px;
	margin-left: 1px;
}
#menu li.header a {
display:block;
	float:left;
	height:28px;
	line-height:28px;
	color:#ccc;
	padding:0px 12px;
	background-color: #333;
}
#menu li a {
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	color:#ccc;
	text-decoration:none;
	padding:0px 12px;
	background-color: #333;
}
#menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
#menu li.header a:hover {
	z-index:200;
	position:relative;
	color:#fff;
	background-color:#00C;
	text-decoration: none;
}
#menu li.header li a:hover {
	z-index:200;
	position:relative;
	color:#fff;
	background-color:#00C;
	text-decoration: none;
}
#menu li:hover {
	position:relative;
	z-index:200;
}
#menu li:hover>a {
	color:#fff;
	background-color: #00C;
}
#menu li.current a {
background:#009;
}
/* hovering over top-level item that is current */
#menu li.current:hover>a {
	color:#fff;
	background:#00C;
}
#menu :hover ul {
	left:0px;
	top:28px;
	width:120px;
	background:#333;
}
/* keep the 'next' level invisible by placing it off screen. */
#menu ul, #menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#menu :hover ul :hover ul {
	left:120px;
	top:-1px;
	background:#00C;
	white-space:nowrap;
	width:100px;
	z-index:200;
	height:auto;
}
#menu :hover ul li {
	margin:0;
	border-top:1px solid #666;
}
#menu :hover ul li a {
	width:140px;
	padding:0;
	text-indent:10px;
	background:#333;
	color:#ccc;
	height:28px;
	line-height:28px;
}
#menu :hover ul li.current a {
	background:#009;
}
/* hovering over a sub-item that is current */
#menu :hover ul li.current:hover>a {
	background:#00C;
}

#menu :hover ul :hover {
	background-color:#00C;
	color:#fff;
}

#menu :hover ul :hover ul li a {
	width:100px;
	padding:0;
	text-indent:10px;
	background:#3e3e3e;
	color:#ccc;
}
.transparent_bg {
	background: url(/_img/transparent.gif) repeat;
}
#menu :hover ul :hover ul :hover {
	background-color:#00C;
	color:#fff;
}
