
/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	margin:			0 0 0 10px;	/* RichardG<richard@asiaecon.org> 01.15.2009 */
	height:			1em;
	padding-bottom:		2.5em;
	position:		relative;
}
.sf-navbar li {
	background:transparent url('../images/informasiablue.png') repeat scroll 0 0;
	position:		static;
}
.sf-navbar a {
	border-top:		none;
}
.sf-navbar li ul {
	width:			auto; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	background:#8EA4C7 none repeat scroll 0 0;
	position:		relative;
	color:black;
	font-weight:bold;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width: 70%;
	border-bottom:1px solid white;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
	color:white;
}
.sf-navbar li.current {
	background:transparent url('../images/informasiablue.png') repeat scroll 0 0;
}
/*
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background:		#BDD2FF;
}


.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background:		#D1DFFF;
}
*/
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background:		#E6EEFF;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			2em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}


/** added classes
 * RichardG<richard@aiaecon.org> 01.15.2009
 *
 * ! these styles override the preceeding styles !
 */
.sf-navbar ul.line-container_left{
	/*width:90em;*/
	/* must be the same width as the nav-bar */
	width:70em; /* removes the annoying scroll bar when you hover on it - 02.09.2009*/
}
.sf-navbar ul.line-container_center{
	margin:0 0 0 90px;
	width:50em; /* must be the same width as the nav-bar */
	display:inline;
}
.sf-navbar ul.line-container_right  /* removed from navigation_view */
{
	margin:0 0 0 120px;
	width:100%; /* must be the same width as the nav-bar */
	display:inline;
}

.sf-navbar a.sf-with-no-ul
{
	padding:.5em 4em 0.5em 4em;
	font:bold 12px/14px Arial, Verdana, sans-serif;
	border-right:1px solid #ccc;
	background:transparent url('../images/informasiablue.png') repeat scroll 0 0;
	color:white;
	font-weight:bold;
}

/*
.sf-navbar a.sf-with-ul{
	padding:.5em 4.25em 0.5em 3em;
	font:bold 12px/14px Arial, Verdana, sans-serif;
	text-transform:uppercase;
	border-left:1px solid #fff;
	border-right:1px solid #ccc;
	background:transparent url(/resources/images/informasiablue.png) repeat scroll 0 0;
	color:white;
	font-weight:bold;
}
*/
.sf-navbar a.sf-with-ul_2
{
	padding:.6em 3em 0.6em 2em;
	font:bold 12px/14px Arial, Verdana, sans-serif;
	color:white;
	font-weight:bold;
}
.sf-navbar a.sf-with-ul_3{
	padding:.6em 2em 0.6em 2em;
	font:bold 12px/14px Arial, Verdana, sans-serif;
	color:white;
	font-weight:bold;
}
/*
.sf-navbar span.text-shadow{
	margin:-16px 0 0 -1px;
	float:left;
	color:#2F4A7A;
	position:relative;
}
*/

.sf-navbar a{
	color:#fff;
}
