@charset "UTF-8";
/* CSS Document */

/* NAVBAR */

#header
{
 background: #000000;
 heght: 30px;
 }

 #navbar
 {
 width: 1024px;
 height: 20px;
 position: relative;
 color: #fffffff;
 padding-bottom: 10px;
 padding-left: 3px;
 padding-top: 4px;
 font-weight: bold;
  background: #000000;
 }
 
 #navbar a
 {
 color: #ffffff;
 
 }
 
 #navbar a:hover
 {
 color: #dce1fa;
 text-decoration: none;}

#navbar a:visited
{
text-decoration: none;
}

#navbar ul 
{
position: relative;
display: inline;
list-style: none;
  background: #000000;
}



#navbar ul li
{
float: left;
font-size: 18px;
border-right: 2px solid #ccc;
margin-left: 4px;
padding-right: 4px;
}


