﻿/* Navigation */
#navigation {
	width: 980px;
	border-top: 1px solid #808080;
	border-bottom: 2px solid #808080;
	background-color: #cdc;
	color:blue;
	font-family: "Trebuchet MS", sans-serif;

}
#navigation ul {
	list-style-type: none;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: normal;
	font-size:small;
	text-decoration: none;
	color: black;
	display: block;
	padding: 1px 8px 1px 8px;
	border: 0px solid #cdc;
	background-color:#cdc;
}
#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color:  white;
	background-color: red;
	border: 0px solid #cdc;
	
}
html>body #navigation {
	overflow: hidden;
}
