* {
margin: 0;
padding: 0;
}

body {
font: 12px "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Arial, sans-serif;
background: #aaaaaa;
}

#wrapper {
width: 892px;
margin: 10 auto;
}

/* positioning */

#menuLink {
position: absolute;
/* left: 205px;  */
left 165px;
top: -5px;
}

#navigation {
height: 20px;
/* was 30 px */
}

#navigation ul {
list-style: none;
}

#navigation li {
float: left;
position: relative;
font-size: 15px;
font-weight: bold;
/*margin: 0px;*/
}

#navigation li li {
float: none;
font-size: 12px;
}

#navigation a {
color: #ffffff;
display: block;
width: 150px;
/*line-height: 30px;*/
line-height: 25px;
background: #000000;
text-decoration: none;
text-align: center;
margin-right: 1px;
}

#navigation li li a {
height: auto;
background: none;
border: 0;
text-align: left;
margin: 0;
/*line-height: 24px;*/
line-height: 15px;
}

#ddContainer {
position: absolute;
left: -10055px;
}
#navigation li:hover #ddContainer {
display: block;
/*left: -155px;*/
left: -15px;
}

/* styles for drop-down */
#ddContainer {
background: url(menu-background.png) 0 17px no-repeat;
padding: 17px 0 0;
/*line-height: 24px;*/
line-height: 16px;
width: 900px;
}

#label {
color: #da1c23;
font-size: 12px;
text-transform: uppercase;
padding-left: 10px;
}

#ddContainer h2 {
color: #da1c23;
font-size: 12px;
text-transform: uppercase;
/*padding: 20px 25px 0;*/
padding-left: 25px;
}

#ddContainer a {
font-weight: bold;
color: #ffffff;
text-decoration: none;
padding-left: 10px;
width: auto !important;
}

#ddContainer a:hover {
background: #da1c23;
}

#navigation #ddc1 {
/*padding: 17px 0 0 0;*/
float: left;
width: 180px;
padding-top: 5px;
margin-left: 10px;
}

/*#navigation #ddc1, 
*/
#navigation #ddc2, #ddc3, #ddc4 {
float: left; 
/*width: 210px;*/
width: 180px;
/*margin-left: 10px;*/
margin-left: 4 px;
padding-top: 5px;
}

/*
#navigation #ddc1 {
padding: 17px 0 0 0;
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: 12px;
text-transform: uppercase;
}

#ddFooter a {
line-height: 24px;
width: 191px;
margin-left: 660px;
clear: both;
text-align: right;
padding-right: 10px;
}

/* content */
#content {
clear: both;
}
