#navlist
{
  position:fixed;
  top:200px;
  left:10px;	 
	

}

ul#navlist
{
float:left;
margin: 0 0 0 30px;
padding: 0;
width: 145px;
}

#navlist li
{
list-style-type: none;
background-color: #ffdead;
color: #B0C4DE;
border: 1px solid;
font-weight: 600;
text-align: center;
padding: .3em;
margin-bottom: .1em;
}

#navlist li a
{
color: darkorange;
text-decoration: none;
display: block;
}

#navlist li a:hover
{
background-color: #faebd7;
color: #191970;
}


