Check whether an element is strong

Handy one.. to check whether or not an element is a particular type of element (for e.g.a strong element). This code checks if the first child element of subnavigation is NOT a strong tag. Can be changed as neccesary.. and just remove the ! before the 1st selector to check if it IS that type of element.