/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
	font-size:12px;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float:left;
	/*background-image:url(../images/menu_background.gif);*/
	/*background-color:#CCCCCC; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{ 
	display: block;	
	width: 100px; /*Width of top level menu link items*/	
	padding:5px; /* */
	text-align:center;
	/*border-right: 1px solid black; /* NOTE: HARUS hitam kalau tidak maka warna hitamnya TETAP kelihatan 1px */
	/*border-left-width: 0;*/

	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	color:#ffffff;
	/*background-color:#f5a338; /* kalau tidak ada background image maka pakai background color */
	/*
	background-image:url(../images/menu_btn_normal.gif);
	background-position:center;
	background-repeat:no-repeat;
	/* */
}

.suckertreemenu ul li span {
	/* non link top level */
	display:block;
	width:80px;
	padding:5px;
	text-align:center;	

	font-weight:bold; /* kasih bold, karena default jika bukan <a> tidak bold */	
	font-size:14px;
	text-decoration: none;
	color:#ffffff;
	/*background-color:#f5a338; /* kalau tidak ada background image maka pakai background color */
	/*
	background-image:url(../images/menu_btn_normal.gif);
	background-position:center;
	background-repeat:no-repeat;
	/* */
}

.suckertreemenu ul li a:hover{
	text-decoration: underline;
	color:#FFFFFF;	/* warna text hover ini akan effect seluruh nya hingga sub menu    */	
	/*background-color:#000000; /* kalau pakai image background, maka warna background jangan dipakai lagi */	

	/*background-image:url(../images/menu_btn_hover.gif);
	/*background-position:center middle;
	background-repeat:no-repeat;
	/* */
}

	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	/*top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display:block;/* list-item;*/
	float: none;
	/*background-image:url(../images/menu_background.gif);*/
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	/*left: 140px; /* no need to change, as true value set by script */
	top: 0;	/* the same height of the upper level menu */
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a {
	display: block;
	width: 170px; /*width of sub menu levels*/	
	text-align:left;
	text-decoration: none;
	padding: 5px;
	color:#FFFFFF;
	background-color:#FF9900;	
	border:1px solid #cccccc;
	/* background-image:url(); /* hilangkan image => normal */ 
	/*
	background-image:url(../images/menu_red_right_arrow.gif);
	background-position:center;
	background-repeat:repeat-x;
	/* */
}

.suckertreemenu ul li ul li a:hover {
	color:#ffffff;
	background-color:#FFCC00;
	/* background-image:url();
	/*
	background-image:url(../images/menu_red_right_arrow_anime.gif);
	background-position:right;
	background-repeat:no-repeat;
	/* */
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	/*background: #cccccc url(../images/menu_red_down_arrow.gif) no-repeat center right;*/
	
	/*
	background-image: url(../images/menu_red_down_arrow.gif);
	background-position:center right;
	background-repeat:no-repeat;	

	/*
	background-image:url(../images/menu_with_sub.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	*/
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	/*
	background-image:url(../images/menu_red_right_arrow_still.gif);
	background-position:right;
	background-repeat:no-repeat;
	/* */
}

.suckertreemenu .subfoldericon:hover{
	/*
	background-image:url(../images/menu_red_right_arrow_anime.gif);
	background-position:right;
	background-repeat:no-repeat;
	/* */
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	/*padding-top: 1em;*/
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */
