well first of all you need to have the following at the very top of the page at ALL times.
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
which means taking the following code:
HTML Code:
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<link href="http://www.siripu.com/default.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
@import url("default.css");
-->
</style>
<link href="default.css" rel="stylesheet" type="text/css" />
and placing it under this code:
HTML Code:
<link href="default.css" rel="stylesheet" type="text/css" />
<link href="jqueryslidemenu.css" rel="stylesheet" type="text/css" />
see if that does anything. also make sure there are minimal empty lines in your code to make the file size for the page small.
All calls for css and script files should be under the meta tags and between the <head> and </head> tags.
Bookmarks