@charset "utf-8";

/* DROPY_MENU*/ 
 #nav { display: block; margin-bottom:4px; padding: 0; position: relative; }
 #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; width:130px; text-align:center;}
 #nav a { display: block; text-decoration:none; font-weight:bold; }
  
 #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
 #nav ul a { zoom: 1; } /* IE6/7 fix */
 #nav ul li { float: none; }
 #nav ul ul { top: 0; }
    
/* Essentials - configure this */
#nav ul { width: 130px; }
#nav ul ul { left: 131px; }
/* Everything else is theming */ 
#nav {height: 28px; background-image:url(../image/menu_base.png); background-repeat:repeat-x; }
#nav *:hover { background-color: none; }
#nav a { border-right: 1px solid #285fb3; color: white; font-size: 12px; padding: 8px 6px; line-height: 1; }
/*  #nav li.hover a { background-color: #5E5A5A; }  
  #nav ul { top: 29px; }
  #nav ul li a { background-color: #5E5A5A; }*/	
  #nav li.hover a { background-color: #5E5A5A; }  
  #nav ul { top: 29px; }
  #nav ul li a { background-color: #5E5A5A; }
  #nav ul a.hover { background-color: #30A8C3; }
  #nav ul a { border-bottom: 1px solid #285fb3; border-right: none; opacity: 1; filter: alpha(opacity=100); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */






/* lightBox */

	#gallery ul { list-style: none; }
	#gallery ul { display: inline; }
	#gallery img {
		border: 0px solid #cccccc;
		border-width: 0px 0px 0px;
	}
	#gallery a:hover img {
		border: 0px solid #3e3e3e;
		color: #ccc;
	}
	#gallery a:hover {color: #3e3e3e; }
	

	
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}






/* accordion */
.navi3{
 margin-bottom:5px; padding:4px 0 6px 6px; margin-left:0px; width:164px;
 background-image:url(../image/left_bt.png);
 background-repeat:no-repeat;
 font-size:12px; 
   text-decoration:none;

}

.navi3 a.hover{
 background-image:url(../image/grd.png);
 background-repeat:no-repeat;
  text-decoration:none;
}

dl{
	padding: 0px;
	margin-bottom: 6px;
	margin-top:0px;	
	text-decoration:none;
}


dl a.hover{
background-image:url(../image/dt.gif);
}







