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

.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type:none;
	font-size:14px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float:left;
	/* height:35px; 
	vertical-align:middle;
	padding-top:7px;
	
	/*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;	
	height:40px;
	width: 152px; /*Width of top level menu link items*/		
	text-align:center;
	vertical-align:middle;
	/*padding:15px;
	/*border-right: 1px solid black; /* NOTE: HARUS hitam kalau tidak maka warna hitamnya TETAP kelihatan 1px */
	/*border-left-width: 0;*/
	text-decoration: none;

	color:#000000;
	/*background-color:#FFFFFF; /* 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{
	/* color:#FFFFFF;	/* warna text hover ini akan effect seluruh nya hingga sub menu    */	
	color:#0000FF;/*:#929292;

	/*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;
	/* */
}

.suckertreemenu ul li span {
	/* non link top level */
	display:block;	
	width:152px;
	
	text-align:center;
	vertical-align:middle;
	color:#000000;
	/*background-color:#FFFFFF; /* 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:hover {
	/* non link top level */
	display:block;	
	width:152px;
	
	text-align:center;
	vertical-align:middle;
	color:#929292;
}
	
/*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;
	padding:0; /* cancel the above padding */
	/*background-image:url(../images/menu_background.gif);*/
	
	top:0px;
}

/*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: 0px;	/* the same height of the upper level menu */
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a {
	top: 0px;
	display: block;
	height: 22px; /* without height .. it will be varies .. so it should be defined */
	width: 180px; /*width of sub menu levels*/	
	text-align:left;
	vertical-align:middle;
	
	text-decoration: none;
	/* TIDAK BOLEH ADA PADDING SAMA SEKALI .. KARENA OPERA DAN FIREFOX BISA KACAU .. TAMBAH SPASI DI DEPAN TEXT SAJA */
	/*padding:0 0 0 10px; /* new padding .. ONLY for sub menu */
	color:#000000;
	/*background-color:#ffdede;
	/* background-image:url();	*/
	
	background-image:url(../images/menus1_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}

.suckertreemenu ul li ul li a:hover {
	height: 22px; /* */
	width: 180px; /*width of sub menu levels*/	
	
	color:#0000FF;
	/*background-color:#ffa2a2;
	/*background-image:url();
	/*
	background-image:url(../images/menu_red_right_arrow_anime.gif);
	background-position:right;
	background-repeat:no-repeat;
	/* */
}

.suckertreemenu ul li ul li ul li a {
	color:#000000;
	/*background-color:#d6c0e9;*/
	/*background-image:url(../images/menus2_bg.gif);
	*/
}

.suckertreemenu ul li ul li ul li a:hover {
	color:#0000FF;
	/*background-color:#a87bcf;*/
}


/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	/*
	background-image:url(../images/menus3_bg.gif);
	background-position:center;
	background-repeat:repeat-x;
	
	/*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 .havesub {
	background-image:url(../images/menus_havesub_bg.gif);
	background-position:right;
	background-repeat:no-repeat;

	/*
	background-image:url(../images/menu_red_right_arrow_still.gif);
	background-position:right;
	background-repeat:no-repeat;
	/* */	
}

.suckertreemenu .firstsub {
	background-image:url(../images/menus_firstsub_bg.gif);
	background-position:right;
	background-repeat:no-repeat;

	/*
	background-image:url(../images/menu_red_right_arrow_still.gif);
	background-position:right;
	background-repeat:no-repeat;
	/* */	
}

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

	/*
	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;
	/* */
}

.suckertreemenu .subfoldericon:visited{
	/*background-color:#00CC00;
	
	/* 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 */