#navcontainer { /* none needed */ }
#headline
{
position:relative;
font-family:sans-serif;
font-size:20px;
font-weight:bold;
color:yellow;
text-align:left;
z-index:1;
margin-left:5px;
}
#subheadline
{
width:400px;
height:20px;
font-family:sans-serif;
font-size:12px;
font-weight:bold;
color:white;
text-align:left;
padding: 5px 5px 5px 5px; 
margin-right:5px;
}
#textcontainer
{
position:absolute; 
top:235px; 
height:80px; 
width:410px; 
left:5px;

}
#transparentbox{
position:absolute; 
top:235px; 
height:80px; 
width:410px; 
left:5px;
filter: alpha(opacity = 50); 
opacity:0.5; 
background-color:black;
z-index:0;
}

ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

ul#navlist li
{
float: left;
font-family: verdana, arial, sans-serif;
font-size: 10px;
font-weight: bold;
margin: 0;
padding: 5px 0 5px 0;
background-color: #eef4f1;
border-top: 1px dotted #e0ede9;
border-bottom: 1px dotted #e0ede9;
text-align:center;
width:105px;
}

#navlist2
{
float: left;
font-family: verdana, arial, sans-serif;
font-size: 10px;
font-weight: bold;
margin: 0;

background-color: #eef4f1;
border-top: 0px dotted #e0ede9;
border-bottom: 0px dotted #e0ede9;
text-align:center;
width:105px;
}


#navlist a, #navlist a:link
{
margin: 0;
padding: 5px 9px 4px 9px;
color: #95bbae;
border-left: 0px dotted #d1e3db;
text-decoration: none;
}

ul#navlist li#active
{
color: #95bbae;
background-color: #deebe5;

}

#navlist a:hover
{
color: #74a893;
background-color: #d1e3ba;


}
a img { border: none; }



