.p7tbsub {
	/*border: 0.0px solid #669900;*/
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 200px;
	height: 13px;
	width: 580px;
	left: 13px;
}
.p7tbsub p {margin: 0px; padding: 6px 12px 12px 0px;}
.p7tbsub a:link {color: #FFFFFF;}
.p7tbsub a:visited {color: #FFFFFF;}
.p7tbsub a:hover {color: #FF9900;}
.p7tbsub a:active {color: #FF9900;}
.p7tbdn {color: #FF9900; font-weight: bold;}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 120%; /* */
font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 140px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 72px;
	position: relative;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 8px;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #666600;
	font-size: 0.9em;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent:-10px;
	/*display:list-item;*/
	list-style-type:none;
	text-decoration:none;
}

/*#p7TMnav div a:visited {
	color: #666666; 
}*/

#p7TMnav div a:hover {
	color: #669900;
}

/*The Link style for second-level menuitems*/
/*#p7TMnav div div a {
	font-size: 10px;
	text-decoration:none;
}*/

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
/*#p7TMnav div div div a {
	font-size: 10px;
	text-decoration:none;
}*/

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url(http://www.leavenotraceireland.org/images/closed.gif);
	background-position: 0px 5px;
	padding: 0 0 0 10px !important;
	
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url("http://www.leavenotraceireland.org/images/opened.gif");
	background-position: 0 5px;
	padding: 0 0 0 10px!important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 10px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-decoration:underline;
	text-transform:uppercase;
	position:inherit;
	padding: 0px 0px 0px 0px; 
	color:#666666 !important;
}


/*
.p7currentmark div a {
	position:inherit;
	font-weight: bold;
	text-decoration:underline;
	text-transform:uppercase;
	color:#0099CC !important;
	font-size: 11px;
	padding: 0;
}*/