/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
font-family: Arial, Helvetica, sans-serif;
}


/*Sets line-height of all menuitems*/
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	margin: 0 0 0 0px;	
	line-height: 3;	

}



#p7TMnav div {
	line-height:3;	
	margin: 0 0 0 0px;
	
}
#p7TMnav div div{
	line-height: 3;
	margin: 0 0 0 0px;
	border-left-color: #000099;
	border-left-style: solid;
	border-left-width: 0px;
	padding: 0 0 0 0px;
	
}
#p7TMnav div div div{
	line-height: 1.5;
	margin: 0 0 0 5px;
	border: 0;
	
}
#p7TMnav div div div div{
	line-height: 1.5;
	margin: 0 0 0 5px;	
	
	
}



/*The Link style for top-level menuitems hidden from Netscape 4*/
/*here for menu items*/
#p7TMnav div a {
	display: block;
	color: #333333;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: normal;
	letter-spacing: 0.15em;
}



#p7TMnav div a:hover {
	color: #9999CC;

}

#p7TMnav div div a {

	font-size: 11px;
	text-decoration: none;
	letter-spacing: 1px;
	
}
#p7TMnav div div a:hover {

	
	
}

#p7TMnav div div div a{
	
	font-size: 11px;
	text-decoration: none;
}
#p7TMnav div div div a:hover {

}
#p7TMnav div div div div a {
	font-size: 11px;
	text-decoration: none;
	
}
#p7TMnav div div div div a:hover {
	
}


/*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-image:  none;
	/*background-repeat: no-repeat;
	background-image: url(http://www.mayemusk.com/2004/p7tm/p7t_minusON.gif);
	background-position: 0px 50%;
	padding: 0 0 0 10px !important;
	margin: 0 0 0 -10px;*/
	
	

}


.p7minusmark {
	
	/*background-repeat: no-repeat;
	background-image:  url(http://www.mayemusk.com/2004/p7tm/p7t_plusON.gif);
	background-position: 0px 50%;
	padding: 0 0 0 10px !important;
	margin: 0 0 0 -10px;*/
			
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	
	background-image:  none;
	/*padding: 0 0 0 15px !important;*/
	text-decoration: none;
	background-repeat: repeat;
	
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/ 
.p7currentmark {
	font-weight: bolder;
	color: #5454A9!important;
	border-bottom-width: .01em;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
}

.p7currentmark a{
	font-weight: bolder;
	color: #5454A9!important;
	border-bottom-width: .01em;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
}
