They will not display if you do not have them done right
In fact look at your menu image
http://eslhq.com/esl_forums/http://e...bits_start.gif
You have not edited your header include template either to get rid of relative paths.
In that file is the stylevar call
Here is a proper template for you headinclude for vb3
<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />
<meta name="generator" content="vBulletin $versionnumber" />
<meta name="keywords" content="$vboptions[keywords]" />
<meta name="description" content="$vboptions[description]" />
<!-- CSS Stylesheet -->
$style[css]
<if condition="is_browser('opera')">
<style type="text/css">
ul, ol { padding-left:20px; }
</style>
</if>
<!-- / CSS Stylesheet -->
<script type="text/javascript">
<!--
var SESSIONURL = "$session[sessionurl]";
var IMGDIR_MISC = "http://eslhq.com/esl_forums/images/misc";
// -->
</script>
<script type="text/javascript" src="http://eslhq.com/esl_forums/clientscript/vbulletin_global.
js"></script>
<if condition="$show['popups']"><script type="text/javascript" src="http://eslhq.com/esl_forums/clientscript/vbulletin_menu.
js"></script></if>