.hasel {  }
.dhtml {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color: #EFEFEF; text-decoration: none; color: #333333}
.mainbody {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #333333; text-align: left}

#csstopmenu, #csstopmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#csstopmenu li
{
	float: left;
	position: relative;
}

#csstopmenu a
{
	text-decoration: none;
}

.mainitems
{
	border-left:0px solid silver; 
	border-top:0px solid silver; 
	border-bottom:0px solid silver; 
}

.headerlinks a
{
	margin: auto 0px;
	font-weight: bold;
	color: black;
}

.submenus
{
	display: none;
	width: 15em;
	position: absolute;
	top: 36px;
	left: 0em;
	background-color:#66CC00;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

.submenus li
{
	width: 100%;
}

.submenus li a
{
	display: left;
	width: 100%;
	text-indent: 0px;
	color:#003300;
	font-weight: bold;
	margin:3px;
}

html>body .submenus li a
{ /* non IE browsers */
	width: auto;
}

.submenus li a:hover
{
	background-color:#003300;
	color:#FFFFee;
}

#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;
}
