#ozmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#ozmenu ul li {
	position: relative;
	float: left;
	width:111px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
#ozmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:28px;
	line-height: 16px;
}
#ozmenu ul li a {
	color: #ff990f;
	font-weight: bold;
	font-size: 1.3em;
}
/* Styles for Menu Items */

#ozmenu ul li.category {
	color: #ff990f;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/array_332x28.jpg);
	background-repeat: no-repeat;
	background-position: -111px;
	margin: 0px;
}
#ozmenu ul li.category:hover, #ozmenu ul li.category.over {
	color: #fff;
	background-image: url(images/array_332x28_roll.jpg);
}
/* commented backslash \*/ 
* html ul li a {
	height:1%
}
/* end hack */ 
#ozmenu li a {
	text-decoration: none;
}
#ozmenu li ul, #ozmenu li.over ul {
	display: block;
} /* The pop */
#ozmenu {
	margin-right: auto;
	margin-left: auto;
	width: 781px;
}
#myozmenu {
	position: absolute;
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
}
