#slide_wrapper {
	width: 100%;
	background-image: url(../images/slide_back.gif);
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #111;
	height: 360px;
}
#navigation_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/navigation.gif);
	background-repeat: repeat-x;
}
#navigation {
	height: 45px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/navigation.gif);
	background-repeat: repeat-x;
	box-shadow: 2px 2px 2px #333;
	-moz-box-shadow: 2px 2px 7px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
}
#gambar_teng{    height: 360px;
    margin: 0 auto;
    width: 960px;}

#slide {
	height: 360px;
	width: 960px;
	background-image: url(../images/susanMorgan_banner.jpg);
}
#ken{position:absolute; top:401px; height:39px; width:960px; background:url('../images/strip_full_blue_left.png') no-repeat scroll left bottom transparent; bottom:0px;}
/* css navigasi drop down */
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation ul li{
	float: left;
	display: block;
	position: relative;
}
#navigation ul li:hover {
	background-color: #111;
}
#navigation ul li a {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	list-style-type: none;
	text-decoration: none;
	
}
#navigation ul li a:hover {
	background-color: #111;
	color: #FFF;
	text-decoration: underline;
}
#navigation ul li ul li a:hover {
	background-color:#017AC9;
	color: #FFF;
	opacity:1;
	filter:(opacity=100);
}

#navigation li ul{
	display: none;
	z-index: +1;
}
#navigation li:hover ul{
	display: block;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #111;
	box-shadow: 2px 2px 2px #333;
	-moz-box-shadow: 2px 2px 7px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
	opacity:0.9;
	filter:(opacity=90);
}
/*#navigation li:hover ul:hover li :hover {
	background-color:#017AC9;
	color: #FFF;
	opacity:1;
	filter:(opacity=100);
	
}
*/
.clear{clear:both;}
.current {
	background-color: #111;
}
#lingpem{background:url("../images/navbar.jpg") repeat scroll left top #999999; margin:0 auto; width:960px; box-shadow:2px 2px 7px #333333;}