/*Sets line-height of all menuitems*/
#p7TMnav {
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#p7TMnav {
	width: 100%;
	text-align: left;
}

/*Sets background color and border around the menu DIV*/
#p7TMnav {
	border-bottom: 0;
	line-height: 1.6em;
}

/* Commented out because the border is set by the a tag in the other stylesheet */
#p7TMnav div {
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777C67;*/
}

#p7TMnav div div {
	margin: 0 0 0 15px;
	border-left: 0px solid;
	border-bottom-style: none;
	line-height: 1.2em;
}

#p7TMnav div div div {
	/*/*/background-color: #94B0CD; /* */
}

#p7TMnav div div div div {
	/*/*/background-color: #CCCCCC; /* */
}

/*To set additional level color BOXES, add a new selector with an additional -div- appended*/
#p7TMnav div div div div div {
	/*/*/background-color: #C0C0C0; /* */
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #acb816;
	font-size: 13px;
}
	
	.momentum #p7TMnav div a { color:#666; }

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding: 2px 0 2px 18px; 
	/*font-weight:bold;/* */
}

#p7TMnav div a:visited {}

#p7TMnav div a:hover {
	background-image: url(../images/nav_bg.gif);
	color: #999999;
	background-repeat: no-repeat;
	background-position: left center;
}

#p7TMnav div.mainnav a:hover {
	background-repeat: no-repeat;
	background-image:    url(../images/plus.gif) !important;
	background-position: 4px 50%;
	padding-left:18px !important;
}

#p7TMnav div div a {
	font-size: 12px;
	color: #2B3C4D;
}

#p7TMnav div div a:hover {
	color: #E5621A;
	background-color: transparent;
}

#p7TMnav div div div a {
	font-size: 12px;
}

.p7currentmark {
	background-color: transparent !important;
	color: #555 !important;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url(../images/plus.gif);
	background-position: 4px 50%;
	padding-left:18px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(../images/minus.gif);
	background-position: 4px 50%;
	padding-left:18px !important;
}