#menu {
	padding-top: 20px;
	padding-bottom: 10px;
         padding-right: 2px;
         padding-left: 5px;
	width: 209px; /* set width of menu */		
	height:300px;
	margin-left:0px;
	margin-top:105px;	
	text-align: left;
         font-family: Comic Sans MS, Verdana, sans-serif, Arial, Helvetica;
	font-size: 17px;
	background: url("images/vertmenu.gif");		
				
}

#menu ul { /* remove bullets and list indents */
	list-style: none;
	background:url(images/leftnav.jpg) repeat-x #ededed;
	height: 39px;
	width: 210px;
        font-family: Comic Sans MS, Verdana, sans-serif, Arial, Helvetica;
	margin: 0;
	padding: 0; 
        
}

/* style, color and size links and headings to suit */
#menu a {	
	background:url(images/leftnav.jpg) repeat-x #ededed;
	height: 29px;
	display: block;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;	
	border-style: solid;	
	border-color: e3e3e2;
	margin: 0;
	padding: 2px 3px;
        font-family:Comic Sans MS, Verdana, sans-serif, Arial, Helvetica;
}

#menu a {
	color: #000;
	background:url(images/leftnav.jpg) repeat-x #ededed;
	font-size: 14px;
	height: 22px;
	text-decoration: none;
        font-family: Comic Sans MS, Verdana, sans-serif, Arial, Helvetica;
}

#menu a:hover {
	color: #a00;
	background: #fff;
	height: 32px;
        font-family:Comic Sans MS, Verdana, sans-serif, Arial, Helvetica;
}

#menu li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
         background:url(images/leftnav.jpg) repeat-x #ededed;
         font-family:Comic Sans MS, Verdana, sans-serif, Arial, Helvetica;
         top: -3px;
	height: 22px
} 

#menu ul ul ul {
	position: absolute;
	top: 0;	
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
        font-family: Comic Sans MS, Verdana, sans-serif, Arial, Helvetica;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block; font-family:Comic Sans MS, Verdana, sans-serif, Arial, Helvetica; font-size: 17px;
}


//for products menu ONLY
.menu1{
   background-color: #C0C0C0;
   cursor: pointer; 
   margin-left:25px; 
   padding-left:20px;
   padding-top:2px;
   padding-bottom: 2px;
   display:block;
   
   color: #000000;
   height: 25px;
}

.submenu{
   background-image: url(images/leftnav.jpg) repeat-x #ededed;
   cursor: pointer;
   display: block;
   height: 19px;
   margin-left: 38px;
   padding-top: 2px;
   padding-left: 7px;
   color: black;
}
#navlist { list-style-image: url(images/plus.gif); }

.hide{
   display: none;
}

.show{
   display: block;
}


<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
font-family:Comic Sans MS, Verdana, sans-serif, Arial, Helvetica;
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->
