@charset "utf-8";
		/* A few IE bug fixes */
.twoColFixLtHdr #container #sidebar1 #theMenu a { color:#666666; text-decoration:underline; }	
.twoColFixLtHdr #container #sidebar1 #theMenu a:hover { color:#1088E7; text-decoration:none; }		
		.twoColFixLtHdr #container #sidebar1 #theMenu ul ul li a { height: 100%; }
		.twoColFixLtHdr #container #sidebar1 #theMenu ul li a { height: 100%; }
		.twoColFixLtHdr #container #sidebar1 #theMenu ul ul li { margin-bottom: -1px; }
		
		.twoColFixLtHdr #container #sidebar1 #theMenu {
	width: 364px;
	height: auto;
	margin: 0px;
}
		
		/* Some list and link styling */
		.twoColFixLtHdr #container #sidebar1 #theMenu ul li {
	width: 355px;
	font-size: 0.8em;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
		.twoColFixLtHdr #container #sidebar1 #theMenu ul ul li {
	padding: 0;
	width: 364px;
	margin-bottom: 0;
}
		.twoColFixLtHdr #container #sidebar1 #theMenu ul ul li a {
	display:block;
	color: #000;
	padding: 3px 6px;
}
		.twoColFixLtHdr #container #sidebar1 #theMenu ul ul li a:hover { display:block; color: #369; background-color: #eee; padding: 3px 8px; font-size: small; }
		.twoColFixLtHdr #container #sidebar1 #theMenu li { list-style-type: none; }
		.twoColFixLtHdr #container #sidebar1 #theMenu h2 { margin-top: 1.5em; }
		
		/* Header links styling */
		.twoColFixLtHdr #container #sidebar1 #theMenu h3.head a {
	color: #666666;
	display: block;
	width:355px;
	height:23px;
	font-size: 0.7em;
	text-decoration: none;
	background-image: url(../images/pestrite_acc_tab-down.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
		}
		.twoColFixLtHdr #container #sidebar1 #theMenu h3.head a:hover {
	color: #1088E7;
	background-image: url(../images/pestrite_acc_tab-down.gif);
	background-repeat: no-repeat;
		}
		.twoColFixLtHdr #container #sidebar1 #theMenu h3.selected a {
	color: #1088E7;
	padding: 3px 6px;
	background-image: url(../images/pestrite_acc_tab-up.gif);
	background-repeat: no-repeat;
		}
		.twoColFixLtHdr #container #sidebar1 #theMenu h3.selected a:hover {
	color: #1088E7;
	background-image: url(../images/pestrite_acc_tab-up.gif);
	background-repeat: no-repeat;
		}
