#navBarl {
	visibility:visible;
	z-index: 400;
	position: absolute;
	left: 37px;
	top: 75px;
}
#navBarr {
	visibility:visible;
	z-index: 400;
	position: absolute;
	left: 553px;
	top: 75px;
}
.menu {
	font-size: 16px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu ul{
	margin:0px;
	padding:0px;
	list-style:none; 
}
.menu ul li {
	position:relative;
	float:left; 
	display:inline; 
	margin:-0.1em 0.1em;
}

.menu ul li a, .menu ul li a:visited{
	color:#FFFFCC;
	height: 43px; /* keep same height as line-height to center text vertically */
	line-height:43px;
	float: left;
	width:90px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding:0px;
}

.menu ul li a:hover{
	color: #fff;
}




/* highlight active and current page navbar link */
.menu ul li a:active,
body#home a#home,
body#about a#about,
body#news a#news,
body#products a#products,
body#contactus a#contactus
 {color: #fff;font-weight:bold;}

/* Hide from IE5-Mac \*/
.menu ul li a
{
float: none
}
/* End hide */ 
