
/* positioning */

#menuLink {
position: absolute;
left: 205px;
top: -5px;
}

#navigation {
height: 30px;
}

#navigation a:hover {
background: #b53b3f;
height: 30px;
}

#navigation ul {
list-style: none;
}

#navigation li {
float: left;
position: relative;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;

}

#navigation li li {
float: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#navigation a {
color: #ffffff;
display: block;
width: 150px;
line-height: 30px;
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;
}

#ddContainer {
position: absolute;
left: -10055px;
}
#navigation li:hover #ddContainer {
display: block;
left: -155px;
}

/* styles for drop-down */
#ddContainer {
background: url(images/Structure/menu-background.png) 0 17px no-repeat;
padding: 17px 0 0;
line-height: 24px;
width: 900px;
}

#ddContainer h2 {
color: #b53b3f;
font-size: 12px;
text-transform: uppercase;
padding: 20px 25px 0;
}

#ddContainer a {
font-weight: bold;
color: #ffffff;
text-decoration: none;
padding-left: 10px;
width: auto !important;
}

#ddContainer a:hover {
background: #b53b3f;
}

#navigation #ddc1 {
float: left; 
width: 115px;
margin-left: 15px;
}

#navigation #ddc2 {
float: left; 
width: 140px;
margin-left: 15px;
}

#navigation #ddc3 {
float: left; 
width: 200px;
margin-left: 5px;
}


#navigation #ddc4 {
float: left; 
width: 200px;
margin-left: 5px;
}


#ddFooter {
position: absolute;
height: 50px;
bottom: -55px;
left: 0;
width: 870px;
padding: 5px 15px 0;
background: url(images/Structure/menu-background.png) 0 100% no-repeat;
font-size: 12px;
text-transform: uppercase;
}

#ddFooter a {
line-height: 24px;
width: 191px;
margin-left: 550px;
clear: both;
text-align: right;
padding-right: 10px;
}

/* content */
#content {
clear: both;
}

/* styles for drop-down - Auto gallery*/
#ddContainer1 {
background: url(images/Structure/menu-background1.png) 0 17px no-repeat;
padding: 17px 0 0;
line-height: 24px;
width: 300px;
height: 200px;
}

#ddContainer1 h2 {
color: #b53b3f;
font-size: 12px;
text-transform: uppercase;
padding: 20px 25px 0;
}

#ddContainer1 a {
font-weight: bold;
color: #ffffff;
text-decoration: none;
padding-left: 10px;
width: auto !important;
}

#ddContainer1 a:hover {
background: #b53b3f;
}


#navigation #ddc11 {
float: left;
width: 210px;
margin-left: 15px;
}


#ddContainer1 {
position: absolute;
left: -10055px;
}
#navigation li:hover #ddContainer1 {
display: block;
left: -50px;
}

#menuLink1 {
position: absolute;
left: 105px;
top: -5px;
}


