/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/


div, td, p {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;


}








/*Sets background color and border around the menu DIV*/


#p7TMnav {



}





/*Sets a bottom margin for each top-level link*/


#p7TMnav div {


	margin: 0 0 .25em 0;


}





/*The Link style for top-level menuitems and is read by all browsers*/


#p7TMnav div a {
	color: #000033;
	font-size: 12px;
	letter-spacing: 0.08em;


}


/*The Link style for top-level menuitems hidden from Netscape 4*/


#p7TMnav div a {
	/*/*/display: block;
	color: #FFFFFF;
	padding: .5em .5em .5em .5em;
	text-decoration: none;
	background-color: #000033; /* */


}


#p7TMnav div a:visited {
	color: #fff;
	background-color: #000033;


}


#p7TMnav div a:hover {
	color: #ffcc00;
	background-color: #000033;


}


/*special style for User Guide Tutorials*/


#stretchyCell {


	width: 14em;


}
