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

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

#csstopmenu a{
text-decoration: none;
}

.mainitems{
	border: 0px solid black;
	border-left-width: 0;

	text-indent: 3px;
}
.picture-border {
	background-color: #FFF;
	border: white;
}


.headerlinks a{
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
margin: auto 8px;
font-weight: bold;
color: #ddddee;
}

.submenus{
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
display: none;
width: 11em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #b1d1b0;
border: 1px solid black;
}

.submenus li{
width: 100%;
}

.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: #A6A5BE;
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 : #ddddee;
	text-decoration : none;
	background-color : transparent;
}

A.green:HOVER {
	color : #FFffff;
	background-color : transparent;
}.center-white {
	text-align: center;
	color: #FFF;
}
.cen-normal {
	text-align: center;
	font-weight: bold;
}
.align-center {

}
.large-font {
	font-size: 24px;
}
.LEFT {
	text-align: left;
	font-size: 14px;
}
.smalfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
