@charset "utf-8";
/* CSS Document */


/* Styles for top menu */

#top_menu {
	height: auto;
	/*height: 25px;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	padding: 0px;
}

#top_menu ul {
	margin: 0px;
	line-height: 25px;
	padding: 0px;
}

#top_menu ul li {
	width: auto;
	margin: 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10pt;
	padding: 0px;
	float: left;
	text-align: center;
	list-style-type: none;
}

#top_menu ul li {
	position: relative;
}

#top_menu a, #top_menu a:link, #top_menu a:active, #top_menu a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../Images/toadstool.png);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #431245;
	font-weight: normal;
	font-size: 10pt;
}

#top_menu li a:hover, #top_menu ul > li:hover > a {
	text-decoration: none;
	border: 1px solid #D6D6D6;
}

#top_menu p {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10pt;
	color: #81D0F0;
	padding-top: 5px;
	text-indent: 40px;
	margin: 0px;
}
.colour_text {
	color: #FFAC22;
}
#top_menu ul.submenu {
	float: none;
	height: auto;
	width: auto;
	position: absolute;
	left: -9000em;
	max-height: 0;
	-moz-transition: max-height 0.5s ease-in-out;
	-webkit-transition: max-height 0.5s ease-in-out;
	-o-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
	overflow: hidden;
	background-color: rgb(200,232,238);
}
#top_menu ul.submenu li {
	float:none;
	width: auto;
	text-align: left;
}
#top_menu li:hover ul {
	left: 0;
	max-height: 20em;
}
#top_menu ul.submenu li a {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFF;
	border-left: none;
	color: #BD0F7E;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: .2em 1em;
	white-space: nowrap;
	background-image: none;
	font-weight: normal;
	font-size: 10pt;
	
}
#top_menu ul.submenu li:last-child a {
	border-bottom: none;
}
#top_menu ul.submenu li a:hover {
	color: #FFF;
	background-color: #BD0F7E;
}
