/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_pullup_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {
	padding:0;
	margin:0;
	list-style:none;
	background:#fff;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#nav li.top {
	display:block;
	float:left;
}
.top_link_collection{
	display:block;
	float:left;
	color:#ddd;
	text-decoration:none;
	padding:0px;
	cursor:hand;
	width:164px;
	height:38px;
}
.top_link_collection span{
	display:none;
}
.top_link_press{
	display:block;
	float:left;
	color:#ddd;
	text-decoration:none;
	padding:0px;
	cursor:hand;
	width:87px;
	height:38px;
}
.top_link_press span{
	display:none;
}
.top_link_archive{
	display:block;
	float:left;
	color:#ddd;
	text-decoration:none;
	padding:0px;
	cursor:hand;
	width:117px;
	height:38px;
}
.top_link_archive span{
	display:none;
}
.top_link_stockits{
	display:block;
	float:left;
	color:#ddd;
	text-decoration:none;
	padding:0px;
	cursor:hand;
	width:128px;
	height:38px;
}
.top_link_stockits span{
	display:none;
}
.top_link_contact{
	display:block;
	float:left;
	color:#ddd;
	text-decoration:none;
	padding:0px;
	cursor:hand;
	width:127px;
	height:38px;
}
.top_link_contact span{
	display:none;
}
.top_link_credits{
	display:block;
	float:left;
	color:#ddd;
	text-decoration:none;
	padding:0px;
	cursor:hand;
	width:113px;
	height:38px;
}
.top_link_credits span{
	display:none;
}
/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
#nav ul, #nav li:hover ul ul, #nav li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover ul {
	left:0;
	bottom:34px;
	top:auto;
	padding:0px;
	white-space:nowrap;
	width:auto;
	height:auto;
	z-index:300;
	background-image:url(/images/transparent-menu.png);
	border-style:solid;
	border-color:#333333;
	border-width:1px;
}
#nav li:hover ul li {
	display:block;
	position:relative;
	float:left;
	font-weight:normal;
	clear:left;
}
#nav li:hover ul li a {
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	color:#FFFFFF;
}
#nav li:hover ul li a:hover {
	color:#999999;
	background-image:url(/images/transparent-menu-hover.png);
}
