/* nav.css © Factor of 4, 2009*/
/*HOF*/
/*"#nav" defines the location of the main navigation for the JavaScript used for MSIE browsers. */
a:link    { color: #06357A; text-decoration: none }
a:visited, a:active     { color: #06357A; text-decoration: none }
a:hover    { color: #cc0000; text-decoration: none }
h2 a:link  { color: #e17033; text-decoration: none }
h2 a:visited, a:active     { color: #e17033; text-decoration: none }
h2 a:hover    { color: #cc0000; text-decoration: none }
.toolbar a:link      { color: #e17033; text-decoration: none }
.toolbar a:visited, a:active      { color: #e17033; text-decoration: none }
.toolbar a:hover    { color: #ee1e25; text-decoration: none }
#nav a:link   { color: #fff; text-decoration: none }
#nav a:visited, a:active   { color: #fff; text-decoration: none }
#nav a:hover    { color: #e17033; text-decoration: none }
