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

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

#csstopmenu a{
text-decoration: none;
/*color: #f3ee96;*/
}

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

#csstopmenu li:hover ul, li.over ul {
display: block;
background-color: #f3ee96;
}


/*===================================================*/

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

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

#csstopmenu2 a{
text-decoration: none;
/*color: #f3ee96;*/
}

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

#csstopmenu2 li:hover ul, li.over ul {
display: block;
background-color: #f3ee96;
}

/*===================================================*/




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

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

#csstopmenu3 a{
text-decoration: none;
/*color: #f3ee96;*/
}

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

#csstopmenu3 li:hover ul, li.over ul {
display: block;
background-color: #f3ee96;
}

/*===================================================*/

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

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

#csstopmenu4 a{
text-decoration: none;
/*color: #f3ee96;*/
}

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

#csstopmenu4 li:hover ul, li.over ul {
display: block;
background-color: #f3ee96;
}

/*===================================================*/


.mainitems{
background-color: #f3ee96;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: #dc4339;

}
.headerlinks span{
margin: auto 8px;
font-weight: bold;
color: #dc4339;
cursor:pointer;
}

.headerlinks span:hover{
margin: auto 8px;
font-weight: bold;
background-color: #dc4339;
color: #f3ee96;
cursor:pointer;
}

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

.submenus li{
color: #dc4339;
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 6px;
color: #dc4339;
font-size: 10pt;
font-weight:normal;
text-align:left;
border-bottom: 1px solid black;
border-top: 1px solid black;
}

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

}

.submenus li a:hover{
display: block;
border: 1px solid black;
background-color: #dc4339;
color: #f3ee96;
}


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




BODY {font-size: 11px; font-family: verdana, arial, helvetica, sans; color: #000000;}
A {color: #0000ff; text-decoration: underline;}
A:hover { text-decoration: none;}
a.home:hover{color:#F3EE96;}

.large {font-size: 13px; font-family: verdana, arial, helvetica, sans; color: #000000;}
.medium {font-size: 11px; font-family: verdana, arial, helvetica, sans; color: #000000;}
.small {font-size: 10px; font-family: verdana, arial, helvetica, sans; color: #000000;}
.footer {font-size: 10px; font-family: verdana, arial, helvetica, sans; color: #000000;}

.bold-green {font-size: 11px; font-family: verdana, arial, helvetica, sans; color: #009988; font-weight: bold;}
.title-green {font-size: 14px; font-family: verdana, arial, helvetica, sans; color: #009988; font-weight: bold;}

.bold-blue {font-size: 11px; font-family: verdana, arial, helvetica, sans; color: #0077AA; font-weight: bold;}
.title-blue {font-size: 20px; font-family: verdana, arial, helvetica, sans; color: #0077AA; font-weight: bold;}

.linkstyle {font-size: 11px; font-family: verdana, arial, helvetica, sans; color: #0077DD; text-decoration: underline;}

.dropdown {font-size:10px; font-family: verdana, arial, helvetica, sans; color: #000000;}
.field {font-size:10px; font-family: verdana, arial, helvetica, times; color: #000000; border: solid 1px #000000;}
.textarea {font-size:10px; font-family: verdana, arial, helvetica, times; color: #000000; border: solid 1px #000000;}


ul.logolinks
{
    position:relative;
    bottom:30px;
    display: inline;
    list-style: none;
}
ul.logolinks li
{
    
    display:inline;
    padding:20px;
}
ul.logolinks a
{
    color:#DC4339;
    text-decoration: none;
    font-family: arial,verdana,helvetica;
    font-size:1.2em;
}

ul.logolinks a:hover
{
    text-decoration: underline;
}
