<style>
<!--
/*main nav over state*/
.menu ul li a:hover{
	color: #990000;
	background: transparent url(bgON.gif) bottom left repeat-x;
}

/*positioning for sub nav*/
.menu ul li a:hover ul{
	display: block;
	position: absolute;
	top: 37px;
	left: 0;
	background: #fff;
	margin-top: 0;
	marg\in-top: 1px;
	border-top: 1px solid #fff;
}

/*drop-down on state*/
.menu ul li a:hover ul li a{
	display: block;
	/*drop down colors*/
	background: #e3e3e3;
	color: #333;
	height: auto;
	line-height: 15px;
	padding: 2px 16px 2px 16px;
	width: 130px;
	w\idth: 120px;
	border-bottom: 1px solid #fff;
}

/*drop-down over state*/
.menu ul li a:hover ul li a:hover{
	color: #fff;
	background: #990000 url(sub-arrow.gif) no-repeat;
	background-position: 4px 8px;
}

-->
</style>
