/* Bron: http://www.htmldog.com/articles/suckerfish/dropdowns/ */

#topmenu, #topmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2em;
}

#topmenu {
    margin-top: 1em;
}

#topmenu a {
	display: block;
	width: 160px;
	background-color: #99f;
	font-weight: bold;
	color: black;
    text-decoration: none;
	text-align: center;
}

#topmenu a:hover {
	background-color: #ccf;
}

#topmenu li {
	float: left;
	width: 160px;
}

#topmenu li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	z-index: 1;
}

#topmenu li ul a {
	text-align: left;
}

#topmenu li:hover ul {
	left: auto;
}

/* anti-sticky in IE */
#topmenu li:hover, #topmenu li.hover {
    position: static;
}

#topmenu li:hover ul, #topmenu li.sfhover ul {
	left: auto;
}

#topmenu li ul ul {
	margin: -2em 0 0 -137px;
}

#topmenu li:hover ul ul, #topmenu li.sfhover ul ul {
	left: -999em;
}

#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li.sfhover ul, #topmenu li li.sfhover ul {
	left: auto;
}

#topmenu #mymenu {
	background-color: #f99;
}

#topmenu #mymenu:hover {
	background-color: #fcc;
}

#content {
	clear: both;
}

#bottommenu, #bottommenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2em;
}

#bottommenu {
    margin-top: 1em;
}

#bottommenu a {
	display: block;
	width: 160px;
	background-color: #99f;
	font-weight: bold;
	color: black;
    text-decoration: none;
	text-align: center;
}

#bottommenu a:hover {
	background-color: #ccf;
}

#bottommenu li {
	float: left;
	width: 160px;
}

