/* the menu */
.menuSecondary{
	background-color:#ffffff;
	padding:0px;
	border-width:0px;
	border-collapse:collapse;
}

/* primary navigation items */
a:link.one,
a:visited.one,
a:active.one{
	font:13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	display:block;
	padding-top:12px;
	padding-left:12px;
	padding-bottom:12px;
	border-bottom:#999999 solid 2px;
	width:160px;
}

a:hover.one{
	background-color:#999999;
	display:block;
	color:#ffffff;
}

/*secondary navigation items*/
a:link.two,
a:visited.two,
a:active.two{
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	display:block;
	padding-top:3px;
	padding-left:24px;
	padding-bottom:3px;
	width:148px; 				/*the width should be the width of the parent element less the padding of the parent element*/
	
}

a:hover.two{
	background-color:#e6e6e6;
	display:block;
}
