body {
        behavior:url("csshover.htc");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;	
}
* html body{
	font-size:x-small;	
	f\ont-size:small;	
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width:140px
}

ul li {
	position: relative;
	width:138px;
	border: 1px solid #9ccbff;
}
/* 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:140px;	
	w\idth:138px;
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html ul ul {margin-left:0;/* hide margin from ie5*/}

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

li ul {
	position: absolute;
	top: 0;
	left:-999em;
}
/* Styles for Menu Items */
ul li a {
	display:block;
	text-decoration: none;
	color: #9ccbff;
	background: #000; /* IE6 Bug */
	line-height:2em;
	height:2em;	
	padding:0 5px
}

/* this sets all hovered lists to blue */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #fff;
   background-color: blue;
   font-weight: bold;
}

/* set dropdown to default */
li:hover li a, li.over li a {
    color: #9ccbff;
   background-color: #000;
}
li ul li a {  } /* Sub Menu Styles */
li:hover ul, li.over ul { 	left:139px;  } /* The magic */

