@charset "UTF-8";
/* CSS Document */

a.leftNav:visited {
	text-decoration: none;
	color: #666666;
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	display: block;
}

#leftNav {
text-decoration: none;
	color: #666666;
	width: 160px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: block;
}

/*\*/
html*#leftNav {

[	padding: 0px 0px 0px 12px;/*required by Safari so that [] is correctly begun. associated with the property, yet hiding it. seen by IE6*/

	padding: 0px 0px 0px 12px;/*these are seen by IE6 and Safari but hidden from Netscape6-7*/

]	padding: 0px 0px 0px 5px;/*Reset IE6 properties and hide from Safari. required by Safari so that [] is correctly ended. associated with the property, yet hiding it. seen by IE6*/


}/**/

.dummyend[id]{clear: both/*end hack using dummy attribute selector for IE5 mac*/}

.dummy2 {/*this tests that the declaration above does not affect later ones. if the [] rule is left unclosed it can cause problems*/
padding: 0px 0px 0px 5px;
}

/*The above rule is hidden from IE for MAC, and read only by Netscape 6-7 and IE6 for PC, and Safari on MAC, in general.*/
/*Netscape reads rule but does not read any properties set within [], probably because it sees these as part of a selector. Those will be hidden*/
/*IE 6 on PC will correctly read all rules as it will ignore many characters before a property*/
/*Safari for MAC sees the each [] as a character and not part of an attribute selector, if one falls before a property. These cause the property name following the character to not be read, but next line with property is*/
/*use of [] will break all css selectors following the rule, if all are not closed, as Mozilla-Netscape read the [] as part of a selector rule, so make sure they are all closed*/


