/* ================================================================ 
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/simple_dropline.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 { 
	margin:auto; 
	padding:0; 
	width:600px; 
	height:46px; 
	background:transparent url(../nav_bg.gif) no-repeat; 
	position:relative; 
	border-bottom:1px solid #cecece; 
	z-index:4
	}
#nav img {
	position:absolute; 
	top:0; 
	left:240px; 
	border:none
	}
.select, 
.current {
	margin:0; 
	padding:0 5px 0; 
	list-style:none
	}
li {
	display:inline; 
	margin:0; 
	padding:0; 
	height:auto
	}
.artworks {
	letter-spacing:.3em
	}
.select a,
.current a {
	display:block; 
	margin-top:36px; 
	height:10px; 
	float:left; 
	background:transparent; 
	padding:0 9px 0 7px; 
	text-decoration:none; 
	font:1.2em/10px verdana,arial,helvetica,sans-serif; 
	white-space:nowrap; 
	border-right:1px solid #1b95c2; 
	border-left:1px solid #1b95c2; color:#a0410d
	}
* html .select a,
* html .current a {
	width:1px; 
	height:11px
	}
.select a:hover, 
.select li:hover a {
	background:transparent; 
	cursor:pointer; 
	color:#daa520
	}
.sub {
	display:none
	}
/* for IE5.5 and IE6 only */
table {
	position:absolute; 
	border-collapse:collapse; 
	left:0; 
	top:0
	}
.current a {
	background:transparent; 
	color:#a0410d
	}
.sub li a:hover, 
.select a:hover .sub li a:hover, 
.select li:hover .sub li a:hover {
	background:#999; 
	color:#e2e2e2
	}
.sub_active .current_sub a, 
.sub_active a:hover {
	background:transparent; 
	color:#a0410d
	}
.select li a:hover .sub, 
.select li:hover .sub {
	display:block; 
	position:absolute; 
	width:600px; 
	top:18px; 
	left:0; 
	background:#999; 
	margin-top:28px; 
	padding-top:0; 
	z-index:100; 
	color:#fff; 
	font-size:11px
	}
.sub, 
.sub_active {
	margin:0; 
	padding:0; 
	list-style:none
	}
.sub_active {
	display:block; 
	position:absolute; 
	width:600px; 
	top:28px; 
	left:0; 
	background:#999; 
	margin-top:0; 
	padding:0; 
	z-index:10
	}
* html .sub_active,
* html .select a:hover .sub {
	z-index:-1; 
	margin-top:0; 
	margin-top:1px
	}
.sub_active a {
	height:21px; 
	text-decoration:none; 
	line-height:20px; 
	white-space:nowrap; 
	display:block; 
	float:left; 
	background:#999; 
	padding:5px 10px 10px; 
	margin:0; 
	font-size:1em; 
	white-space:nowrap; 
	border:0; 
	color:#fff
	}
.select a:hover .sub li a, 
.select li:hover .sub li a {
	display:block; 
	background:#999;
	 padding:5px 10px 10px; 
	 margin:0; 
	 white-space:nowrap; 
	 border:0; 
	 color:#fff; 
	 font-size:12px
	 }
