UL#navigation {
}
#menutop {
	width: 500px;
	position: relative;
	left: 100px;
	top: -500px;
}

UL#navigation LI {
	LIST-STYLE-TYPE: none;
	BACKGROUND-COLOR: #666666;
	TEXT-ALIGN: left;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
UL#navigation LI A {
	DISPLAY: inline;
	TEXT-DECORATION: none;
	font-family: Tahoma;
	font-size: 18px;
}
A:link {
	COLOR: #999999;
}
A:visited {
	COLOR: #CCCC66}
A:hover {
	COLOR: #666666}
A:active {
	COLOR: #999999}
A:hover {
	BACKGROUND-COLOR: #000000}
P A:link {
	COLOR: #999999;
	text-decoration: none;
}
P A:visited {
	COLOR: #666666;
	text-decoration: none;
}

