/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5; /* */
}
#p7TMnavA {
	/*/*/line-height: 1.5; /* */
}
/*Sets background color and border around the menu DIV*/
#p7TMnav {
	border-bottom: 0 solid;
	border-top: 0px solid;
	border-right: 0px solid;
	border-left: 0px solid;

}
#p7TMnavA {
	border-bottom: 0 solid;
	border-top: 0px solid;
	border-right: 0px solid;
	border-left: 0px solid;

}
#p7TMnav div {
	background-image: url(../images/menuimages/navbutDown.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61471C;
}
#p7TMnavA div {
	background-image: url(../images/menuimages/navbutUp.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #61471C;
}

/*second level menuitem divs*/
/*Sets left margin to 18px establishing a cascading indent*/
/*Sets border and bg color to establish the pastel BOXES*/
#p7TMnav div div {
	margin: 0 0 0 18px;
	border-left: 0px solid;
	/*background-image: url(../images/menuimages/navbutSecUp.png);*/
	line-height: 1;
	background-repeat: no-repeat;
/*	background-position: center;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-style: none;

}


/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnavA div a {
	color: #4D3717;
	font-size: 11px;
	font-weight: bold;
	white-space:nowrap;
}
#p7TMnav div a {
	color: #4D3717;
	font-size: 11px;
	font-weight: bold;
	white-space:nowrap;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding: 0px 0 6px 26px;
	border: 0px solid;
}
#p7TMnavA div a {
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding: 0px 0 6px 26px;
	border: 0px solid;

}


#p7TMnavA div a:visited {
	color: #4D3717;
	background-image: url(../images/menuimages/navbutUp.png);
	background-repeat: no-repeat;
}

#p7TMnavA div a:hover {
	color: #4D3717;
	background-image: url(../images/menuimages/navbutDown.png);
	background-repeat: no-repeat;
}
#p7TMnav div a:hover {
	color: #4D3717;
	background-image: url(../images/menuimages/navbutDown.png);
	background-repeat: no-repeat;
}
#p7TMnavA div a:active {
	color: #4D3717;
	background-image: url(../images/menuimages/navbutDown.png);
	background-repeat: no-repeat;
}
#p7TMnav div a:active {
	color: #4D3717;
	background-image: url(../images/menuimages/navbutDown.png);
	background-repeat: no-repeat;
}




#p7TMnav div div {
	margin: 0 0 0 18px;
	border-left: 0px solid;
	background-image: url(../images/menuimages/aspacer.gif);
	line-height: 1;
	background-repeat: no-repeat;
	padding: 0px;

}
#p7TMnav div div a {
	font-size: 11px;
	color: #4D3717;
	background-image: url(../images/menuimages/navbutSecUp.png);
	background-repeat: no-repeat;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 0px 16px;
}
#p7TMnav div div a:visited {
	color: #4D3717;
	background-image: url(../images/menuimages/navbutSecUp.png);
	background-repeat: no-repeat;
}
#p7TMnav div div a:hover {
	color: #ffffff;
	background-color:#4D3717;
	background-image: url(../images/menuimages/navbutSecOver.png);
	background-repeat: no-repeat;
}
#p7TMnav div div a:active {
	color: #ffffff;
	background-color:#4D3717;
	background-image: url(../images/menuimages/navbutSecOver.png);
	background-repeat: no-repeat;
}


#p7TMnav div div .spacerTop{
	background-repeat: no-repeat;
	background-image: url(../images/menuimages/aspacer.gif) !important;;
}
#p7TMnav div div .spacerBottom{
	background-repeat: no-repeat;
	background-image: url(../images/menuimages/aspacer.gif) !important;;
}


/*rule programatically assigned to child links when image-based plus and minus option is selected
.p7defmark {
	background-image:  none;
	padding: 2px 0 2px 20px !important;
}*/

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold !important;
	background-color: transparent !important;
	color: #4D3717!important;
	background-image: url(../images/menuimages/navbutSecOn.png) !important;
	background-repeat: no-repeat !important;
	border-top-width: 1px  !important;
	border-right-width: 1px !important;
	border-bottom-width: 1px !important;
	border-left-width: 1px !important;
	border-top-style: dotted !important;
	border-right-style: none !important;
	border-bottom-style: dotted !important;
	border-left-style: none !important;
	border-top-color: #4D3717 !important;
	border-right-color: #4D3717 !important;
	border-bottom-color: #4D3717 !important;
	border-left-color: #4D3717 !important;
}

