Left pane NAV with dnnmenu, I have some weird flickering when mousing between items, I have tried everywhich way including Sunday to resolve this, no luck. Only occurs on the home page. www.wtgs.org, please help if you can I am getting desperate.
.main_dnnmenu_container
background-color: transparent;
text-align: left;
.main_dnnmenu_bar
text-align: left;
background: transparent;
width: 100%;
.main_dnnmenu_itemhover, .main_dnnmenu_itemhover td {
font-weight: normal;
color: #ff7f50;
.main_dnnmenu_rootitem, .main_dnnmenu_rootitem td /*TD if menu option for using tables is on*/
font-family: Verdana;
font-size: 11px;
font-weight: normal;
font-style: normal;
text-align: left;
color: #000000;
background-color: #eeeeee;
white-space: nowrap;
padding: 5px 6px 3px 7px; /*explicity set padding for root menu items*/
.main_dnnmenu_item, .main_dnnmenu_item td { /*TD if menu option for using tables is on*/
font-family: Verdana;
color: #000000;
font-size: 11px;
text-align: left;
background-color: Transparent;
font-weight: normal;
font-style: normal;
white-space: nowrap;
padding: 5px 6px 3px 7px;
.main_dnnmenu_icon, .main_dnnmenu_icon td
display: none;
.main_dnnmenu_submenu, .main_dnnmenu_submenu td
z-index: 2000;
white-space: nowrap;
background-color: #eeeeee;
background-image: url(subbkg.gif);
background-repeat: repeat-y;
Background-Position: top;
line-height: 14px;
padding-left: 33px; /*explicitly set padding for sub-menus */
.main_dnnmenu_submenu_itemhover, .main_dnnmenu_submenu_itemhover td
color: #ff7f50;
font-weight: normal;
background-image: url(subroll.gif);
.main_dnnmenu_arrow
display: none;
.main_dnnmenu_rootmenuarrow
display: none;