#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: #0148B9;
}

.headerlinks a{
	margin: auto 8px;
	height: 20px;
	font-weight: bold;
	color: ffffff;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.submenus{
	display: none;
	width: 200px;
	position: absolute;
	top: 1.8em;
	left: 0;
	background-color: #0148B9;
	/*border: 1px solid black;*/
	color: ffffff;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 2px;
}

.submenus li{
	width: 100%;
	text-align: left;
	padding-bottom: 2px;
}

.submenus li a{
	display: block;
	width: 100%;
	text-indent: 3px;
	padding-bottom: 2px;
	text-align: left;
}

html>body .submenus li a{ /* non IE browsers */
	width: auto;
}

.submenus li a:hover{
	/*background-color: yellow;*/
	/*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;
}