/*Sets line-height of menuitems*/
#p7TMnav div {
	/*/*/line-height: 21px; /* */
}

/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
	background-color:#FFFFFF; 
	text-align: right;
	margin-top: 5px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#navbottom {
	height: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div {
/*	margin: 0 0 0 12px;*/
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	font-weight: bold;
	color: #333333;
	font-size: 11px;
	padding-right:14px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;	
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/padding: 0 0 0 6px;
	font-weight: bold;
	display: block;
	color: #333333;
	text-decoration: none; /* */
	font-size: 11px;
	padding-right:14px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;	
}


#p7TMnav div a:hover {
	color: #333333;
	background-image:url(../images/nav_1_bg.gif);
	background-repeat:repeat-x;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
	font-weight:normal;
	color: #333333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color:#cccccc;		

}

#p7TMnav div div a:hover {
	color: #333333;
	background-image:url(../images/nav_2_bg.gif);
	background-repeat:repeat-x;	
}

/*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: 11px;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	color: #333333;
	background-image:url(../images/nav_1_bg.gif);
	background-repeat:repeat-x;

}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	font-size: 11px;
	display: none;
	text-align:right;
	/*/*/display: block; /* Hide from NN4*/
	margin-top: 10px;
	margin-right:14px;
		background-color:#FFFFFF;
}

#p7TMctrl a:link {
	color: #333333;
	text-decoration:none;
	background-color:#FFFFFF;
}

#p7TMctrl a:visited {
	color: #333333;
	text-decoration:none;
}

#p7TMctrl a:hover {
	color: #333333;
	text-decoration:underline;
}

