/*====== PHOTO GALLERY ====*/
.thumbs .thumb{
    width:80px;
    height:80px;
    display:block;
    background-position:center center; 
}



/*========= SUPERMENU STYLES =========*/
.supermenu, .supermenu * {
    margin:            0;
    padding:        0;
    list-style:        none;
}
.supermenu {
    line-height:    1.0;
	position:relative;
	z-index:80;
}
.supermenu ul {
    position:        absolute;
    top:            -999em;
    width:            10em; /* left offset of submenus need to match (see below) */
}
.supermenu ul li {
    width:            100%;
}
.supermenu li:hover {
    visibility:        inherit; /* fixes IE7 'sticky bug' */
}
.supermenu li {
    float:            left;
    position:        relative;
}
.supermenu a {
    border: 1px solid #C0C0C0;
    display:        block;
    position:        relative;
    background-color: #FFFFFF;
}
.supermenu li:hover ul,
.supermenu li.sfHover ul {
    left:            0;
    top:            auto; /* match top ul list item height */
    z-index:        99;
}
ul.supermenu li:hover li ul,
ul.supermenu li.sfHover li ul {
    top:            -999em;
}
ul.supermenu li li:hover ul,
ul.supermenu li li.sfHover ul {
    left:            10em; /* match ul width */
    top:            0;
}
ul.supermenu li li:hover li ul,
ul.supermenu li li.sfHover li ul {
    top:            -999em;
}
ul.supermenu li li li:hover ul,
ul.supermenu li li li.sfHover ul {
    left:            10em; /* match ul width */
    top:            0;
}
/*** adding sf-vertical in addition to supermenu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** arrows **/
.supermenu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			0.2em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			4px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.supermenu ul .sf-sub-indicator { background-position:  -10px 0; }
.supermenu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.supermenu ul a:focus > .sf-sub-indicator,
.supermenu ul a:hover > .sf-sub-indicator,
.supermenu ul a:active > .sf-sub-indicator,
.supermenu ul li:hover > a > .sf-sub-indicator,
.supermenu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*========= EINDE SUPERMENU STYLES =========*/
/*========= ACCORDEONMENU STYLES =========*/
ul.accmenu, ul.accmenu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul.accmenu a {
  display: block;
  text-decoration: none;	
}

ul.accmenu li {
  margin-top: 1px;
}

ul.accmenu li a {
  background: #333;
  color: #fff;	
  padding: 5px;
}

ul.accmenu li a:hover {
  background: #000;
}
ul.accmenu li ul{
	display:none;
}
ul.accmenu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}
ul.accmenu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}
ul.accmenu li ul li ul li a {
  background: #e6e6e6;
  color: #000;
  padding-left: 40px;
}
ul.accmenu li ul li ul li a:hover {
  padding-left: 35px;
}
ul.accmenu li ul li ul li ul li a {
  background: #f2f2f2;
  color: #000;
  padding-left: 50px;
}
ul.accmenu li ul li ul li ul li a:hover {
  padding-left: 55px;
}

/*========= EINDE ACCORDEONMENU STYLES =========*/
/*========= MAGNIFIER STYLES =========*/
#dio-lens{
	border:1px solid #000;
	background-color:#FFF;
	z-index: 100;
}

#dio-sensor{
	z-index: 110;
	cursor:crosshair;
}

#dio-loader{
	background:#fff url('../img/preloader.gif') no-repeat center 40px;	
	text-indent:-30000px;
}

/*========= EINDE MAGNIFIER STYLES =========*/
