#newnavbar ul li{

font-size: 180%;

font-family: verdana;

display:inline;

padding: 15px;

margin: 15px;

margin-right: -10px;

}

#newnavbar li a{


color:#2cae1f;

}

#newnavbar li a:visited {

color: #cb2a2f;

}

#newnavbar li a:hover {

background: #b2c74f;

}


 Copy the code in the box and paste it in the header section of your html code.
 It really doesn't matter where you paste it as long you paste it after a bracket that looks like this }




 You can change the colors to match your blog. You can get the color codes in the font and colors sections under layout.

 You can also tweak the padding and margins to fit the need of your blog! It may take some playing with numbers and hitting

 preview until you get the spacing of the bar the way you like it!


I have put the codes and numbers in red, that you may want to play with!