@charset "utf-8";
/* CSS Document */
span.horizontal {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
				}

span.horizontal a {
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	padding-top:8px;
	height:22px;
	border: 0px solid white;
} 

span.horizontal a:visited {
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	padding-top:8px;
	height:22px;
	border: 0px solid white;
	font-weight: bold;
} 

span.horizontal a:hover {
	display:block;
	color: #333333;
	/*background-color: #20A6CC; */
			    text-decoration: none;
	text-align:center;
	padding-top:8px;
	height:22px;
	border: 0px solid white;
	background-image: url(menu/h2.png);
} 

