/* This is the logo link clickable area */
#logo-zone 
{
position: absolute;
top: 118px;
left: 111px;
height: 21px;
width: 240px;
background-color: solid;
border: 10px solid red;
}

li {
text-align: left;
margin-left: 0;
padding-left: 0;
}

#outer { 
background: #000; 
padding: 10px; 
} 

.white { 
background: #FFFFFF;
} 

.black { 
background: #000000;
} 

.gold
{
color:#DAB547;
z-index:2; 
position: relative;
}

.button
{
background:#00000F;

}

