#nav, 
#nav ul {
	padding:0;
	margin:0;
	list-style:none;
	font: 10px arial, verdana, sans-serif;
	background:url(transparent.gif);
	position:relative;
	z-index:auto;
}
#nav {
	height:20px;
	width:740px;
	padding:0;
	background-color: #FF0000;
	background-image: url(Images/red_bar.gif);
}

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {
	display:block;
	float:left;
	color:#fff;
	height:23px;
	padding:0 20px 0 10px;
	line-height:22px;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#nav li li a {height:21px; line-height:20px; float:none;}

#nav li:hover {
	position:relative;
	z-index:100;
	font-family: v;
	background-image: url(Images/red_bar.gif);
}
#nav a:hover {
	position:relative;
	z-index:100;
	color:#fff;
	border-left:1px solid#000000;
	background-color: #000000;
	background-image: url(Images/red_bar.gif);
}
#nav li:hover > a {
	border-left:1px solid#000000;
	color:#fff;
	background-color: #000000;
	background-image: url(Images/red_bar.gif);
}

#nav :hover  ul {
	left:0;
	top:23px;
	z-index:300;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #000000;
	background-image: url(Images/red_bar.gif);
}
#nav a:hover ul {
	left:-1px;
	background-image: url(Images/red_bar.gif);
}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {
	left:0;
	margin-left:100%;
	top:0;
	background-image: url(Images/red_bar.gif);
}
/* keep further levels hidden */
#nav li:hover > ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:auto;
	background-image: url(Images/red_bar.gif);
}
/* show path followed */
#nav li:hover li:hover > a {
	color:#fff;
	border-left:1px solid#000000;
	background-color: #000000;
	background-image: url(Images/red_bar.gif);
}

#nav li a:hover ul li a:hover {
	background-color: #000000;
	background-image: url(Images/red_bar.gif);
}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{
	left:100%;
	top:0;
	background-image: url(Images/red_bar.gif);
}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{
	position:absolute;
	left:-9999px;
	top:-9999px;
	background-image: url(Images/red_bar.gif);
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(vis/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background: url(vis/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(vis/nextlabel.gif) right 15% no-repeat;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
