body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;	
}
* html body{
	font-size:xx-small;	
	f\ont-size:x-small;	
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:150px
}

ul li {
	position: relative;
	width:147px;
	border: 0px solid #ccc;
}



/* 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\dth:147px;
	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 #313031
}

/* Styles for Menu Items */
ul li a {
	display:block;
	text-decoration: none;
	color: #fff;
	background: #313031; /* IE6 Bug */
	line-height:2em;
	height:2em;	
	padding:0 5px
}
li li a {background:#313031}

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

/* this sets all hovered lists to grey*/
li a:hover,
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #fff;
   background-color: #C0C0C0;
}

li ul li  { 
} /* Sub Menu Styles */

li.on ul { display:block  }
li.off ul{display:none}

