.body {
	background-image: url(background.jpg);
	opacity: 0.3;
	filter:alpha(opacity=50);
	-moz-transition:all .8s ease-in-out;
	-o-transition:all .8s ease-in-out;
	-webkit-transition:all .8s ease-in-out;
	transition:all .8s ease-in-out;
}
.body:hover {
	opacity:1.0;
	cursor: pointer;
	filter:alpha(opacity=100);
}

table.halamanagungsw {
  border: 2px dashed #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 1px 2px 4px red;
  margin-top: 5px;
  margin-bottom: 5px;
}

.backmenu {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, red 7%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='red', endColorstr='balck');
}

.bgbawah {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, yellow 7%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='balck');
	text-align: center;
}


div.menuutama {
	width: 98%;
}
div.menuutama h4 {
	padding:6px 55px;
	text-decoration:none;
	text-shadow:0px 1px 0px #0006ff;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:10px;
	border:1px solid #00ee06;
	display:inline;	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, yellow 7%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='balck');
}
div.menuutama ul{
	list-style-type: none;
	padding: 0px;
	border:0.5px solid #00ee06;
	border-radius: 5px 5px 5px 5px;
}
div.menuutama ul li a{
	background: url(bulletlist.gif) no-repeat 3px center; 
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	text-shadow:2px 2px 2px #0006ff;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #00ee06;
}
div.menuutama ul li:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, yellow 7%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='balck');
	border-radius:5px;
	filter:alpha(opacity=100);
	-o-transform: scale(1) rotate(360deg); 
	-moz-transform: scale(1) rotate(360deg); 
	-webkit-transform: scale(1) rotate(360deg);
}

.menusamping ul {
	padding:0; 
	margin:0;
	list-style:none; 
	font-family: 'arial', sans-serif; 
	font-size:14px;
	text-shadow:3px 3px 3px #0006ff;
}
.menusamping > ul {
	height:35px; 
	border-radius:10px 10px 10px 10px;
	box-shadow:0 15px 10px -15px rgba(0,0,0,0.6);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, yellow 7%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='balck');
}
.menusamping > ul > li {
	float: left;
	position: relative;
	white-space:nowrap;
}
.menusamping > ul > li > a {
	line-height:35px; 
	height:35px; 
	display:block; 
	margin-top:0; 
	padding:0 10px; 
	color:#fff; 
	text-decoration:none; 
	border-radius:5px 5px 0 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, yellow 7%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='balck');
}
.menusamping ul ul {
	position:absolute; 
	right:-9999px; top:36px; 
	margin-top:40px;
	-webkit-transition: 0s 0.75s;
	-moz-transition: 0s 0.75s;
	-ms-transition: 0s 0.75s;
	-o-transition: 0s 0.75s;
	transition: 0s 0.75s;
}
.menusamping ul ul li span a {
 	display:block; 
	float:left; 
	height:30px; 
	width:160px; 
	line-height:30px; 
	border:0.5px solid #00ee06;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, red 7%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='red', endColorstr='balck'); 
	padding:0 10px; 
	color:#fff; 
	text-decoration:none; 
	margin-top:50px;
	box-shadow:0 10px 10px -10px rgba(0,0,0,0.7);
	-webkit-transition: 0s 0.75s; 
	-moz-transition: 0s 0.75s; 
	-ms-transition: 0s 0.75s; 
	-o-transition: 0s 0.75s; 
	transition: 0s 0.75s; 
}
.menusamping ul ul li span a.last {
	border-radius:0 0 10px 10px;
}
.menusamping ul li:hover {
	z-index:100;
}
.menusamping > ul > li:hover > a {
	margin-top:-4px; 
	height:40px;
 	box-shadow:0 10px 10px -10px rgba(0,0,0,0.7);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, red 9%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='red', endColorstr='balck');
}
.menusamping ul li:hover ul {
	left:0; 
	width:180px; 
	margin-top:0;
	-webkit-transition: margin 0.25s;
	-moz-transition: margin 0.25s;
	-ms-transition: margin 0.25s;
	-o-transition: margin 0.25s;
	transition: margin 0.25s;
}
.menusamping ul ul li span {
	display:block; 
	opacity:0;
	-webkit-transition: 0.5s 0.25s;
	-moz-transition: 0.5s 0.25s;
	-ms-transition: 0.5s 0.25s;
	-o-transition: 0.5s 0.25s;
	transition: 0.5s 0.25s;
}
.menusamping ul li:hover ul li span {
	opacity:1;
	-webkit-transition:0.75s;
	-moz-transition:0.75s;
	-ms-transition:0.75s;
	-o-transition:0.75s;
	transition:0.75s;
}
.menusamping ul li:hover ul li span a {
	margin-top:0;
	-webkit-transition:0.75s;
	-moz-transition:0.75s;
	-ms-transition:0.75s;
	-o-transition:0.75s;
	transition:0.75s;
}
.menusamping ul li:hover ul li span a:hover {background:#555;}
.menusamping ul + img {position:fixed; left:0; top:0; width:0; height:0; z-index:-1;}
.menusamping ul:hover + img {width:100%; height:100%;}

div.button h4 {
	padding:7px 75px;
	text-decoration:none;
	text-shadow:0px 1px 0px #0006ff;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:10px;
	border:1px solid #00ee06;
	display:inline;	
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, yellow 7%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='balck');
}

.foto-transparan{
	opacity: 0.3;
	filter:alpha(opacity=50);
	-moz-transition:all .8s ease-in-out;
	-o-transition:all .8s ease-in-out;
	-webkit-transition:all .8s ease-in-out;
	transition:all .8s ease-in-out;	
} 
.foto-transparan:hover {
	opacity:1.0;
	cursor: pointer;
	filter:alpha(opacity=100);
	 -o-transform: scale(1.5) rotate(360deg); 
   -moz-transform: scale(1.5) rotate(360deg); 
   -webkit-transform: scale(1.5) rotate(360deg);
}

.menu {
	position:relative; 
	z-index:100;
	border:1px solid #00ee06;
	border-radius:10px 10px 10px 10px;
}
.menu ul {
	padding:0; 
	margin:0;
	list-style:none; 
	font-family: 'arial', sans-serif; 
	font-size:14px;
	text-shadow:3px 3px 3px #0006ff;
}
.menu > ul {
	height:35px; 
	border-radius:10px 10px 10px 10px;
	box-shadow:0 15px 10px -15px rgba(0,0,0,0.6);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, yellow 7%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='balck');
}
.menu > ul > li {
	float:left;
	position:relative;
	white-space:nowrap;
}
.menu > ul > li > a {
	line-height:35px; 
	height:35px; 
	display:block; 
	margin-top:0; 
	padding:0 10px; 
	color:#fff; 
	text-decoration:none; 
	border-radius:5px 5px 0 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, yellow 7%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='balck');
}
.menu ul ul {
	position:absolute; 
	left:-9999px; top:36px; 
	margin-top:40px;
	-webkit-transition: 0s 0.75s;
	-moz-transition: 0s 0.75s;
	-ms-transition: 0s 0.75s;
	-o-transition: 0s 0.75s;
	transition: 0s 0.75s;
}
.menu ul ul li span a {
 	display:block; 
	float:left; 
	height:30px; 
	width:160px; 
	line-height:30px; 
	border:0.5px solid #00ee06;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, red 7%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='red', endColorstr='balck'); 
	padding:0 10px; 
	color:#fff; 
	text-decoration:none; 
	margin-top:50px;
	box-shadow:0 10px 10px -10px rgba(0,0,0,0.7);
	-webkit-transition: 0s 0.75s; 
	-moz-transition: 0s 0.75s; 
	-ms-transition: 0s 0.75s; 
	-o-transition: 0s 0.75s; 
	transition: 0s 0.75s; 
}
.menu ul ul li span a.last {
	border-radius:0 0 10px 10px;
}
.menu ul li:hover {
	z-index:100;
}
.menu > ul > li:hover > a {
	margin-top:-4px; 
	height:40px;
 	box-shadow:0 10px 10px -10px rgba(0,0,0,0.7);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, red 9%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='red', endColorstr='balck');
}
.menu ul li:hover ul {
	left:0; 
	width:180px; 
	margin-top:0;
	-webkit-transition: margin 0.25s;
	-moz-transition: margin 0.25s;
	-ms-transition: margin 0.25s;
	-o-transition: margin 0.25s;
	transition: margin 0.25s;
}
.menu ul ul li span {
	display:block; 
	opacity:0;
	-webkit-transition: 0.5s 0.25s;
	-moz-transition: 0.5s 0.25s;
	-ms-transition: 0.5s 0.25s;
	-o-transition: 0.5s 0.25s;
	transition: 0.5s 0.25s;
}
.menu ul li:hover ul li span {
	opacity:1;
	-webkit-transition:0.75s;
	-moz-transition:0.75s;
	-ms-transition:0.75s;
	-o-transition:0.75s;
	transition:0.75s;
}
.menu ul li:hover ul li span a {
	margin-top:0;
	-webkit-transition:0.75s;
	-moz-transition:0.75s;
	-ms-transition:0.75s;
	-o-transition:0.75s;
	transition:0.75s;
}
.menu ul li:hover ul li span a:hover {background:#555;}
.menu ul + img {position:fixed; left:0; top:0; width:0; height:0; z-index:-1;}
.menu ul:hover + img {width:100%; height:100%;}

.markermenu{
width: 200px; 
clear: left;
position: relative; 
}
.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border:0.5px solid #00ee06;
border-radius: 5px 5px 5px 5px;
}
.markermenu ul li a{
	color: white;
	background: url(bulletlist.gif) no-repeat 3px center; 
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	text-shadow:3px 3px 3px #0006ff;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #00ee06;
}
* html .markermenu ul li a{ 
width: 155px;
}
.markermenu ul li a:visited, .markermenu ul li a:active{
color: white;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
	text-shadow:5px 5px 5px #0006ff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, yellow), color-stop(1, black) );
	background:-moz-linear-gradient( center top, yellow 7%, black 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='balck');
	border-radius:5px;
	filter:alpha(opacity=100);
	-o-transform: scale(1) rotate(360deg); 
	-moz-transform: scale(1) rotate(360deg); 
	-webkit-transform: scale(1) rotate(360deg);
}
.blackwhite li a{
background: white;
}
.blackwhite li a:hover{
background: black;
color: white;
}

.pictureeffect {
	opacity: 0.3;
	filter:alpha(opacity=50);
}
.pictureeffect:hover{ 
	opacity:1.0;
	cursor: pointer;
	filter:alpha(opacity=100);
	-o-transform: scale(1); 
   -moz-transform: scale(1); 
   -webkit-transform: scale(1);
	border: 2px solid black;
  	border-radius: 30px 0px 30px 0px;
 	box-shadow: 0px 1px 2px 2px red;
}

.agungprofil {
	border: 2px solid black;
  	border-radius: 30px 0px 30px 0px;
 	box-shadow: 0px 1px 2px 2px #ffffff;
}