#navcontainer {
width:799px;
height:32px;
text-align:left;
padding-top:6px;
z-index:1000;
background: url('http://www.doublekindustries.com/images/backgrounds/blue_header_bar2.gif') #66ccff;
}
body.contest #navcontainer {
width:764px;
background-color:#66ccff;
background-image: url('http://www.doublekindustries.com/images/backgrounds/blue_header_bar.gif');	
}
#navlist a { 
display:block;
float:left;
padding: 3px 10px;
}
#navlist a:link, #navlist a:visited
{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
#navlist a:hover
{
color: #0000ff;
background-color: #c6e8ff;
text-decoration: none;
}


