a.top:link 
  {	
    text-decoration: none;
    font-weight: bold;
    color: white;
  }
  
a.top:visited
  {
	text-decoration: none;
    font-weight: bold; 
	color: white;
  }
  
a.top:hover
  {
	text-decoration: none;
    font-weight: bold; 
	color: black;
  }
  
a.top:active
  {
	text-decoration: none;
    font-weight: bold;
	color: white;
  }
  
#nav-menu
  {
    width: 120px;
    margin-left: 5px;
  }
  
#nav-menu ul
  {
    list-style: none;
    padding: 0;
    margin: 0;    
    font-size: 0.75em;
    text-align: center;
    color: white;
  }
  
#nav-menu li
  {
    margin-bottom: 0.2em;
  }
  
#nav-menu li a:link, a:visited, a:active
  {
    height: 1.35em;
    line-height: 1.35em;
    text-decoration: none;
    text-align: center;   
    color: white; 
    border-style: solid;
    border-width: 1px;    
    display: block;
    border-color: #337B33;
  }
  
#nav-menu li a:hover
  {
    height: 1.35em;
    line-height: 1.35em;
    border-style: solid;
    border-width: 1px;    
    display: block;
    border-color: gray black black gray;
    text-decoration: none;
    text-align: center;   
    color: white;
  }
  
#bot 
  {
    width: 600px;
    height: 20px;
    margin: 0px;
    float: left;
  }
  
#bot ul
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
#bot li
  {
    float: left;
  }  
  
a.bot:link, a.bot:visited, a.bot:active
  {
    display: inline;
    font-size: 0.75em;
    color: #ffffff;
    background-color: #337B33;
    text-align: center;
    padding: 6px;
    padding-top: 0px;
    text-decoration: none;
  }
  
a.bot:hover
  {
    color: black;
  }
  
div.company
  {
    float: right;
    width: 150px;
    margin: 5px;
    margin-top: 0px;
    position: relative;
    top: -4px;
  } 
  
#botads 
  {
    width: 516px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    height: 26px;
  }
  
#botads ul
  {
    list-style-type: none;
    margin: 0px;
    padding: 0;
  }
  
#botads ul li
  {
    float: left;
    height: 26px;
  }
  
a.botads:link, a.botads:visited, a.botads:active
  {
    display: inline;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    font-size: 0.75em;
    color: #337B33;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: underline;
  }
  
a.botads:hover
  {
    color: black;
    border-color: gray black black gray;
    text-decoration: none;
  }
  
#home
  {
    width: 140px;
    margin: 0px;
    padding: 0px;
    border-style: none;
    height: 26px;
    padding: 15px;
  }
  
a.home:link, a.home:visited, a.home:active
  {
    font-weight: bold;
    text-decoration: underline;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    font-size: 0.75em;
    color: #337B33;
  }
  
a.home:hover
  {
    color: black;
    border-color: gray black black gray;
    text-decoration: none;
  }