﻿body {
    margin: 0; padding: 0;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
*{outline: none;}
img {border: 0;}
.container {
    width: 972px;
    padding: 0;
    margin: 0 auto;
    z-index: 9999;
}
#header {
    width: 992px; height: 121px;
    float: left;
}
ul#topnav {
    margin: 0; padding: 0;
    float:left;
    width: 100%;
    list-style: none;
    font-size: 1.1em;
    z-index: 9999;
}
ul#topnav li {
    float: left;
    margin: 0; padding: 0;
    position: relative;
}
ul#topnav li a {
    float: left; 
    text-indent: -9999px;
    height: 37px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.Home {
    background: url(images/Nav_Home.gif) no-repeat;
    width: 100px; 
}
ul#topnav a.AboutUs {
    background: url(images/Nav_AboutUs.gif) no-repeat;
    width: 124px; 
}
ul#topnav a.AboutGold {
    background: url(images/Nav_AboutGold.gif) no-repeat;
    width: 140px; 
}
ul#topnav a.GoldBackedIRA {
    background: url(images/Nav_GoldBackedIRA.gif) no-repeat;
    width: 175px; 
}
ul#topnav a.GoldNews {
    background: url(images/Nav_GoldNews.gif) no-repeat;
    width: 121px; 
}
ul#topnav a.GetStarted {
    background: url(images/Nav_GetStarted.gif) no-repeat;
    width: 176px; 
}
ul#topnav a.ContactUs {
    background: url(images/Nav_ContactUs.gif) no-repeat;
    width: 124px; 
}
ul#topnav li .sub {
    position: absolute;	
    top: 37px;
    /*--background: #dfab08 url(images/Sub_BG.gif) repeat-x;--*/
    background: #dfab08;
    padding:10px 20px 20px 20px;
    float: left;
    z-index: 9999;
    /*--Bottom right rounded corner--*/
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    /*--Bottom left rounded corner--*/
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
    list-style: none;
    margin: 0; padding: 0;
    /*--width: 253px;--*/
    float: left;
}
ul#topnav .sub ul li {
    width: 100%;
    color: #2e0500;
}
ul#topnav .sub ul li h2 {
    padding: 0;  margin:10px 0 10px 0;
    font-size: 1.3em;
    font-weight:bold;
    color: #2e0500;
}
ul#topnav .sub ul li h2 a {
    padding: 5px 0;
    background-image: none;
}
ul#topnav .sub ul li a {
    float: none; 
    text-indent: 0; /*--Reset text indent--*/
    height: auto;
    background: url(images/Bullet.gif) no-repeat 5px 12px;
    padding: 7px 5px 7px 15px;
    display: block;
    text-decoration: none;
    font-weight:bold;
    color: #2e0500;
}
ul#topnav .sub ul li a:hover {
    color: #2e0500; 
    font-weight:bold;
    background-position: 5px 12px;
    background-color:#fdd729;
    text-decoration: none;
}
