/* Stylesheet for the ski horizon Templates - Feb 2010 */


/* navigation styles */

#hnavbar {
	width: 926px;
	height: 32px;
	margin-top: 10px;
	display: block;
	margin-left: 10px;
}
.hnavbutton {
	float: left;
	width: 131px;
	height: 32px;
	background-image: url(../../graphics/template/navtop_back.gif);
	text-align: center;
	border-left: 1px solid #808080;
	display: block;
}
.hnavbutton a {
	color: #ffffff;
	font: bold 11px/32px Verdana, sans-serif;
	text-decoration: none;
	width: 131px;
	height: 32px;
	display: block;
}
.hnavbutton a:hover {
	width: 131px;
	height: 32px;
	background-image: url(../../graphics/template/navtop_back_over.gif);
	display: block;
}
