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

/* =============================================================== *\ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_horizontal.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
\* =============================================================== */

/* =================================================== *\
CSS Document adapted by www.marceldaems.com | London 2008
\* =================================================== */


/* When changing a color: copy -> #582D44 <- and replace it to the color you want! */

.menupurple {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: 160px;
	height: 26px;
	top: -150px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	}

.menupurple ul li a, .menupurple ul li a:visited {
	display: block;
	text-decoration: none;
	color: white;
	width: 160px;
	height: 25px;
	line-height: 24px;
	font-size: 11px;
	padding-left: 4px;
	border-left: solid 5px #582D44;
	}

.menupurple ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

.menupurple ul li {
	float: left;
	position: relative;}

.menupurple ul li ul {
	display: none;
	}

/* specific to non IE browsers */

.menupurple ul li:hover a {
	color: white;
	background: #582D44;
	}

.menupurple ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 169px;
	width: 642px;
	background: transparent;
	}

.menupurple ul li:hover ul li {
	float:left;
	}

.menupurple ul li:hover ul li a {
	background: transparent  url(../../media/standard/opaque.png);
	color: black;
	border-left: solid 1px #582D44;
	padding-right: 25px;
	display: block;
	width: auto;
	float: left;
	}

.menupurple ul li:hover ul li a:hover {
	background: #582D44;
	color: white;
	}