@charset "UTF-8";
/* CSS Document */

div#topnavbar {
width: 798px;
min-height: 30px;
margin-top: 1px;
text-align: center;
background: #a90000;
font-family: "century gothic", Arial, Helvetica, sans-serif;
font-size: 1em;
color: #ffffff;
padding: 1px; display: inline-block;
}

a#nav:link {font-weight: 600; color:#fff; text-decoration:none; padding: 1px 8px 1px 10px;}
a#nav:visited {font-weight: 600; color:#fff;text-decoration:none; padding: 1px 8px 1px 10px;}
a#nav:hover {font-weight: 600; color:#a7f9f9;text-decoration:underline; background-color:#000000; padding: 1px 8px 1px 10px;}
a#nav:active {font-weight: 600; color:#a7f9f9;text-decoration:overline underline; background-color: #000000; padding: 1px 8px 1px 10px;}

a.dropdown:link {font-family: "century gothic", Arial, Helvetica, sans-serif;
font-size: 1em; font-weight:normal; color:#ffffff; text-decoration:none; text-align: left;}
a.dropdown:visited {font-family: "century gothic", Arial, Helvetica, sans-serif;
font-size: 1em; font-weight:normal; color:#ffffff;text-decoration:none; text-align: left;}
a.dropdown:hover {font-family: "century gothic", Arial, Helvetica, sans-serif;
font-size: 1em; font-weight:normal; color:#a7f9f9;text-decoration:none; background-color: #000000; text-align: left;}
a.dropdown:active {font-family: "century gothic", Arial, Helvetica, sans-serif;
font-size: 1em; font-weight:normal; color:#000066;text-decoration:overline underline; background-color: #FFCCFF; text-align: left;}

a.dropdownbox:link {
font-family: "century gothic", Arial, Helvetica, sans-serif;
font-size: 1em;font-weight:normal; color:#ffffff; text-decoration:none; background-color:#a90000;}

a.dropdownbox:visited {
font-family: "century gothic", Arial, Helvetica, sans-serif;
font-size: 1em;font-weight:normal; color:#ffffff;text-decoration:none; background-color: #a90000;}

a.dropdownbox:hover {
font-family: "century gothic", Arial, Helvetica, sans-serif;
font-size: 1em;font-weight:normal; color:#a7f9f9;text-decoration:none; background-color: #000000;}

a.dropdownbox:active {
font-family: "century gothic", Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight:normal; color:#a7f9f9;text-decoration:overline underline; background-color: #000000;}

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #000000;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
background: #a90000;
border: 1px solid black;
border-bottom-width: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: #a7f9f9;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 6px 6px 6px 4px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #dddddd;
}

.anylinkcsscols .column{
width: 160px;
padding: 0 6px 0 2px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding: 1px 4px 3px 4px;
}

.anylinkcsscols .column a{
font-family: "century gothic", Arial, Helvetica, sans-serif;
text-decoration: underline;
}
.anylinkcsscols .column a hover{
font-family: "century gothic", Arial, Helvetica, sans-serif;
text-decoration: underline;
}
