#menu{
margin-right: 15px;
text-align: right;
color: #6f5724;
margin-top: 8px;
height: 28px;
letter-spacing: 1px;
text-decoration: none;
font-size : 12px;
}
#menu a{
border-bottom : 1px dotted #6f5724;
}
.ring {
	background-image: url(../images/ringband1.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:20px 20px; 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;
}
.bluetabs{
	float : right;
	margin-bottom : 4px;
}
.bluetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}
.bluetabs li{
	display: inline;
	margin: 1px;
}
.bluetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #333333;
	border-bottom: 1px dotted #5b4313;
}
.bluetabs li a:hover{
	color: #dddddd;
}
.bluetabs li.selected{
}
.bluetabs li.selected a{
	background-color: #C9B99F;
}
.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_b{
	position: absolute;
	margin-top : 3px;
	top: 0;
	border: 1px solid #000000;
	line-height: 18px;
	visibility: hidden;
	z-index: 100;
	width: auto;
	text-align: left;
	background-color: #f4f3f4;
}
.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom : 1px solid #aaaaaa;
	padding: 2px 0;
	text-decoration: none;
	color: #222222;
	font-size : 10px;
	letter-spacing : 1px;
}
* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv_b a:hover{
	background-color: #C9B99F;
}
.hyperlinkcss{
	position:absolute;
	margin-left:0px;               /* horizontale positie van het menu t.o.v. de link */
	margin-top:0px;                /* verticale positie van het menu t.o.v. de link */
	visibility: hidden;
	border:1px solid #cccccc;
	border-bottom-width: 1px;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #539555;
	width: 100px;
	color: #ffffff;
}
.hyperlinkcss a{                   
	width: 100%;
	color: #ffffff;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	border-bottom : 1px dotted #cccccc;
}
.hyperlinkcss a:hover{              
	background-color: #3d723e;
	color : #aaaaaa;
}

