/*Menu
*/
#nav    { color: #000; margin: 0; padding: 0; right: 30px; width: 193px }
	#nav li{
		list-style: none;
		margin: 0; padding: 0;
	}
		#nav li a{
			display: block;
			text-decoration: none;
			text-indent: -30000px;
		}
/*Home*/
#nav #nav-Home { background: url(style/menupic.jpg) no-repeat; width: 193px; height: 60px }
	#nav #nav-Home a{
		height: 60px;
	}
	#nav #nav-Home a:hover, #tpl-1 #nav #nav-Home { background: url(style/menupic.jpg) no-repeat -193px 0 }
/*Events*/
#nav #nav-Events { background: url(style/menupic.jpg) no-repeat 0 -60px; width: 193px; height: 45px }
	#nav #nav-Events a{
		height: 45px;
	}
		#nav #nav-Events a:hover, #tpl-2 #nav #nav-Events, #tpl-10 #nav #nav-Events{
			background: url(style/menupic.jpg) no-repeat -193px -60px;
		}
/*Partypics*/
#nav #nav-Partypics{
	background: url(style/menupic.jpg) no-repeat 0 -105px;
	height: 43px;
	width: 193px;
}
	#nav #nav-Partypics a{
		height: 43px;
	}
		#nav #nav-Partypics a:hover, #tpl-3 #nav #nav-Partypics { background: url(style/menupic.jpg) no-repeat -193px -105px }
		
/*Gbook*/
#nav #nav-Gbook{
	background: url(style/menupic.jpg) no-repeat 0 -148px;
	height: 39px;
	width: 193px;
}
	#nav #nav-Gbook a{
		height: 39px;
	}
		#nav #nav-Gbook a:hover, #tpl-4 #nav #nav-Gbook { 
		background: url(style/menupic.jpg) no-repeat -193px -148px 
		}

/*Location*/
#nav #nav-Location{
	background: url(style/menupic.jpg) no-repeat 0 -186px;
	height: 42px;
	width: 193px;
}
	#nav #nav-Location a{
		height: 42px;
	}
		#nav #nav-Location a:hover, #tpl-5 #nav #nav-Location{
			background: url(style/menupic.jpg) no-repeat -193px -186px;
		}
/*Personal*/
#nav #nav-Personal{
	background: url(style/menupic.jpg) no-repeat 0 -228px;
	height: 90px;
	width: 193px;
}
	#nav #nav-Personal a{
		height: 49px;
	}
		#nav #nav-Personal a:hover, #tpl-6 #nav #nav-Personal{
			background: url(style/menupic.jpg) no-repeat -193px -228px;
		}

/* FACEBOX */
#facebox  { text-align: left; position: absolute; z-index: 100; top: 0; left: 0 }
#facebox .popup { position: relative; border: solid 3px; -moz-border-radius: 5px; -moz-box-shadow: 0 0 18px rgba(0,0,0,0.4); -webkit-border-radius: 5px; -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.4); border-radius: 5px; box-shadow: 0 0 18px rgba(0,0,0,0.4) }
#facebox .content  { background: #fff; display: table; padding: 10px; width: 370px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px }
#facebox .content > p:first-child { margin-top: 0 }
#facebox .content > p:last-child { margin-bottom: 0 }
#facebox .close { background: #fff; padding: 2px; position: absolute; top: 5px; right: 5px }
#facebox .close img { opacity: 0.3 }
#facebox .close:hover img { opacity: 1.0 }
#facebox .loading  { text-align: center }
#facebox .image  { text-align: center }
#facebox img  { margin: 0; border: 0 }
#facebox_overlay  { position: fixed; top: 0; left: 0; width: 100%; height: 100% }
.facebox_hide  { z-index: -100 }
.facebox_overlayBG  { background-color: #000; z-index: 99 }
