<style type="text/css">
.dropmenu {
    background:#063;
	height: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0px;
}
.dropmenu li {
    border-right: solid 1px white;
    float: left;
    height: 30px;
}
.dropmenu li a {
    color: #FF0;
    display: block;
    font: 12px arial, verdana, sans-serif;
    font-weight: bold;
    padding: 9px 20px;
    text-decoration: none;
}
.dropmenu li:hover { background: #F00; position: relative; }
.dropmenu li:hover a { text-decoration: underline; }
.dropmenu li:hover ul {
    background-color:#FFF;
    border: 1px solid grey;
    left: 0px;
    padding: 3px;
    top: 30px;
    width: 160px;
}
.dropmenu li:hover ul li { border: none; height: 18px; }
.dropmenu li:hover ul li a {
    background-color:#0C3;
    border: 1px solid transparent;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    padding: 0px;
    text-decoration: none;
    text-indent: 5px;
    width: 158px;
    padding: 3px;
}
.dropmenu li:hover ul li a:hover {
    background: silver;
    border: solid 1px #444;
    color: #000;
    height: 18px;
    padding: 3px;
}
.dropmenu ul {
    left: -9999px;
    list-style-type: none;
    position: absolute;
    top: -9999px;
}
</style>
<style type="text/css">
   .upper { text-transform: uppercase; }
   .lower { text-transform: lowercase; }
   .cap   { text-transform: capitalize; }
   .small { font-variant:   small-caps; }
</style>




.wrap{
	background:#333;
	width: 900px;
	margin: 10px auto;
}


/*bagian header*/
.wrap .header{
	background:#333;
	/*height: 50px;*/
	padding: 2px 15px;
	font:"Arial Black", Gadget, sans-serif;
	background-image:url(list.png)
}
/*akhir header*/

/*bagian menu*/
.wrap .menu{
	background: yellow;
}

.wrap .menu ul{
	padding: 0;
	margin: 0;
	background: yellow;
	overflow: hidden;
}

.wrap .menu ul li{
	float: left;
	list-style-type: none;
	padding: 10px;
}
/*akhir menu*/

.clear{
	clear: both;
}

.badan{
	height: 850px;
}
/*bagian sidebar*/
.wrap .badan .sidebar{
	background:#666;
	font-size:18px;
	
	float: left;	
	width: 25%;
	height: 100%;
	text-align:left;
	
}

/*akhir sidebar*/

.wrap .badan .content{
	background:#333;
	float: left;
	height: 100%;
	width: 75%;

}

.wrap .footer{
	width: 100%;
	padding: 10px;
}
h2
{
position:absolute;
left:910px;
top:330px;
}

/*body*/
body{
	background:#333;
	color: white;
	background:url(town.png)
}

    tbody > tr:nth-child(2n+1) > td, tbody > tr:nth-child(2n+1) > th {
        background-color:#333;
    }
    table{
        width: 95%;
        margin: auto;
        border-collapse: collapse;
        box-shadow: darkgrey 3px;
		font-size:12px;
    }
    thead tr {
        background-color: #36c2ff;
    }

