#csstopmenu ul{
	FONT-SIZE: 12pt;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	margin: 0;
	list-style: none;
}
#csstopmenu li{
	float: left;
	position: relative;
	z-index: 9;
	list-style-type: none;
}
#csstopmenu a{
	text-decoration: none;
}
#csstopmenu li>ul {/* non IE browsers */
	top: auto;
	left: auto;
}
#csstopmenu li:hover ul, li.over ul {
	display: block;
}

.mainitems{
	border-left-width: 0;
	background-color: #D8FE89;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}

.headerlinks a{
}

.submenus{
	display: none;
	width: 10em;
	position: absolute;
	top: 1.2em;
	left: 0;
	background-color: #fff;
	border: 1px solid black;
}

.submenus li{
	width: 100%;
	font-family:  "lucida grande", tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	position: absolute;
	left: 0px;
}
html>body .submenus li{ /* non IE browsers */
	left: -20px;
}

.submenus li a{
	display: block;
	width: 100%;
	text-indent: 0px;
}

html>body .submenus li a{ /* non IE browsers */
	width: auto;
}

.submenus li a:hover{
	background-color: #B1C4D0;
	color: black;
}

html>body #clearmenu{ /* non IE browsers */
	height: 3px;
}

.link
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	background: none;
	border-style: none;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.csstopmenuadmin ul{
	FONT-SIZE: 12pt;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	margin: 0;
	list-style: none;

}

.csstopmenuadmin  li{
float: left;
position: relative;
z-index: 2;
}

.csstopmenuadmin  a{
text-decoration: none;
}
