/* ================================================================ 
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.stunicholls.com/gallery/hover_gallery.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements. 

Please see 'Terms of use' on stunicholls.com
=================================================================== */

#menu {
	position:relative;
	width:850px;
	background:#fff;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#menu img {display:block;}
#menu img#loading {position:absolute; left:330px; top:100px;}
#menu ul {padding:0; margin:0; list-style:none;}
#menu ul#sub_0 {margin-bottom:1px; height:25px;}

#menu ul#sub_0 li {
	display:inline;
	float:left;
	cursor:default;
	color:#fff;
	width:110px;
	background: #b4ae5a;
	text-decoration:none;
	height:25px;
	line-height:25px;
	text-indent:10px;
	margin-left:1px;
	cursor:pointer;
}

#menu #sub1 {
	width:830px;
	height:140px;
	overflow:auto;
	cursor:pointer;
}
#menu #sub1 ul li {
	float:left;
	width:120px;
	height:120px;
}
#menu #sub1 ul img.hz {
	padding:5px 10px 5px 0px;
}
#menu #sub1 ul img.vt {
	padding:5px 10px 5px 0px;
}

#menu #sub1 ul {
	height:120px;
	background:#FFFFFF;
}

#menu #sub1 #sub_11 {width:7000px;} /*lengte scrollbalk met thumbs */
#menu #sub1 #sub_21 {width:7100px;}
#menu #sub1 #sub_31 {width:1200px;}
#menu #sub1 #sub_41 {width:1200px;}
#menu #sub1 #sub_51 {width:2700px;}
#menu #sub1 #sub_61 {width:1900px;}

#menu #sub2 {height:auto;}

#menu #sub2 ul li img.hzb {margin:20px 0; border:1px solid #000;}
#menu #sub2 ul li img.vtb {margin:20px 93px; border:1px solid #000;}


#menu a:active, #menu a:focus {outline:0;}


.none {display:none;}
.yes {display:block;}

#menu ul#sub_0 li.clicked {
	background:#A8A254;
}
#menu li.clicked {
	background:#FFFFFF;
}

