ul.primary {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 178px;
}
ul.secondary {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}
ul li {
	position: relative;
}
li ul {
	position: absolute; 
	left: 178px;
	top: -1;
	display: none;
}
ul li a.one {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background:  #000000;
	border-bottom: 0;
	background-image: url('button.jpg');
	background-repeat: repeat-x;
	z-index: 200;
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4 0 0 12;
	height: 24px;

}
a:hover.one {
	color: #c90;
}
ul li a.two {
	display: block;
	text-decoration: none;
	text-transform: none;
	color: #666;
	background: #333333;
	background-repeat: repeat-x;
	z-index: 100;
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5 0 0 12;
	border-left:#666666 1px solid;
	border-top:#666666 1px solid;
	border-right:#666666 1px solid;
	height: 24px;
	}
a:hover.two {
	color: #fff;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
li:hover ul, li.over ul {
	display: block;
	color: #c90;
}