.tbl1 {
	padding-top: 5px;
	padding-bottom: 4px;
}

.leftNav {
	text-indent: 2px;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	width: 193px;
}
.leftnav A {
	DISPLAY: block;
	/*FONT-WEIGHT: normal;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #999933;
	Text-Decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	width: 193px;


}
.leftnav TD {
	WHITE-SPACE: nowrap;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.leftnav A DIV {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-indent: 2px;
	font-size: 11px;
}
.leftnav A:hover {
	BACKGROUND-COLOR: #99ADC2;
	Text-Decoration: none;
	color: #FF0000;
	width: 193px;

}
.leftNavSpcr {

	text-indent: 2px;
}

.leftNavBkgd {
	background-image: url(images/leftNavSep2.gif);
	width: 193px;
	background-repeat: repeat-y;
	padding: 2px;
	text-indent: 2pt;
	white-space: nowrap;
	font-weight: bold;

}
/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 4px 1;
	font-size: 10px;
	font-weight: normal;
	display: block;
}
#p7TMctrl a:link {
	color: ##999933;
}
#p7TMctrl a:visited {
	color: #999933;
}
#p7TMctrl a:hover {
	color: #ddddcc;
}
#p7TMline {
	height: 1px;
	width: 193px;
	background-color: #efefef;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.15; /* */
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	padding: 1px 0px 1px 1px;
	width: 180px;
	WHITE-SPACE: nowrap;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #999933;
	font-size: 11px;
	width: 180px;
	font-weight: bold;
	
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	padding: 1px 0px 1px 1px;
	display: block;
	background-color: #ffffff;
	/*border-top: 1px solid #eee;
	border-right: 1px solid #666;
	border-left: 1px solid #999;*/
	text-decoration: none;
	/*FONT-WEIGHT: normal;*/

}
#p7TMnav div a:visited {
	color: #999933;
	width: 180px;

}
#p7TMnav div a:hover {
	color: #ddddcc;
	background-color: #ffffff;
	width: 180px;
	WHITE-SPACE: nowrap;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
	color: #999933;
	background-color: transparent;
	border: 0;
	/*font-weight: normal;*/
	width: 180px;
	/*FONT-WEIGHT: normal;*/
}
#p7TMnav div div a:hover {
	color: #ddddcc;
	background-color: #ffffff;
	width: 180px;
	WHITE-SPACE: nowrap;
}

/*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;
	width: 196;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(../images/rt1.gif);
	background-position: 170px 50%;
	padding: 1px 0 1px 4px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(../images/dn1.gif);
	background-position: 170px 50%;
	padding: 1px 0 1px 4px !important;
}
.p7defmark {
	background-image:  none;
	padding: 1px 0 1px 4px !important;
}
.p7currentmark {
	color: #0066FF !important;
	padding: 1px 0 1px 4px !important;
	background-color: transparent !important;
	font-size: 14px;
	font-weight: bold;
}