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

.backgroundMenuBaru{
	background: url(../images/bg_menu.gif) bottom repeat-x;
	height:27px;
	padding-left:9px;
	padding-right:9px;
	width:148px;
}

.backgroundMenuBaruAktif{
	height:27px;
	padding-left:9px;
	padding-right:9px;
	width:148px;
}
.backgroundSubMenuBaru{
	background:url(../images/arrowBullet.gif) left center no-repeat;
	padding:3px;
	padding-left:24px;
	padding-right:9px;
}
.backgroundSubMenuBaruAktif{
	background:url(../images/arrowBullet.gif) left center no-repeat;
	padding:3px;
	padding-left:24px;
	padding-right:9px;
}
.menuBaru:link, .menuBaru:visited{
	color: #FF0000;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	}
.menuBaru:hover{
	color: #565B54;
	text-decoration:none;
	}

.subMenuBaru:link, .subMenuBaru:visited{
	color: #565B54;
	font-size:11px;
	text-decoration:none;
	}
.subMenuBaru:hover{
	color: #565B54;
	text-decoration:underline;
	}

.batasSubMenuBaru{
	background: url(../images/bg_menu.gif) bottom repeat-x;
	height:10px;
}