@charset "UTF-8";
/* CSS Document */

body {
	font: normal 12px Arial;
	color: #0e0e0e;
	background-color: #F0E3D3;
	text-align: center;
	margin: 0;
	padding: 0;
	}

a:link, a:visited, a:active {
	color: #993400;
	text-decoration: none;
	}

a:hover {
	color: #663300;
	}

#container {
	margin: 0 auto;
	padding: 0;
	width: 710px;
	text-align: justify;
	}

#menuatas {
	color: #b94e00;
	}

#menuatas a:link, #menuatas a:visited, #menuatas a:active {
	color: #b94e00;
	text-decoration: none;
	font: normal 10px Arial;
	}

#menuatas a:hover {
	color: #000;
	}

.search {
	border: 1px solid #e0e0e0;
	background: #fff;
	width: 120px;
	font: normal 11px Arial;
	color: #a0a0a0;
	}

.btnsearch {
	border: 0;
	background: #fff;
	color: #b94e00;
	font: bold 12px Arial;
	}

#mainmenu {
	color: #fff;
	}

#mainmenu a:link, #mainmenu a:visited, #mainmenu a:active {
	font: normal 13px Arial;
	color: #fff;
	text-decoration: none;
	}

#mainmenu a:hover {
	color: #000;
	}

.bgtrans {
	background: transparent url(images/bg1.gif) top left;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	}

.subtitle {
	font: bold 17px Arial;
	color: #3d2b05;
	}

#copyright {
	font: normal 10px Arial;
	color: #65686a;
	}

#copyright a:link, #copyright a:visited, #copyright a:active {
	color: #65686a;
	text-decoration: none;
	border-bottom: 1px dotted #65686a;
	}

#copyright a:hover {
	color: #000;
	}

#pagetitle {
	font: bold 13px Arial;
	color: #fff;
	}
	
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;

}
.style4 {
	color: #993400;
	font-weight: bold;
}
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #993400; font-weight: bold;}
.style9 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; margin:0; padding:0; text-align:left}

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 10px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #993300;
border: 0px solid #dfc5b0;
}

.hovermenu ul li a:hover{
background-color: #dfc5b0;
border-style: inset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

<!-- buat produk drop down ) -->

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(titlebar.png) repeat center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color:;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}