/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a:link {
	color: #272727;
}
#p7TMctrl a:visited {
	color: #272727;
}
#p7TMctrl a:hover {
	color: #333333;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.4em; /* */
}
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #888888;


}
#p7TMnav div {
	/*/*/background-color: #E9E9E9; /* */

}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #272727;
	font-size: 12px;

}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/
	text-decoration: none;
	background-color: transparent;
	display: block; /* */
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 14px;

}
#p7TMnav div a:visited {
	color: #272727;
}
#p7TMnav div a:hover {
	background-color: #FFFFFF;
	color: #df3b02;

}
/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: normal;
	background-color: #FFFFFF !important;
	color: #df3b02 !important;
	background-image: url(../images/nav_current.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 16px;
}
.menudivider {
	font-size: 14px;
	font-weight: bold;
	color: #b80000;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.menuPhone {
	font-size: 14px;
	font-weight: bold;
	color: #272727;
	padding-top: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

