/* ================================================================ 
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/final_drop.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.
=================================================================== */

.menu {
	margin: 0 0 0 0;
	padding: 0;
	/*width: 982px;
	_width: 979px;*/
	font-size:11px;
	font-weight: 100;
	display: inline;
	float: left;
	position:relative;
	z-index:2;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	position: relative;
	width: 170px;
}

.menu li#aboutMenu { width: 57px; }
.menu li#collectionsMenu { width: 96px; }
.menu li#behindMenu { width: 131px; }
.menu li#galleryMenu { width: 67px; }
.menu li#downloadsMenu { width: 92px; }
.menu li#mailingMenu { width: 92px; }
.menu li#menuMenu { width: 52px; }
.menu li#blogMenu { width: 52px; }
.menu li#specialsMenu { width: 73px; }
.menu li#mapMenu { width: 43px; }
.menu li#archivesMenu { width: 75px; }
.menu li#contactMenu { width: 72px; }
.menu li#friendsMenu { width: 131px; }



/* style the links for the top level */
.menu a, .menu a:visited {

	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	width:139px; 
	height:30px; 
	background:#758279;    
	line-height:5px; 
	display:block;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width: 170px;
	w\idth: 170px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #ffffff;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background: #e9eef2; 
}
.menu ul ul :hover > a.drop {
	background: #e9eef2;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #ffffff;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background: #e9eef2; 
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
div.menu ul ul {
	padding: 3px 0 0 0;
	width: 172px;
	height: 0;
	visibility: hidden;
	position: absolute;
	top: 11px;
	left: 0px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top: 5px;
	t\op: 5px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	margin: 0;
	width: 170px;
	left: 170px; 
	position: absolute;
	top: 0;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left: -170px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	_top: 5px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { 
	padding: 3px 0;
	width: 150px;
	height: 12px;
	line-height: 1em;
	color: #545b61;
	font-weight: 100;
	background: #ffffff;
	font-size: 12px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a{
	width: 170px;
	w\idth: 170px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color: #606a76; 
	font-weight: 100; 
	background: #ffffff;
	font-size: 12px;
}
.menu :hover > a, .menu ul ul :hover > a {
	color: #606a76;
	background: #ffffff;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility: visible;
}

.menu ul ul li {
	margin: 0;
	padding: 0;
	background: #ffffff;
}