hi
I want the menu in the screenshot nav.jpg to look like the menu in nav2.jpg.However I am not sure where in template_css.css to put the code, which looks like this
#navigation{
width:200px;
font-family:Verdana,cursive;
font-weight:bold;
font-size:12;
}
#navigation ul{
list-style:none;
margin:0;
padding:0;
}
#navigation li{
border-bottom:1px solid #FFFFF;
}
#navigation li a{
display:block;
padding:5px 5px 5px 0.5em;
background-color:#99FF33;
color:#FFFFF;
text-decoration:none;
}
#navigation li a:hover{
background-color:#0066FF;
color:#FFFFF;
}
It’s not in top navigation is it?
Thanks