@charset "UTF-8";
/* CSS Document */
#topnavbar {
width: 798px;
max-height: 30px;
margin-top: 1px;
text-align: right;
background: #b0b0b0;
font-family: "century gothic", Arial, Helvetica, sans-serif;
font-size: .9em;
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:#000000;text-decoration:underline; background-color:#999999; padding: 1px 8px 1px 10px;}
a#nav:active {font-weight: 600; color:#000000;text-decoration:overline underline; background-color: #FFCCFF; padding: 1px 8px 1px 10px;}

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

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

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

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

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


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


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
background: #CCCCCC;
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: white;
}

/* ######### 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;
}
