/* CSS Document */

#navigation {
	height: 27px;
	background-color: #DAE1DF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation ul {
	list-style:none;
	margin: 0;
	padding:0;
	padding-top: 0px;
}

#navigation li {
	float: left;
	height: 23px;
	width: 129px;
	border-top-style: outset;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #333333;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333333;
}

#navigation li:hover {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #000000;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #000000;
}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#000000
}

