Holy cow... nevermind. I just went back to the ie menu and was looking at other pages on the site... the issue re-appeared. Here are the styles that are applied to the navigation and some extras I'm not sure about (from other contributor to the site) from the Pagelines Customize plugin. Would any of these have an effect?
Also-- the radius in the nav in IE9 is still not showing up. I was thinking that this radius was a theme standard and not a customization on our part. Anyway to make it happen for our IE friends?
/* NAVIGATION */
.section-navbar .content-pad{
overflow:visible;
padding-bottom:0;
padding-top:0;
position:relative;
top:-14px;
}
.navbar {
height:35px;
}
.navbar.pl-color-grey .navline > li > a {
color: #575757;
text-shadow: 0 1px 0 #FFFFFF;
}
.navbar .navline > li.current-menu-item > a {
background-color:rgba(0,0,0,0.0);
color:#FFFFFF;
text-decoration:none;
}
.section-navbar {
padding-left:15px;
position:relative;
width:970px;
z-index:200;
height:40px;
}
.navbar .navline > li > a {
display:block;
line-height:19px;
padding:10px 15px 10px;
text-decoration:none;
margin-left:17px;
margin-right:17px;
font-size:15px;
width:100%;
}
/*END NAVIGATION/*
.table1 {
float:left;
color:#0000ff;
font-size:10pt;
font-weight:normal;
background-color:#ffffff;
border: #cccccc 4px;
-moz-border-radius:10px ;
-webkit-border-radius:10px;
border-radius:10px;
}
#rptmenu {
margin-top: 0;
margin-left: 0;
}
#rptmenu ul {
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
#rptmenu a:link,a:visited
{font-size:10px;
display:block;
width:140px;
font-weight:bold;
color:#FFFFFF;
background-color:#0000ff;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
border-style:solid;
border-width:1px;}
#rptmenu a:hover,a:active
{
background-color:#0000bb;
}
#rptmenu li
{
float:left;
}
#headwrap {
vertical-align:middle;
color:#ffffff;
font-weight:bold;
text-align:center;
width:40px;
border-style:solid;
border-width:1px;
line-height:12px;
}
body.fixed_width #header .searchform {
margin-bottom: 10px;
margin-right: 11px;
position: absolute;
right: -25px;
top: -52px;
}
a:visited {
color:#dddddd;
}