/* these rules are specifically to handle Win IE's non-compliance with the CSS2 standards.
This stylesheet is intended to be listed second as a linked file, 
thus placing these rules higher in the cascade.  */


/* the following handles the condition where an A tag is a descendant of a DIV with an ID  */


#nav a  { color: #574E45; font-weight: 500; }
#nav a:link
	{ text-decoration: none; }
#nav a:visited
	{ text-decoration: none; }
#nav a:active
	{ text-decoration: underline; }
#nav a:hover
	{ text-decoration: underline; }



