/* Main menu */
#menu, #menu ul {
	width: 800px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
	position: absolute;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}
#menu a img {
	border: none;
}
#menu li {
	margin: 0;
	padding: 0;
	width: auto;
	display: inline;
	position: relative;
}

/* Drop downs */
#menu li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 24px;
	left: -999em;
}
#menu li ul li {
	margin: 0;
	padding: 0;
	display: block;
	background: #333333;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: 1px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #313131;
}
#menu li ul a {
	margin: 0;
	display: block;
	text-decoration: none;
	color: #c6c6c6;
	padding: 0 10px 0 10px;
}
#menu li:hover ul {
	left: auto;
}

/* Individual drop downs
   --------------------- */
/* About */
#about_nav li {
	width: 162px;
}
#about_nav li a:hover {
	background: #3b2186; /* dark purple */
}
#about_img {
	background-image: url(/images/nav/about.png);
	background-repeat: no-repeat;
	width: 162px;
	height: 24px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#about_img:hover {
	background-position: 0 -24px;
}
#about_img span {
	display: none;
}
/* Contribute */
#contribute_nav li {
	width: 153px;
	left: 162px;
}
#contribute_nav li a:hover {
	background: #750059; /* bright purple */
}
#contribute_img {
	background-image: url(/images/nav/contribute.png);
	background-repeat: no-repeat;
	width: 153px;
	height: 24px;
	display: block;
	position: absolute;
	top: 0;
	left: 162px;
}
#contribute_img:hover {
	background-position: 0 -24px;
}
#contribute_img span {
	display: none;
}
/* Supporters */
#supporters_nav li {
	width: 165px;
	left: 315px;
}
#supporters_nav li a:hover {
	background: #b7c92f; /* yellow */
	color: #333333;
}
#supporters_img {
	background-image: url(/images/nav/supporters.png);
	background-repeat: no-repeat;
	width: 165px;
	height: 24px;
	display: block;
	position: absolute;
	top: 0;
	left: 315px;
}
#supporters_img:hover {
	background-position: 0 -24px;
}
#supporters_img span {
	display: none;
}
/* Photos & Videos */
#photosvideos_nav li {
	width: 156px;
	left: 480px;
}
#photosvideos_nav li a:hover {
	background: #58ab2a; /* green */
	color: #333333;
}
#photosvideos_img {
	background-image: url(/images/nav/photosvideos.png);
	background-repeat: no-repeat;
	width: 156px;
	height: 24px;
	display: block;
	position: absolute;
	top: 0;
	left: 480px;
}
#photosvideos_img:hover {
	background-position: 0 -24px;
}
#photosvideos_img span {
	display: none;
}
/* Fashion on Bourbon */
#fashionbourbon_nav li {
	width: 164px;
	left: 636px;
}
#fashionbourbon_nav li a:hover {
	background: #85b43f;
}
#fashionbourbon_img {
	background-image: url(/images/nav/fashionbourbon.png);
	background-repeat: no-repeat;
	width: 164px;
	height: 24px;
	display: block;
	position: absolute;
	top: 0;
	left: 636px;
}
#fashionbourbon_img:hover {
	background-position: 0 -24px;
}
#fashionbourbon_img span {
	display: none;
}