ul#navigation {
	padding: 0;
	margin: 0;
	background-color: #666633;
	color: #fff;
	float: left;
	width: 100%;
}
ul#navigation li { display: inline; }
ul#navigation li a {
  padding: .25em 1em;
  background-color: #666633;
  color: #fff;
  text-decoration: none;
  float: left;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
ul#navigation li a:link 	{ color: #999; }
ul#navigation li a:visited 	{ color: #999; }
ul#navigation li a:hover 	{ color: #000;
							background-color: #fff;}
							

/* IMPORTANT */


/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
body { 
	font: 9pt/17pt georgia; 
	color: #555753; 
	margin: 0px; 
	padding: 0px;
	min-height: 100%;
	}
p { 
	font: 9pt/17pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: blue;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: black;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: black;
	}
a#leftmenu:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: blue;
	}
a#leftmenu:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: black;
	}
a#leftmenu:hover { 
	text-decoration: underline; 
	color: black;
	}
a#leftmenu:active { 
	text-decoration: underline; 
	color: black;
	}