#content {
	padding: 0;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 100em;
}
html>body #content {
	width: 100em;
} 

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

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

#csstopmenu a{
	text-decoration: none;
}

.mainitems{
	border-left-width: 0;
	background-color: #334579;
}

.headerlinks a{
	margin: auto 5px;
	color:#FFFFFF;
}

.submenus{
	display: none;
	width: 17em;
	position: absolute;
	top: 1.3em;
	left: 0;
	background-color: #334579;
	border: 1px solid black;
}

.submenus li{
	width: 100%;
}

.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{
	color: #979797;
}

.headerlinks a:hover {
	color: #979797;
}

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

.text { 
	line-height: 14px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}
