


#p7TMnav div div {
	background-image: url(../images/cwlwm.gif);
	background-repeat: no-repeat;
	background-position: 13px center;	
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
text-decoration:none;
	color: #69703D;
	display:block;
	padding: 6px 5px 7px 22px;
	font-weight:bolder;
	font-size: 1.2em;
	height:1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B8B7F;
	background-image: url(../images/cwlwm.gif);
	background-repeat: no-repeat;
	background-position: 6px center;	
}




#p7TMnav div a:hover {
	color: #004106;
	/*background-image: url(images/30.png);
	background-repeat: repeat;*/
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 10px; 
	padding: 6px 5px 7px 29px;
background:none;
}



/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	
	border-right:5px solid #7D824F;
}

