#top {
	margin:0px 10px 0px 0px;
	border:4px solid white;
	background:#899FAC;	
}
html>body #top{
	margin:2px 10px 0px 0px;
}

#prelude {
	display : none;
}

#categories_top{
	background: #EAEEF0;	
	margin:10px 10px 0px 0px;	
	padding:0px 0px 6px 0px;
	width:650px;
}

#categories_top ul{
	background: #EAEEF0;	
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
}

#categories_top li {
	display: inline;
	margin:0px;
	padding:0px;	
}

#categories_top li a{
	line-height: 20px;	
	color:white;
	text-decoration:none;
	background :#214A63;
	margin:0px;
	padding:5px 2px 5px 2px;
	font-weight: bold;
	font-size: 12px;	
	border-left:5px solid #214A63;
	border-right:5px solid #214A63;
}

#categories_top li a:hover{
	border-left:5px solid #899FAC;	
}

#categories_top li strong a{
	color:white;
	text-decoration:none;
	background :#899FAC;
	margin:0px;
	padding:5px 2px 5px 2px;
	font-weight: bold;
	font-size: 12px;	
	border-left:5px solid #899FAC;
	border-right:5px solid #899FAC;	
}

