* {
margin: 0;
padding: 0;
}

#navigation {
line-height:.85em;
font-family: Arial, Helvetica, sans-serif;
color:#444;	

}

#wrapper {

margin: 0 auto;
}


/* positioning */

#menuLink {
position: absolute;
left: 165px;
top: -5px;
}

#navigation {
height: 30px;
}

#navigation ul {
list-style: none;
}



#navigation li {
float: left;
position: relative;
font-size: 1em;
font-weight: bold;
}

#navigation li li {
float: none;
font-size: 11px;
display: block;
background: none;
}

#navigation a {
color: #ffffff;
display: block;
width: 56px;
line-height: 10px;
background: #000000;
text-decoration: none;
text-align: center;
margin-right: 1px;
margin-left: 5px;
}

#navigation li li a {
height: auto;
background: none;
border: 0;
text-align: left;
margin: 0;
line-height: 24px;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
float: none;
}

#ddContainer {
position: absolute;
left: -10055px;
}
#navigation li:hover #ddContainer {
display: block;
left: -125px;
}

/* styles for drop-down */
#ddContainer {
background: url(menu-background.png) 0 17px no-repeat;
padding: 10px 0 0;
line-height: 4px;
width: 921px;
padding-top:30px;
margin-top:50px;
}

#ddContainer h2 {
color: #F85A1D;
font-size: 11px;
text-transform: uppercase;
padding: 20px 25px 0;
margin-bottom: 10px;
}

#ddContainer a {
font-weight: normal;         
color: #ffffff;
text-decoration: none;
padding-left: 10px;
width: auto !important;
}

#ddContainer a:hover {
background: #F85A1D;
}

#navigation #ddc1, 
#navigation #ddc2, #ddc3, #ddc4 {
float: left; 
width: 210px;
margin-left: 10px;
padding: 0;
}

#navigation #ddc1 {
margin-left: 15px;
}

#ddFooter {
position: absolute;
height: 50px;
bottom: -55px;
left: 0;
width: 870px;
padding: 5px 15px 0;
background: url(menu-background.png) 0 100% no-repeat;
font-size: .9em;
text-transform: uppercase;
}

#header #ddFooter a {
line-height: 24px;
background: none;
width: 191px;
margin-left: 700px;
clear: both;
text-align: right;
padding:  0 30px 0 30px;
}

#header #ddFooter a:hover {
background: #F85A1D;
}

/* content */
#content1 {
clear: both;
}