Team:TP-CC San Diego/Templates/NavBar

<style>

nav { top: 20px;

                       width: 100%;
                       margin-bottom: 20px;

width: 101%; position: fixed; display: block; margin: 0px; padding: 0px;

}

.dropbutton { background-color: #000066; color: white; padding: 10px; font-size: 16px; border: none; float: left; }

.dropbutton:hover, .dropbutton:focus { background-color: black; }

.drop-content {

                       margin-top: 37px;

display: none; position: absolute; background-color: #000066; z-index: 1; }

.drop-contentlate {

                       margin-right: 50px;

}

.drop-content a { color: white; padding: 12px 16px; text-decoration: none; display: block; }

               .drop-content a:hover

{ color: white;

                       background-color: black;

padding: 12px 16px; text-decoration: none; display: block; }

.show { display: inline; } .show2 { display: inline; } .show3 { display: inline; } .show4 { display: inline; } .show5 { display: inline; } .show6 { display: block; }

h1 { padding-top: 60px; } </style>