#navcontainer ul
{

	background-image:url(../images/navbarback-chinnup.gif);
	background-repeat:repeat-x;	
	color: White;
	float: left;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	text-shadow:#000000;
	width:900px;
	list-style:none;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: .5em 1.03em;
	color: White;
	text-decoration: none;
	float: left;
	text-shadow:#000000;
}

#navcontainer ul li a:hover
{
	background-color:#4587C2;
	color: #fff;
}






/*	Menubar; */	
#brambuk li
{
display: inline;
list-style-type: none;
}

#brambuk a {
	padding: 2px 8px;
	padding-top:20px;
}

#brambuk a:link, #brambuk a:visited
{
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
}

#brambuk a:hover
{
	color: #5E87A1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	padding-top:20px;
}