<!-- //
body { background-color: white; 
       font-family: arial, verdana, helvetica, sans-serif; 
       font-size: 12px;
       margin:0px;}

ol {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */

	}
	
ol li {
	position: relative;
	}
	
li ol {
	position: absolute;
	left: 163px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}
	
* html li ol {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}	

/* Styles for Menu Items */
ol li a {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	background: #cccccc; /* IE6 Bug */
	padding: 4px 4px 4px 8px;
	border-bottom: 1px solid #ffffff; /* IE6 Bug */
	border-right: 1px solid #ffffff;  width: 150px;

	}
	
a:link, a:visited {COLOR: black;}
A:active, A:hover {COLOR:#3D6DFD;}

/* Holly Hack. IE Requirement \*/
* html ol li { float: left; height: 1%; }
* html ol li a { height: 1%; }
/* End */

li:hover ol, li.over ol { display: block; } /* The magic */

a.navi2 
{ background-color: #ffff80;}

li.selectProd
{padding:10px 4px 0px 10px; background-color: #c9d6f4; width:150px;}
select.selectProd
{width:130px; font-size:10px; background-color:#ffffff;}
// -->
