#navcontainer ul
		{
	padding-left: 0px;
	margin-left: 25%;
	background-color: #fff;
	filter:alpha(opacity=85);
	/* CSS3 standard */
  opacity:0.85;
	position: inherit;
	text-align: center;
	color: #000;
	float: left;
	width: 50%;
	font-family: arial, helvetica, sans-serif;
	height: auto;
		}
		
#navcontainer ul li { display: inline; }
		
#navcontainer ul li a
		{
	background-color: #fff;
	filter:alpha(opacity=85);
	/* CSS3 standard */
  opacity:0.9;
	position: inherit;
	text-align: center;
	color: #000;
	text-decoration: none;
	float: center;
	border-right: 1px solid #fff;
		}
		
#navcontainer ul li a:hover
		{
			background-color: #FFF;
				filter:alpha(opacity=85);
	/* CSS3 standard */
  opacity:0.9;
	position: inherit;
	text-align: center;
			color: #000;	
			
					#address {
			position: absolute;
			left: 0;
			width: 200px;
		}