
 
 

div
#toplogo
{ background-image: url("images/tsglogosmall.jpg"); background-repeat: no-repeat; }

#top
{ background-image: url("images/black555555.png"); }

span.top1
{ color: #33ff00; font-size: 28px }

span.top2
{ color: #33ff00; font-size: 15px }

span.top3
{ color: #33ff00; font-size: 15px; font-weight: bold;}

#top5
{ background-image: url("images/black555555.png"); }

#bottom
{ background-image: url("images/black555555.png"); }

span.bottom1
{ color: #33ff00; font-size: 10px }

span.bottom2
{ color: #ffffff; font-size: 10px }

span.bottom3
{ color: #33ff00; font-size: 10px }

#bottom5
{ background-image: url("images/black555555.png"); }

#player 
{ width: 500; height: 50; }

#playerfront
{ width: 330; height: 30; }

#topnav
{ list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #669900; }

#topnav li 
{ float: left; }

li a, .dropbtn
{ display: inline-block;
width: 178;
height: 18;
font-size: 12px;
color: #ffffff;
text-align: center;
padding: 8px 0px;
text-decoration: none; }

li 
a:hover, .dropdown:hover .dropbtn
 { background-color: #992211; color:#ffffff; }

 a.active1 
{ background-color: #99c68d; 
color: #992211; font-weight: bold; } 
 

li.dropdown
{ display: inline-block; }

.dropdown-content
{ display: none;
position: absolute;
background-color: #888888;
min-width: 180;
box-shadow: gray; }

.dropdown-content a
{ color: #ffffff;
padding: 8px 60px;
display: block;
text-decoration: none;
text-align: left; }

.dropdown-content a:hover
{ background-color: #66cc00; }

.dropdown:hover .dropdown-content
{ display: block; }



#bottomnav
{ list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #669900; }

#bottomnav li 
{ float: left; }

#bottomnav li a, .dropbtn2
{ display: inline-block;
width: 98;
height: 14;
font-size: 10px;
font-weight: bold;
color: #ffffff;
text-align: center;
padding: 5px 40px;
text-decoration: none; }

#bottomnav li a:hover, .dropdown:hover .dropbtn2
 { background-color: #992211; color: #ffffff; }

#bottomnav .active2 
{ background-color: #99c68d; 
color: #992211; font-weight: bold; }

#bottomnav li.dropdown
{ display: inline-block; }

#bottomnav .dropdown-content
{ display: none;
position: absolute;
background-color: #888888;
min-width: 180;
box-shadow: gray; }

#bottomnav .dropdown-content a
{ color: #ffffff;
padding: 5px 60px;
display: block;
text-decoration: none;
text-align: left; }

#bottomnav .dropdown-content a:hover
{ background-color: #66cc00; }

#bottomnav .dropdown:hover .dropdown-content
{ display: block; }

