.container {
 width: 960px;
 margin: 0 auto;
 position: relative;
 background: url(images/menu_bg1.png) no-repeat center top;
 padding: 0px 0px 50px 0px;
}
 
#header {
 background: url(images/header_bg.png) no-repeat center top;
 padding-top: 90px;
}

#header .disclaimer {
 color: #1b1b1b;
 padding: 100px 0 7px 0;
 text-align: right;
 display: block;
 position: absolute;
 top: 0; right: 0;
}

ul.topnav {
 list-style: none;
 padding: 0 20px; 
 margin: 0;
 float: left;
 width: 920px; 
 background: #1b1b1b;
 font-size: 1.2em;
 background: url(images/topnav_bg.png) repeat-x;
}
ul.topnav li {
 float: left;
 margin: 0; 
 padding: 0 15px 0 0;
 position: relative; 
}
ul.topnav li a{
 padding: 10px 5px;
 color: #8d8e8e;
 text-shadow: #000000 1px 1px 1px; 
 display: block;
 text-decoration: none;
 float: left;
}
 
ul.topnav li a:hover{
 color: #0096e1; 
}
 
ul.topnav li span { 
 width: 17px;
 height: 35px;
 float: left;
 background: url(images/subnav_btn.png) no-repeat center top; cursor: pointer;

}

ul.topnav li span:hover {
 width: 17px;
 height: 35px;
 float: left;
 background: url(images/subnav_btn_on.png) no-repeat center top; cursor: pointer;
 
}
 
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} 
 
ul.topnav li ul.subnav {
 list-style: none;
 position: absolute; 
 left: 0; top: 35px;
 background: #1b1b1b;
 margin: 0; padding: 0;
 display: none;
 float: left;
 width: 170px;
 -moz-border-radius-bottomleft: 5px;
 -moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-left-radius: 5px;
 -webkit-border-bottom-right-radius: 5px;
 border: 1px solid #1b1b1b;
}
 
ul.topnav li ul.subnav li{
 margin: 0; padding: 0;
 border-top: 1px solid #343434; 
 border-bottom: 1px solid #2a2a2a; 
 clear: both;
 width: 170px;
}
 
html ul.topnav li ul.subnav li a {
 float: left;
 width: 145px;
 background: #343434 url(images/dropdown_linkbg.png) no-repeat 10px center;
 padding-left: 20px;
}
 
html ul.topnav li ul.subnav li a:hover { 
 background: #1b1b1b url(images/dropdown_linkbg_on.png) no-repeat 10px center; 
}
 
#header img {
 margin: 20px 0 10px;
}