/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.35; /* */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-left: 0px;
	color: #FFFFFF;
	background-color: #414A63;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #FFFFFF;
	margin-top: 10px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	border-top: thin none #FFFFFF;
	border-right: none #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	border-left: none #FFFFFF;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 1px 5px;
	display: block;
	background-color: #869D7B;
	text-decoration: none; /* */
}
#p7TMnav div a:visited {
	color: #FFFFFF;
}
#p7TMnav div a:hover {
	color: #FFFFFF;
	background-color: #004139;
}

