body { 
behavior:url("/csshover.htc");
} 

ul { 
margin: 0 0 0 0; 
padding: 0 0 0 0; 
list-style: none; 
width: 164px; /* Width of Menu Items */
border-bottom: 1px solid #EEEEEE; 
} 

ul li { 
position: relative; 
} 

li ul { 
position: absolute; 
left: 164px; /* Set 1px less than menu width */ 
top: 0; 
display: none; 
width: 250px;
} 

/* Styles for Menu Items */ 
ul li a { 
display: block; 
text-decoration: none; 
color: #000000; 
background: #F8FAFA; /* IE6 Bug */ 
padding: 5px; 
border-bottom: 1px solid #CCCCCC; /* IE6 Bug */ 
/*border-bottom: 0; */
} 

/* Holly Hack. IE Requirement \*/ 
* html ul li { float: left; height: 1%; } 
* html ul li a { height: 1%; } 
/* End */ 

li:hover ul, li.over ul { display: block; } /* The magic */

li:hover ul ul, li.over ul ul {display: none;}
ul ul li:hover ul, ul ul li.over ul {display: block;} 

.heads {
	/*background-color: #40843D;*/
	color: #000000;
	padding: 1px 1px 1px 1px;
	font-size: 11px;
}
.bskt {
	background-color: #ffFF00;
	padding: 0px 1px 0px 1px;
	border:1px solid #FFD700;
	font-size: 11px;
	font-weight: bold;
}

.hads {
	background-color: #40843D;
	/*color: #FFD700;*/
	color: #CC0000;
	padding: 1px 1px 1px 5px;
	font-size: 11px;
	font-weight: bold;
}
.inprce {
	font-size: 12px;
	padding: 3px 3px 1px 3px;
	background-color: #ffffcc;
}
