/*Sets line-height of all menuitems*/
#p7TMnav {
	line-height: 23px;
	vertical-align: middle;
	text-align: left;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 0px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #333333;
	font-size: 12px;
	background: url(../images/nav_off.jpg) no-repeat center;
	text-indent: 14pt;
	vertical-align: middle;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	padding: 1px 0 1px 12px;
	display: block;
	text-decoration: none;
}
#p7TMnav div a:visited {
	color: #333333;
}
#p7TMnav div a:hover {
	color: #999999;
	background: url(../images/nav_on.jpg) no-repeat center;	
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 10px;
	border: 0;
	background: url(../images/spacer.gif) no-repeat center;		
}
#p7TMnav div div a:hover {
	font-size: 10px;
	border: 0;
	background: url(../images/nav_level2_on.jpg) no-repeat center;	
}
