/* CSS Document 

    temporary
    FONT-WEIGHT: BOLD;
*/

BODY
A
{
    COLOR: #00f;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #990000
}
#wrap
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 15px;
    BACKGROUND: url(images/latar.gif) repeat-y center top;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px auto;
    WIDTH: 870px;
    PADDING-TOP: 0px;
    TEXT-ALIGN: left
}

#bar1
{
    BACKGROUND: url(images/wearnesbali_menu.gif) repeat-x;
    OVERFLOW: hidden;
    COLOR: #660033;
    HEIGHT: 30px
}

/* menu atas */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 1;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background-color: #e0e0e0;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #cccccc;
color: #CC0000;
}

/* SIDEBAR */

#sidebar {
	width: 185px;
	float: left;
	font: 95%/130% Verdana, sans-serif;
	padding: 15px 10px 0;
}

#sidebar h2 {
	margin: 0 0 2px;
	text-align: right;
}

#sidebar a {
	font-weight: normal;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #00F;
	position: relative;
	top: 1px;
	left: 1px;
}

.navbar {
	background: #aaaaaa;
	font-size: 12px;
	BACKGROUND: url(images/latar_menu.gif) repeat-x;

}

.navbutton {
background-color: #e0e0e0;
cursor: pointer;
cursor: hand;
text-align:center;
}

.navbuttonover {
background-color: #cccccc;
cursor: pointer;
cursor: hand;
font-weight: bold;
text-align:center;
color: #CC0000;
font-size: 12px;
}

.navbox {
background-color: #e0e0e0;
padding: 5px;
}

.judulmenu {
	background-color: #e0e0e0;
	font-weight: bold;
	font-size: 14px;
}