/*Sets background color and border around the menu DIV*/
#p7TMnav {
	width: 138px;
	margin: 30px auto;
	border: 1px solid #6B6B4D;;
}
#p7TMnav div {
	/*/*/background-color: #cc6; /* */
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	font-family: Georgia, Times, serif;
	color: #030;
	font-size: .8em;
	font-weight: bold;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/border-top: 1px solid #f0f2ad;
	border-right: 1px solid #aaab7b;
	border-bottom: 1px solid #aaab7b;
	border-left: 1px solid #f0f2ad;
	text-decoration: none;
	display: block;
	padding: 2px; /* */
	background-color: #dfe0a1;
}
#p7TMnav div a:visited {
	color: #030;
}
#p7TMnav div a:hover {
	background-color: #E7E8A7;
	color: #030;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	border-top: 1px solid #aaab7b !important;
	border-right: 1px solid #E1E3A3 !important;
	border-bottom: 1px solid #E1E3A3 !important;
	border-left: 1px solid #aaab7b !important;
	background-color: #D7D89B !important;
	background-image: url("../images/apple_icon.gif");
	background-position: right;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #030 !important;
}
