/* css document for Autocon menu */
ul#navigation {
text-align:right;
margin-right: 15px;
margin-top: 0px;
padding-top: 15px;
}
ul#navigation li {
list-style: none;
display:inline;
padding: 10px;
margin-top: 10px;
}
ul#navigation a {
text-decoration: none;
font-family: "Century Gothic";
font-size:16px;
color:#000000;
font-weight:bold;
}
ul#navigation a:hover {
color: #e8e8e8;
}

ul#navigation a.this {
color: #e8e8e8;
}
