<!--
A:link {color: black; text-decoration: none;}
A:visited {color: white; text-decoration: none;}
A:active {color: black; text-decoration: none;}
A:hover {color: white; text-decoration: none;}
A:hover.footer       {font-size: 8pt; color: #46727b; text-decoration: none;}
A:visited.footer     {font-size: 8pt; color: #46727b;}
-->

#csstopmenu, #csstopmenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#csstopmenu li{
	float: left;	
	position: relative;
}

#csstopmenu a{
	text-decoration: none;
}

.mainitems{
	border: 1px solid black;
	border-left-width: 0;
	background-color: #46727b;
}

.headerlinks a{
	margin: auto 8px;
	font-weight: bold;
	color: #f5f9fa;
}

.pageLinks a{
	margin: auto 8px;
	font-weight: bold;
	color: blue;
}

.submenus{
	display: none;
	width: 10em;
	position: absolute;
	top: 1.2em;
	left: 0;
	background-color: #adcad0;
	border: 1px solid black;
}

.submenus li{
	width: 100%;
}

.submenus li a{
	display: block;
	width: 100%;
	text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
	width: auto;
}

.submenus li a:hover{
	background-color: white;
	color: black;
}

#csstopmenu li>ul {/* non IE browsers */
	top: auto;
	left: auto;
}

#csstopmenu li:hover ul, li.over ul {
	display: block;
}

html>body #clearmenu{ /* non IE browsers */
	height: 3px;
}
