/* Admin --------------------------------------------------------------- */

#admin { 
	padding: 10px 0 0 0; 
	height: 30px;  
	width: 100%;  
	background-color: #DFE1E2; 
	text-align: center; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index:3;
	filter: Alpha(Opacity=85);
	-moz-opacity: 0.85;
	opacity: .85;
}

#admin a:link { 
	color: #000000; 
	text-decoration: none; 
	font-weight: normal; 
}

#admin a:visited { 
	color: #000000; 
	text-decoration: none; 
	font-weight: normal; 
}

#admin a:hover { 
	color: #ff0000; 
	text-decoration: underline; 
	font-weight: normal; 
}

#admin a:active { 
	color: #ff0000; 
	text-decoration: underline; 
	font-weight: normal; 
} 

#admin ul li { 
	display : inline; 
	margin: 0; 
	padding: 0; 
}