﻿#navigation {
	padding: 0 10px 0 10px;
	border-top: 1px #84A217 solid;
	border-bottom: 1px #FF0000 solid;
	background-color: #F5D3E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: 35px;
	border-top-color: #E691B7;
	border-bottom-color: #E691B7;
}
html>body #navigation {
	overflow: hidden;
	margin-top: 0px;
	height: 34px;
}
html>body #navigation {
	overflow: hidden;
	margin-top: 0px;
	height: 34px;
}
html>body #navigation {
	overflow: hidden;
	margin-top: 0px;
	height: auto;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 6px 3px 6px 160px;
	height: 24px;
}
#navigation li {
	float: left;
	height: auto;
	width: 100px;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px #FFFFFF solid;
	background-color: #A2DFF6;
}
