<!-- Copyright 1999-2003 Intuit Inc. All rights reserved. Unauthorized duplication is a violation of applicable law. -->

.navMenu {
	width: auto;
	cursor: default;
	padding: 1px;
	color: black;  
	background-color: white; 
	border-width: 1px;
	border-style: solid;
	border-color: #A6A6A6 #808080 #808080 #A6A6A6; 
}

.navMenuHighlight { 
	background-color: black;
	color: HighlightText;
}

.navMenuItem { 
	vertical-align: center;
}

.navMenuCheckCell {
	width: 1em;
	margin: 0px;
	padding: .22em 0px 0px 0px; 
	line-height: .75em;
	font-family: marlett;
	font-size: larger;
	font-weight: normal;
	text-decoration: none;
}

.navMenuTitleCell {
	font-size: 12px;
	font-family: ms sans serif;
	padding: 1px 10px 3px 0px;
	margin: 0px;
}
