/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 10px;
	font-weight: bold;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #7B2D00;
	text-decoration: none;
}
#p7TMctrl a:visited {
	color: #7B2D00;
}
#p7TMctrl a:hover {
	color: #006699;
	text-decoration: underline;
}

#p7TMctrl p{
	width: 143px;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*//*/line-height: 1.5; /* */
}

#p7TMnav div {
	line-height: 24px;
	background-image: url(/images/link_bg.gif);
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	line-height: 21px;
	background-image: url(/images/link_sub_bg.gif);
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	line-height: 24px;
	background-image: url(/images/link_bg.gif);
}
#p7TMnav div a:visited {
	color: #333333;
}
#p7TMnav div a:hover {
	color: #006699;
}
/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-image: url(/images/link_sub_bg.gif);
	line-height: 12px;
	padding: 3px 0px 3px 7px !important;
}
#p7TMnav div div a:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/images/link_selected2.gif);
}

/*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: 12px;
}

/*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(/images/right_arrow.gif) !important;
	background-position: 125px 50%;
	padding: 0 0 0 10px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(/images/down_arrow.gif) !important;
	background-position: 125px 50%;
	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;
	color: #FFFFFF !important;
	background-image: url(/images/link_selected2.gif) !important;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}
#account_links {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
}
#account_links p{
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: 18px;
	font-variant: small-caps;
}
#account_links a:link, #account_links a:visited{
	display: block;
	width: 143px;
	color: #7B2D00;
	text-decoration: none;
	padding: 0px 0px 0px 28px;
	background-image: url(/images/link_account_bg.gif);
	background-repeat: no-repeat;
}
#account_links a:hover {
	color: #006699;
	text-decoration: underline;
	background-image: url(/images/link_account_hover_bg.gif);
}
#expand_text {
	font-size: 9px;
	text-align: center;
	margin-bottom: 0px;
}