/* CSS Document */



#logo {
margin:30px 100px 40px 40px;
}

#nav{

}

#nav ul {
margin:0;
padding:0;
list-style:none;
width:600px;
font-size:11px;
font-weight:bold;
}

#nav li {
float:left;
}

#nav ul a {
display:block;
text-align:center;
color:#FFFFFF;
text-decoration:none;
width:165px;
height:40px;
line-height:39px;
background: url(images/tab_bg.gif) no-repeat left top;
}


#nav ul a.selected{
background: url(images/tab_selected.jpg) no-repeat left top;
}

#nav ul a:hover {
color:#FFCC00;
text-decoration:underline;
}