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

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


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

#csstopmenu a{
text-decoration: none;
}

.mainitems{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-right: 1px solid #FFFFFF;
}

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

.submenus{
	display: none;
	width: 120px;
	position: absolute;
	margin-top: 40px;
	left: 0;
	background-color: #739bba;
	border: 1px solid #3B6C93;
}

.submenus li{
	width: 100%;
	list-style-type: none;
}

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

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

.submenus li a:hover{
	background-color: #B16E2A;
	color: #FFFFFF;
	list-style-type: none;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
	display: block;
	list-style-type: none;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}
