body {
	margin: 0px;
}
.xxx {
	vertical-align: middle;
}

.arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #336600;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: none;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #7F1400;
color: #ffffff;
}

#marqueecontainer{
position: relative;
width: 140px; /*marquee width */
height: 300px; /*marquee height */
background-color: white;
overflow: hidden;
}
/* Tambahan */
.genap {
	background-color:#EEEEEE;
	padding:4px;
}

.ganjil {
	background-color:#FFFFFF;
	padding:4px;
}
