BODY     {background-color: #ffffff; font-family: century schoolbook; font-size: 12px; color: #124ca4}
TABLE    {font-family: georgia, verdana; font-size: 14px;}

.tableall {max-width: 800px; min-width: 800px; max-height: 900px; min-height: 600px;}
.menubar {color: #ffffff ; font-weight: bold}

.copy    {font-size: 10px; font-family: georgia; color: #124ca4; font-weight: bold; text-align: center}

.images {max-width: 680}


#csstopmenu, #csstopmenu ul{
padding: 1;
margin: 0;
list-style: none;
margin: auto 8px;
}

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

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 0px solid white;
border-left-width: 0;
background-color: #5392f1;
}

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

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

.submenus{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: white;
border: 1px solid #5392f1;
border-left-width: 1;
}

.submenus li{
width: 100%;
}

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

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

.submenus li a:hover{
background-color: #5392f1;
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: 1px;
}
