#csstopmenu, #csstopmenu ul{
padding: 3;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
font-size : 14px;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
	border: 0px solid black;
	border-left-width: 0;

	text-indent: 0px;
}

.headerlinks a{
margin: auto 10px;
font-weight: bold;
color: #ddddee;
font-size: 15px
}

.submenus{
display: none;
width: 12em;
position: absolute;
top: 1.1em;
left: 0;
background-color: #1178c3;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
color: white;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #043d86;
color: white;
}


#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;
}

A.green {
	color : #043D86;
	text-decoration : none;
	background-color : transparent;
	letter-spacing : -1px;
	font-size:14px;
}

A.green:HOVER {
	color : #1178C3;
	background-color : transparent;
	letter-spacing : -1px;
	font-size:14px;
}

A.white {
	color : #fff000;
	text-decoration : none;
	background-color : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

A.white:HOVER {
	color : #ffffff;
	background-color : transparent;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

li {
	font-size : 16px;
	}
P {
	color : White;
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
}

Body {
	color : White;
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
}

Table {
	color : White;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	background-color: #043D86;
}

td.index {
	color : White;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
}
.td-center {
	text-align: center;
}
.td-center {
	text-align: center;
}
