
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:150px;
}

ul li {
	position: relative;
	width:148px;
	border-width: 0;
}
/* 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;	
	w\idth:148px;
	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:139px;
	border-left:8px solid #C78112;
}

/* Styles for Menu Items */
ul li a {
	display:block;
	text-decoration: none;
	color: #06F;
	line-height:2em;
	height:2em;	
	padding:0 5px
}
li li a {}

/* set dropdown to default */
li:hover li a, li.over li a {
    color: #06F;
    text-decoration: underline;
}

/* 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: #06F;
   text-decoration: underline;
}

li ul li  {  } /* Sub Menu Styles */
 li.on ul { display:block  } /* The magic */
li.off ul {display:none}
