/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 30, 2016, 4:18:22 PM
    Author     : ernie
*/
@charset "utf-8";

body {margin: 20px 0px 0px;}

.clearboth {
    margin: 0;
    padding: 0;
    clear: both;
}

#nav {
    font-family: verdana;
    font-weight: bold;
    font-size: 9pt;
    color: #ffffff;

}

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

#nav a:link,
#nav a:visited {
    color: #ffffff;
    text-decoration: none;
}

#nav a {
    display: block;
}

#nav li {
    float: left;
    background-color: #000000;
    margin-right: 1px;
    position: relative;
    display: block;
    padding: 8px 8px;
}

#nav li li{
    width: 160px;
    margin-top: 0px;
}

#nav li:hover {
    background-color: #555555;
}
#nav li li:hover {
    background-color: #757575;
}  


#nav ul ul  {
    position: absolute;
    visibility: hidden;
}

#nav ul ul ul{
    position: absolute;
    left: 100%;
    top: -2px;
    border: solid 1px transparent;
} 

#nav li:hover > ul {
    visibility: visible;
}

.right-arrow {
    float: right;
}

.goldlink {
    color:#FFCC00
}
