#nav #brand {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

	#nav #brand:hover {
		color: #fff;
	}

#nav #wedo {
	behavior: url("iepngfix.htc");
	background-image: url("http://www.eco-creations.co.uk/images/home/branding_popup.png");
	z-index: 10;
}

#nav #wedo, #nav #brand_list {
	display: none;
	position: absolute;
	top: 180px;
	left: 110px;
	width: 248px;
	height: 346px;
}

	#nav #brand_list {
		z-index: 20;
		list-style-type: none;
		margin: 20px 20px 20px 35px;
		padding: 0;
	}

		#nav #brand_list li {
			font-family: Arial, Tahoma, sans-serif;
			font-size: 80%;
			font-style: normal;
			margin: 0 0 10px 0;
			padding: 0;
			border: none;
		}

			#nav #brand_list li a {
				display: block;
				width: 170px;
				color: #999;
				padding: 5px 10px 10px 10px;
			}

				#nav #brand_list li a:hover, #nav #brand_list li a.hover {
					text-decoration: none;
					/*background-color: #eee;*/
				}

				#nav #brand_list li a strong {
					font-family: Georgia, "Helvetica", "Times new Roman", serif;;
					margin-top: 0;
					color: #69884F;
					font-size: 160%;
					font-weight: normal;
				}

				#nav #brand_list li a br {
					margin-bottom: 5px;
				}

	#nav #wedo.hover {
		display: block;
	}