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

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

#csstopmenu a{
	text-decoration: none;
}

.mainitems{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	border-left-width: 0;
	margin-top: 3px;
	margin-bottom: 0px;
}

.headerlinks a{
	margin: auto 8px;
	font-weight: normal;
	color: #ffffff;
}

.headerlinks a:visited{
	margin: auto 8px;
	font-weight: normal;
	color: #ffffff;
}

.headerlinks a:active{
	margin: auto 8px;
	font-weight: normal;
	color: #ffffff;
}

.headerlinks a:hover{
	margin: auto 8px;
	font-weight: normal;
	color: #cccccc;
}

.submenus{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	display: none;
	width: 10em;
	position: absolute;
	top: 1.3em;
	left: 0;
	background-color: #999999;
	border: 1px solid #999999;
	
	filter: alpha(opacity=90);
}

.submenus li{
	width: 100%;
	height: 16px;
}

.submenus li a{
	display: block;
	width: 100%;
	text-indent: 3px;
	color: #ffffff;
}

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

.submenus li a:hover{
	/* background-color: #333333; */
	color: black;
	height: 16px;
	color: #cccccc;
}

.submenus li a:visited{
	height: 16px;
	color: #ffffff;
}

.submenus li a:active{
	height: 16px;
	color: #ffffff;
}

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