I'm using Emire Theme and tweaked the CSS to my liking. I've put "child selector" CSS code in for the Nav area but Firefox isn't reading it. The menu is too tall in FF and I can't figure how to get it to recognize the Child code. Here's the code:
'#nav {
border-bottom:1px solid #555;
border-top:1px solid #555;
margin-top:0;
}
#navwrap {
width:690px;
}
#nav ul {
margin-left:-40px;
line-height:14px;
margin-top:0;
}
html>body #nav ul {
margin-top:-10px;
}
#nav ul li {
margin-top:0;
padding:10px;
}
#nav a {
font-size:12px;
font-weight:bold;
}
#nav a:hover {
color:#f1c300;
}
'