/******** Block Elements ********/
	#searchBox,
	#topNav>li:hover>ul,
	#catchPhraseImages>li.current,
	#testimonialsList>li.current,
    #topNav li { display: block; }

/******** Hidden Elements ********/
	
	/* == Hide 2nd Tier Nav until hover */
	#topNav>li>ul,
	#catchPhraseImages>li,
	#catchPhraseImages>li>h2,
    #catchPhraseImages>li>p,
	#testimonialsList>li,
    #topNav>li.jquery-enabled:hover>ul
	{ display: none; }

/******** Cursor = Pointer ********/
	li.hover { cursor: pointer; }

