/* navigation */
#nav {
	background: #ddd url(../img/top_news/h300_reverse.png);
	border-bottom: 1px solid #CCCCCC;
	height: 110px;
	width: 680px;
}

#nav ul {
	width: 640px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#nav li {
	border-right: 1px solid #ddd;
	float: left;
	padding-left: 1px;
	width: 126px;
	list-style-type: none;
	text-align: center;
}

#nav a {
	color: #333333;
	display: block;
	padding: 17px;
	position: relative;
	font-size: 11px;
	height: 77px;
	text-decoration: none;
}

#nav a.current {
	background: url(../img/top_news/down_large.jpg);
}

#nav img {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0px 0px 0px 7px;
	padding: 2px;
	display: block;
}

/* panes */
#panes {
	background: #fff url(../img/top_news/h300_reverse.png) repeat scroll 0 0;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 0;
	width: 680px;
	height: 243px;
	margin-bottom: -20px;
	padding-bottom: 20px;
	/* must be relative so the individual panes can be absolutely positioned */
	position: relative;
}

/* crossfading effect needs absolute positioning from the elements */
#panes div {
	display: none;
	position: absolute;
	top: 10px;
	left: 20px;
	font-size: 14px;
	color: #444;
	width: 650px;
}

#panes img {
	float: left;
	margin-right: 20px;
}

#panes p.more {
	color: #000;
	font-weight: bold;
}

#panes h3 {
	margin: 0 0 -5px 0;
	font-size: 22px;
	font-weight: normal;
}

.overlay {
	display: none;
	width: 500px;
	padding: 20px;
	background-color: #ddd;
}
