 /* HEADER
--------------------------------------------------------------------*/
#header #logo {
	background-image: url(shell/banner.jpg);
	background-repeat: no-repeat;
	height: 90px;
}

#header #logo a 
{
	position: relative;
	display: block;
	height: 65px;
	width: 210px;
	top: 15px;
	left: 15px;
}


#header #nav-espanol 
{
	position: absolute;
	height: 15px;
	width: 75px;
	top: 20px;
	right: 15px;
	background-image: url(shell/nav_espanol.gif);
	background-position: top right;
	background-repeat: no-repeat;
}


 /* NAVIGATION BAR
--------------------------------------------------------------------*/

#header #mainnav {
	position: relative; /* important */
	z-index: 45; /* important */
}

#tabs {
	list-style: none;
	height: 34px;
	background: url(shell/nav_bg2.jpg);
	background-repeat: repeat-x;
	padding: 0;
	position: relative;
	margin: 0;
}

#tabs li {
	float: left;
	position: relative;
	border-right: 0;
	margin: 0;
	padding: 0;
	display: block;
	background: url(shell/nav_bg_divider.jpg) no-repeat top right;
}



#tabs li a {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 35px;
	font-size: 10px;
	color: black;
	position: relative;
	text-indent: -5000px;
	background-position: 50%;
	background-repeat: no-repeat;
	width:100%;
}

#tabs > li > a { height: 34px; }
#tabs > li > ul > li > a{ height: 25px; }

li#last-nav-tab { border-right: none !important;} /* take off the right most border */

#tabs li:hover, #tabs li.sfhover {
	color: #993300;
	/*background-color: #fff;*/
}

#tabs li.selected {

} /* defines background of on tab */

#tabs li #tab_home {
	background-image: url(shell/nav_home.gif);
	width:120px;
	/* 36 */
}

#tabs li:hover #tab_home, #tabs li.sfhover #tab_home {
	background-image: url(shell/nav_home_hover.gif);
}

#tabs li #tab_saifuddin {
	background-image: url(shell/nav_saifuddin.gif);
	width:100px;
	/* 50 */
}

#tabs li:hover #tab_saifuddin, #tabs li.sfhover #tab_saifuddin {
	background-image: url(shell/nav_saifuddin_hover.gif);
}


#tabs li #tab_arkib {
	background-image: url(shell/nav_arkib.gif);
	width:80px;
	/* 83 */
}

#tabs li:hover #tab_arkib, #tabs li.sfhover #tab_arkib {
	background-image: url(shell/nav_arkib_hover.gif);

}

#tabs li #tab_blog {
	background-image: url(shell/nav_blog.gif);
	width:80px;
	/* 33 */
}

#tabs li:hover #tab_blog, #tabs li.sfhover #tab_blog{
	background-image: url(shell/nav_blog_hover.gif);
}


#tabs li #tab_galeri {
	background-image: url(shell/nav_galeri.gif);
	width:80px;
	/* 40 */
}

#tabs li:hover #tab_galeri, #tabs li.sfhover #tab_galeri {
	background-image: url(shell/nav_galeri_hover.gif);
}


#tabs li #tab_temerloh {
	background-image: url(shell/nav_temerloh.gif);
	width:100px;
	/* 43 */
}

#tabs li:hover #tab_temerloh, #tabs li.sfhover #tab_temerloh {
	background-image: url(shell/nav_temerloh_hover.gif);
}

#tabs li #tab_hubungikami {
	background-image: url(shell/nav_hubungikami.gif);
	width:120px
	/* 79 */
}
#tabs li:hover #tab_hubungikami, #tabs li.sfhover #tab_hubungikami {
	background-image: url(shell/nav_hubungikami_hover.gif);
}

 /* NAVIGATION DROP DOWNS
--------------------------------------------------------------------*/

#tabs li ul {
	list-style: none;
	position: absolute;
	top: 34px;
	left: -2px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	width: 157px;
	display: none;
}

#tabs li > ul {
	left: -2px;
	top: auto;
	} /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */


#tabs li ul li {
	color:#666666;
	border:none;
	position: relative;
	text-align:left;
	background-image: url(shell/dropDownBG.gif);
	background-color:Transparent;
	display: block;
	height: 25px;
	padding: 0;
	margin: 0;
	width: 157px;
}

#tabs li ul li a 
{
	padding: 0;
	padding-left:10px;
	margin: 0px 0;
	color: #666;
	height: 25px;
	width: 147px;
	text-indent: 0px;
	line-height: 25px;
	text-decoration: none;
	font-size: 11px;
	display: block;
	background-color: transparent;
	border: 0;
	color:#36578c
}

#tabs li.sfhover ul li a:hover, #tabs li ul li a:hover {
	color: #c71719; 
}

	
#tabs li ul li:hover { background-color: Transparent; }


#tabs li.sfhover ul li.bottom_item.sfhover
{
	background-image: url(shell/dropDownBG_HOVER_Bottom.gif);	
}

#tabs li:hover ul li.bottom_item:hover {

	background-image: url(shell/dropDownBG_HOVER_Bottom.gif);
}



#tabs li ul li.bottom_item, #tabs li.sfhover ul li.bottom_item {
	background-image: url(shell/dropDownBG_Bottom.gif);
	height: 38px;
	}
	
#tabs li:hover ul li:hover, #tabs li.sfhover ul li.sfhover  {
	background-image: url(shell/dropDownBG_HOVER.gif);
	}


#tabs li.sfhover ul li.bottom_item_33.sfhover
{
	background-image: url(shell/dropDownBG_HOVER_Bottom_33.gif);	
}

#tabs li:hover ul li.bottom_item_33:hover {

	background-image: url(shell/dropDownBG_HOVER_Bottom_33.gif);
}

#tabs li ul li.bottom_item_33, #tabs li.sfhover ul li.bottom_item_33 {
	background-image: url(shell/dropDownBG_Bottom_33.gif);
	height: 33px;
	}

#tabs li.sfhover ul li.bottom_item_42.sfhover
{
	background-image: url(shell/dropDownBG_HOVER_Bottom_42.gif);	
}

#tabs li:hover ul li.bottom_item_42:hover {

	background-image: url(shell/dropDownBG_HOVER_Bottom_42.gif);
}

#tabs li ul li.bottom_item_42, #tabs li.sfhover ul li.bottom_item_42 {
	background-image: url(shell/dropDownBG_Bottom_42.gif);
	height: 42px;
	}


#tabs li:hover ul,
#tabs li.sfhover ul { 
	display: block;
	} /* lists nested under hovered list items -- Javascript will display this for IE*/


#tabs li div {
	position: absolute;
	top: 34px;
	left: -2px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	width: 314px;
	display: none;
}

#tabs li:hover div, #tabs li.sfhover div
{
	display:block !important;
}



 /* EMAIL SIGNUP
--------------------------------------------------------------------*/
#email_signup {
	position: absolute;
	top: 50px;
	left: 485px;
	z-index: 55;
	width:375px;
	}

#email_signup #login div,
#email_signup #login span,
#email_signup #login input {
	float: 		left;
	font-size: 11px
	}

#email_signup #login #signed_in {
	margin:3px 0 0 0;
	font-size:12px;
	color:white;
	float:right;
	font-weight:bold
	}
	
#email_signup #signed_in a {
	color:white;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal
	}
#email_signup #signed_in a:hover {
	text-decoration:underline;
	}
#email_signup #join_prompt {
	text-indent: -5000px;
	margin-top: 3px;
	background-repeat: no-repeat;
	width: 170px;
	background-image: url(shell/join_prompt.gif);
	}


 /* FOOTER
--------------------------------------------------------------------*/
#footer {
	width: 824px;
	height: 31px;
	padding: 10px;
	clear: both;
	font-style: normal;
	font-size: 10px;
	text-align: center;
	background-image: url(shell/footer.jpg);

	}

#footer a,
#footer a:visited {
	text-decoration: none;
	color:white
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer #contactus {
	float:right;
	margin-top:5px;
	text-align: right;
	}
#footer #contactus,
#footer #contactus a:link,
#footer #contactus a:visited {
	color:White;
	}

#footer #copyright {
	text-align: left;
	float:left;
	color:white;
	width:220px;
	margin-top:5px;
	}

#footer #disclaimer {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	padding: 5px;
	color:White;
	}
