@charset "UTF-8";


a:link, a:active, a:visited {
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

#apDiv2 {
	position:absolute;
	left:0;
	top:auto;
	width:220px;
	height:18px;
	z-index:2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: none;
	bottom: 16px;
	margin-left: 40px;
	right: auto;
}



#navigation {
	position:absolute;
	left:0;
	top:0;
		list-style: none;
		font-weight: bold;
		background-image: url(images/white_pixel.png);  
		  /* for IE */
  		filter:alpha(opacity=30);
 	 /* CSS3 standard */
  		opacity:0.3;
	/*	width: 960px  */
	}
#navigation li {display: inline; margin-right: 25px}
#navigation a {color: #000}
#navigation a:hover {text-decoration:underline;}

