#flashcontent{
position: absolute;
left: 145px;
top: 10px;
}
#navcontainer ul
{
margin: 0px;
padding: 0px;
color: #FFFFFF;
font-family: Tahoma;Arial;Verdana;
font-size: 9px;
letter-spacing: 1px;
font-weight: bold;
position: absolute;
left:0px;
top:85px;
}

#navcontainer ul li
{
display: inline;
}


#navcontainer ul li a
{
margin: 0px;
padding: 5px;
background-color: #666666;
color: #fff;
text-decoration: none;
text-align: center;
float: left;
border-right: 1px solid #333;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #333;
width:115px;
}

#navcontainer ul li a:hover
{
background-color: #ccc;
color: #666;
}
