#menu {
	width: 100%;
}

#menu ul {
	margin: 0;
	padding: 0;
	width: 549px;
	height: 29px;
	display: block;
	line-height: 1em;
	list-style-type: none;
	z-index: 90;
	background: transparent url('/gfx/transBG/000000-opaque70.png') repeat;
}

#menu ul li {
	padding: 0;
	float: left;
	list-style-type: none;
	background: none;
}

#menu ul li div {
	height: 29px;
	background: none;
}

#menu ul li:hover {	
	background: none;
	background: transparent url('/gfx/transBG/000000-opaque50.png') repeat; 
}

#menu ul li:hover div {
	background: transparent url('/gfx/utility/navPointer.png') scroll no-repeat 90% 50%;
}

	#menu ul li:hover div.calc {
		background: none;
	}

#menu ul li a {
	margin: 0;
	padding: 10px 25px 0 5px;
	height: 19px;
	width: auto;
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
}

#menu ul li a.topLevel {
	cursor: default;
}

#menu ul li a:hover {
	text-decoration: none;
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	outline: 0;
}

/* 

#menu ul li.sep {
	pad/ding: 0.8em 0em 0.5em 0em;
}

*/

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu ul li a {
	float: none;
}
/* End IE5-Mac hack */



#menu ul.level2,
#menu ul.level3 {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background: none;
	text-align: left;
	width: 185px;
}

#menu ul.level2 li,
#menu ul.level3 li {
	margin: 0;
	width: 185px;
	float: none;
	/* background: transparent url('/gfx/transBG/000000-opaque85.png') repeat; */
	background-image: none;
	background-color: #303030;
	border-top: solid 1px #ccc;
	border-bottom: 0;
}


#menu ul.level2 li:first-child {
	border-top: solid 1px #c00;
}

#menu ul.level2 li a, 
#menu ul.level3 li a {
	padding: 10px 25px 0 5px;
	color: #ffffff;
}

#menu ul.level2 li a:hover,
#menu ul.level3 li a:hover {
	/* background: transparent url('/gfx/transBG/000000-opaque95.png') repeat; */
	background-image: none;
	background-color: #666;
	color: #ffffff;
}

/* disabling level 3 nav per JW and MJ :::CAR 20081105 */
#menu ul.level3 {
	background: red;
	display: none;
}

#menu ul.level3 li {	
	display: none;
}


