i use the same in chrome and firebug in firefox but styling this dropdown to appear the same as the main menu items is a bit too advanced for my css skills, i can see where i need to edit the css but i’m not very confident as to which classes need changing
#menu li a {
margin:0;
margin-left:10px;
padding-left:8px;
padding-right:18px;
padding-top:4px;
padding-bottom:5px;
position:relative;
float:left;
color:#666;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
text-decoration:none;
font-size:12px;
background:url('images/nav.png') no-repeat 99% -4px;
text-shadow: 0 1px 0 #ffffff;
}
#menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
margin:0;
margin-left:10px;
padding-left:8px;
padding-right:18px;
padding-top:4px;
padding-bottom:5px;
color:#FFF;
text-shadow: none;
}
#menu .ddsmoothmenu {
margin:0;
padding:0;
list-style:none;
float:right;
position:relative;
z-index:10000;
margin-top:8px;/* margin-left:60px;*/
margin-left:30px;
margin-top:10px;
}
#menu .ddsmoothmenu li > ul {
background: url("images/submenu-down.png") no-repeat;
background-position: -2px 100%;
border-right:1px solid #CCC;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
i’m not using a child theme yet, im wanting to create that once the functionality of the site is complete and i’m onto adding the content
thanks