.treemenu ul{
margin: 0;
padding: 0;
list-style:none;
font-family: Tahoma, Arial, sans-serif; 
font-size:12px;
}

/*Top level list items*/
.treemenu ul li{
position: relative;
display: inline;
float: left;
padding:0;
margin:0;
top:0;
z-index:100;
}

li.productsmenu {width:205px;}
li.gallerymenu {width:180px;}
li.aboutmenu {width:190px;}
li.contactmenu {width:148px;}

.treemenu ul li a img{border:0;}

/*Top level menu link items style*/
.treemenu ul li a{
width: 90px; /*Width of top level menu link items*/
border-left-width: 0;
text-decoration: none;
}


/*1st sub level menu*/
.treemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border:1px solid black;
padding:10px 0 20px 0;
background-color:#fff;
z-index:1000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.treemenu ul li ul li{
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.treemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
position:absolute;
display:block;
z-index:1000;
padding:5px 0 15px 5px;
margin-top:5px;
}

.treemenu ul li ul li div a { 
background: url(../images/icon_rightarrow.gif) no-repeat center left;
padding:1px 0 1px 10px;
margin-left:6px;
}

/* Second level drop down link */
.treemenu ul li ul li ul li a { 
background: white url(../images/icon_rightarrow.gif) no-repeat center left;
padding:1px 0 1px 10px;
margin-left:6px;
z-index:1000;
}

/* Second Level drop down span*/
.treemenu ul li ul li ul li span{ 
padding:5px 0 8px 0;
display:block;
z-index:1000;
}

/* Sub level menu links style */
.treemenu ul li ul li a{
display: block;
width: 205px; /*width of sub menu levels*/
color: black;
text-decoration: none;
padding-left:10px;
z-index:100;
margin:10px 0 5px 0;
}

.treemenu ul li a:hover{
text-decoration:none; color:#0099ff; border:none;
}


/*Background image for top level menu list links */
.treemenu .mainfoldericon{border:0;}

/*Background image for subsequent level menu list links */
.treemenu .subfoldericon{
background: url(../images/icon_rightarrow.gif) no-repeat center left;
margin:2px 0 2px 10px;
display:block;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .treemenu ul li { float: left; height: 1%; }
* html .treemenu ul li a { height: 1%; }
* html .treemenu ul li ul li ul{margin-left:-10px;} /* IE6*/
html>body  .treemenu ul li ul li ul{margin-left:-10px;}

/*
.treemenu ul li ul li ul{*margin-left:-10px;} 
*/
li .Test {padding:5px 0 5px 0; border:1px solid red;}
/* End */
