#csstopmenu, #csstopmenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

#csstopmenu li{
	float: left;
	position: relative;
	border: 0px solid black;
}

#csstopmenu a{
	text-decoration: none;
}

.mainitems{
	border: 0px solid black;
	border-left-width: 0;
	background-color: #FFFFFF;
}

.headerlinks a{
	margin: auto 0px;
	font-weight: bold;
	color: black;
}

.submenus{
	margin: 0 0 0 0;
	display: none;
	width: 133px;
	position: absolute;
	top: 30px;
	_top: 34px;
	left: 0;
	background-color: 5392c4;
	border: 0px solid #657783;
}

.submenus li{
	width: 100%;
}

.submenus li a{
	margin: 0px;
	padding: 5px;
	display: block;
	width: 100%;
	text-indent: 0px;
	style: verdana;
}

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;
}

A.hrefwhite11 {
	font : 10px ;
	color : #000000;
	font-family : verdana;
	font-weight: normal;
	text-decoration: none;
}
A.hrefwhite11:ACTIVE {
	font : 10px ;
	color : #FFFFFF;
	font-family : verdana;
	font-weight: normal;
	text-decoration: none;
}
A.hrefwhite11:HOVER {
	font : 10px ;
	color : #ffffff;
	font-family : verdana;
	font-weight: normal;
	text-decoration: underline;
}

#csstopmenu li:hover ul, li.over ul {
	display: block;
}

html>body #clearmenu{ /* non IE browsers */
	height: 3px;
}