Thank you,
This make the menu as i like, but appear i receive a lots of errors from this part of the code :
Code:
document.write('<style type="text/css">.wireframemenu ul li ul{ position: absolute;visibility: hidden;}<\/style>');
What i did is to split the .css part in separate file and i add to the .html the other part, but the Markup Validator return a lots of errors in the code above 
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" xml:lang="en" lang="en" dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
{META}
<link rel="stylesheet" href="themes/water_drop/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
<script language="javascript" type="text/javascript">
this.focus();
if (window.location.search.indexOf('pos=') != -1) {
window.location.href = '#nav_pic';
} </script>
<script type="text/javascript" src="dddropdownpanel.js">
/***********************************************
* DD Drop Down Panel- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript">
//Nested Side Bar Menu (Mar 20th, 09)
//By Dynamic Drive: http://www.dynamicdrive.com/style/
document.write('<style type="text/css">.wireframemenu ul li ul{ position: absolute;visibility: hidden;}<\/style>');
var menuids=["wireframemenu1"] //Enter id(s) of each Side Bar Menu's main UL, separated by commas
function initsidebarmenu(){
for (var i=0; i<menuids.length; i++){
var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
for (var t=0; t<ultags.length; t++){
ultags[t].parentNode.getElementsByTagName("a")[0].className+=" subfolderstyle"
if (ultags[t].parentNode.parentNode.id==menuids[i]) //if this is a first level submenu
ultags[t].style.left=ultags[t].parentNode.offsetWidth+"px" //dynamically position first level submenus to be width of main menu item
else //else if this is a sub level submenu (ul)
ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that activated it
ultags[t].parentNode.onmouseover=function(){
this.getElementsByTagName("ul")[0].style.display="block"
}
ultags[t].parentNode.onmouseout=function(){
this.getElementsByTagName("ul")[0].style.display="none"
}
}
for (var t=ultags.length-1; t>-1; t--){ //loop through all sub menus again, and use "display:none" to hide menus (to prevent possible page scrollbars
ultags[t].style.visibility="visible"
ultags[t].style.display="none"
}
}
}
if (window.addEventListener)
window.addEventListener("load", initsidebarmenu, false)
else if (window.attachEvent)
window.attachEvent("onload", initsidebarmenu)
</script>
<link rel="stylesheet" type="text/css" href="dddropdownpanel.css" />
<link rel="stylesheet" type="text/css" href="themes/water_drop/toggle.css" />
<link rel="stylesheet" type="text/css" href="themes/water_drop/halfmoon.css" />
<link rel="stylesheet" type="text/css" href="themes/water_drop/wireframemenu.css" />
<!--
SVN version info:
Coppermine version: 1.4.24
$Revision: 5969 $
$LastChangedBy: gaugau $
$Date: 2009-05-21 22:03:33 +0200 (Do, 21 Mai 2009) $
-->
</head>
<body>
<div id="mypanel" class="ddpanel">
<div id="mypanelcontent" class="ddpanelcontent">
<div class="togglebar">
<br />
<img src="/albums/userpics/10001/4/thumb_dscn2572.jpg" width="100" height="75" alt="" class="closepanel" style="float:left; width:100px; border:0; height:75px; margin:0 10px 10px 0" />
Здравейте в AbroadBG.com. Надявам се идеята за галерията да ви харесва, аз се казвам Иво и често пътувам в различни страни и градове,
мойто хоби е да правя снимки от всички краища <br /> на света. Опитвам се да пътувам всеки месец на ново място ако имам възможност.
Имаме си книга за гости в която ако искате може да оставите вашите коментари - <a href="guestbook.php" style="color:blue">Книга за гости.</a>
<br />
Коментирайте и оценявайте.
</div>
</div>
<div id="mypaneltab" class="ddpaneltab" />
<a href="#"><span>За Мен</span> </a>
</div>
{CUSTOM_HEADER}
<table width="100%" border="0" cellpadding="20" cellspacing="20" >
<tr>
<td valign="top" style="border: 2px solid #CCD7E0; background-color: #FFFFFF;">
{LOGIN_FORM}
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" align="left" id="content_frame">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="index.php"><img src="themes/water_drop/images/logo.png" border="0" alt="" /></a>
<br /><br />
{ADMIN_MENU}
</td>
</tr>
</table>
<table width="100%">
<tr>
<td width="150" valign="top" align="center" bgcolor="white">
<table width="150" border="0" bgcolor="white">
<tr>
<td width="150">{SYS_MENU} <hr /> {SUB_MENU}
</td>
</tr>
</table>
</td>
<td>{GALLERY}
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top">
{LANGUAGE_SELECT_FLAGS}
{THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST}
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
{CUSTOM_FOOTER}{VANITY}
</body>
</html>
U can see what i mean here http://validator.w3.org/check?uri=ht...idator%2F1.654
Bookmarks