* {
margin: 0;
padding: 0;
}

body {
font: 10px "arial", "helveltica", Lucida, Verdana, Arial, sans-serif;
background: ;
}

#wrapper {
width: 1004px;
margin: 0 auto;
}

/* positioning */

#menuLink {
position: absolute;
left: 100px;
top: 0px;
}

#navigation {
height: 28px;
}

#navigation ul {
list-style: none;
height: auto;
}

#navigation li {
float: left;
position: relative;
font-size: 15px;
height: 28px;
}

#navigation li li {
height: 28px;
float: none;
}

#navigation a {
font-weight:bold;
font-size:10px;
color: #ffffff;
display: block;
line-height: 0px;
background: #000000;
text-decoration: none;
text-align: left;
margin-right: 0px;
}

#navigation li li a {
height: auto;
background: none;
border: 0;
text-align: left;
margin: 0;
line-height: 24px;
}

#ddContainer {
position: absolute;
left: -10055px;
}
#navigation li:hover #ddContainer {
display: block;
left:  0px;
}

/* styles for drop-down */
#ddContainer {
background-image:url(images/bg_dropdown.png);
padding: 5px 0 0 5px;
line-height: 24px;
width: 115px;
}

#ddContainer h2 {
color: #da1c23;
font-size: 10px;
text-transform: uppercase;
padding: 0px 0px 0px 0px;
}

#ddContainer a {
color: #ffffff;
text-decoration: none;
padding-left: 0px;
width: auto !important;
}

#ddContainer a:hover {
color: #ccc;
}

#navigation #ddc1, 
#navigation #ddc2, #ddc3, #ddc4 {
float: left; 
width: 120px;
margin-left: 0px;
}

#navigation #ddc1 {
margin-left: 0px;
}

#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: 10px;
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;
}
