#header {
width: 960px;
margin-top: 0px;
background-color: white;
padding-left: 0px;
  list-style-type: none;
}
.droplinetabs{
overflow: hidden;
border-bottom: 1px solid gray; /*underline across bottom of main tabs*/
}

.droplinetabs ul{
font: 1.1em verdana, sans-serif, #dbf0f7;
color: #dbf0f7;
margin: 0;
padding: 10px 4px 10px 4px;
width: 100%;
list-style: none;
text-align: center;
font-size: 1.1em
}

.droplinetabs li{
display: inline;
margin: 10px 4px 10px 4px;
padding: 10px 4px 10px 4px;;
text-transform: uppercase;
}


.droplinetabs a{
font: 1em verdana, sans-serif;
float: center;
color: white;
background: #white url(leftedge.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 4px 0 0;
padding: 10px 4px 10px 4px;;
text-decoration: none;
letter-spacing: 1px;
}

.droplinetabs a:link, .droplinetabs a::visited, .droplinetabs a:active{
color: white;
}

.droplinetabs a span{
float: center;
display: block;
background: transparent url(rightedge.gif) no-repeat right top; /*right corner image*/
padding: 11px 9px 9px 6px;
cursor: pointer;
}

.droplinetabs a span{
float: none;
}


.droplinetabs a:hover{
background-color: #0000cc; /*background color of tabs onMouseover*/
color: 000099;
}

.droplinetabs a:hover span{
background-color: transparent;
}

/* Sub level menus*/
.droplinetabs ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #000066; /*sub menu background color */
visibility: hidden;
}

/* Sub level menu links style */
.droplinetabs ul li ul li a{
font: normal 13px arial;
padding: 10px 4px 10px 4px;
margin: 0;
background: #000066; /*sub menu background color */
}

.droplinetabs ul li ul li a span{
background: #23819c; /*sub menu background color */
  padding-bottom: 24px;
}

.droplinetabs ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers */
background: black;
-webkit-border-radius: 5px;  
-moz-border-radius: 5px; 
-khtml-border-radius: 5px;  
border-radius: 5px;
}

body{
	background-color: #000033;
}
h1{
	font-style: center;
	color: white;
}
span.num{
	color: red;
	font-size: 1.4em;
	font-style: bold;
}
p{
	color: white;
	font-size: 1.2em;
}
img{
	style = align: top;
}


