*{
margin: 0;
padding: 0;
}

a img{
border: 0;
}

#navbar{
width: 900px;
padding-bottom: 30px;
}

#navbar ul{
list-style-type: none;
}

#navbar ul li{
text-align: center;
width: 150px;
}

#navbar ul li a{
font-family: "times";
font-size: 15px;
color: #999999;
text-decoration: none;
letter-spacing: 2px;
}

#navbar li{
float: left;
list-style-type: none;
}

#navbar li a:hover{
color: #333333;
}

#navbar li a.on{
color: #333333;
}

/*use the ul to hold each box or list item. Use the li for just the individual things.*/


#installation_navbar{
width: 900px;
height: 20px;
margin-bottom: 20px;
}

#installation_navbar ul{
list-style-type: none;
}

#installation_navbar ul li{

}

#installation_navbar ul li a{
font-family: "times";
font-size: 13px;
color: #999999;
text-decoration: none;
text-align: center;
}


#installation_navbar li{
float: left;
list-style-type: none;
}

#installation_navbar li a:hover{
color: #333333;
}

#installation_navbar li a.on{
color: #333333;
}

