/* CSS Document */

.marquee {position:relative;
     overflow:hidden;
     width:600px;
     height:125px;
     border:grey 1px;
     }

.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003333;
	font-weight: bold;
}

.sub_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	font-weight: bold;
}

.teks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
}

.menu_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
}

.menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	display: block;
	float: none;
	clear: both;
	vertical-align: middle;
	white-space: normal;
	border: none;
	top: 5px;
}

.menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	display: block;
	float: none;
	clear: both;
	vertical-align: middle;
	white-space: normal;
	border: none;
	clip:    rect(auto auto auto auto);
	height: 23px;
	width: 160px;
}
.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	display: block;
	float: none;
	clear: both;
	vertical-align: middle;
	white-space: normal;
	border: none;
}

.menulink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	white-space: normal;
	border: none;
}

.menulink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	white-space: normal;
	border: none;
}
.menulink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	white-space: normal;
	border: none;
}


.menuproduct a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	display: block;
	float: none;
	clear: both;
	vertical-align: middle;
	white-space: normal;
	border: none;
	height: 23px;
	width: 160px;
	text-indent: 18pt;
	padding-top: 10px;
	background-image: url(images/mnproduct_off.gif);
}

.menuproduct a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	display: block;
	float: none;
	clear: both;
	vertical-align: middle;
	white-space: normal;
	border: none;
	height: 23px;
	width: 160px;
	text-indent: 18pt;
	padding-top: 10px;
	background-image: url(images/mnproduct_off.gif);
}
.menuproduct a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: none;
	clear: both;
	vertical-align: middle;
	white-space: normal;
	border: none;
	height: 23px;
	width: 160px;
	text-indent: 18pt;
	padding-top: 10px;
	background-image: url(images/mnproduct_on.gif);
}