ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:168px  
}

ul li {
	position: relative;
	width:168px;
	font-family: trebuchet MS;
	font-size: 12px;	
}
/* keep folowing styles together..........................*/
* html ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html ul li {
	float:left;/* hide float from ie5*/
}
* html ul ul {
	width:150px;	
		voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/

li ul {
	position: relative;
	display:none;
}
li ul li {
	width:166px;
		
}

/* Styles for Menu Items */
ul li a {
	display:block;
	text-decoration: none;
	color: #3C5A6E;
	background-image:url(images/left_buttons_bg.jpg);
	background-repeat:no-repeat;
	padding:2px 5px 6px 18px;
	
}

li li a {	

}
/* set dropdown to default */
li:hover li a, li.over li a {
    color: #777;
   background-color: #f2f2f2;
}

/* this sets all hovered lists to red */
li a:hover,
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #F89734;
   background-color: #EBF1FB;
}

li ul li  {  } /* Sub Menu Styles */
li.on ul { 
	display:block ;
} /* The magic */
li.off ul{
	display:none ;
}
li.on a{
	color:#F89734;
	font-weight: normal;
}
	/* set colour of selected item*/
li.on ul a{
	background:#EBF1FB; 
	color:#556E98; 
	font-weight:normal;
	border:1px solid #C0D3F3;
	padding:0px 0px 0px 10px;
	margin:1px 0px 1px 1px;
}