div#navigation {
	background-color: transparent;
	border: 3px ridge #00CCCC;
	height: 3em;
	margin-left: auto;
	margin-right: auto;
	overflow:visible;
	width: 48em;
}

div.section {
	background-color: transparent;
	border-color: #000000 rgb(0, 0, 255) rgb(0, 0, 0) rgb(0, 0, 0);
	border-right: 4px ridge #0000FF;
	border-width: 2px;
	float: left;
	height: 3em;
	line-height: 3em;
	text-align: center;
	width: 7.68em;
}

div.section.last {
	border-style: none;
	border-width: 0px;
}

div.section span.sectionTitle,div.section a.sectionLink {
	color: #99FFFF;
	cursor: default;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-style: italic;
	text-decoration: none;
	text-transform: uppercase;
}

div.section a.sectionLink,div.section {
	cursor: pointer;
	position: static;
}

div.section a.sectionLink:hover,div.section span.sectionTitle:hover,div.section:hover {
	color: #00CCCC;
}

div.section div.subMenu {
	display: none;
	float: left;
	left: -2px;
	position: relative;
	top: 0em;
	z-index: 1;
}

div.section div.subMenu div {
	background-color: #FFFFFF;
	border-color: black;
	border-style: none ridge ridge;
	border-width: 2px;
	float: left;
	height: 3.08em;
	width: 7.68em;
}

div.section div.subMenu div.first {
	border-top-style: ridge;
}

div.section div.subMenu span.sectionTitle,div.section div.subMenu a.sectionLink {
	color: black;
	cursor: default;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
	text-transform: none;
}

div.section div.subMenu a.sectionLink,div.section div.subMenu {
	cursor: pointer;
}

div.section div.subMenu a.sectionLink:hover,div.section div.subMenu span.sectionTitle:hover,div.section div.subMenu:hover {
	cursor: pointer;
	color: #00CCCC;
}