/* nav.css - Factor of 4, 2009*/
/*DDF*/
/*"#nav" defines the location of the main navigation for the JavaScript used for MSIE browsers. */
#mainnav ul { list-style: none; margin: 0; padding: 0; position: absolute; left: 0  }
#nav { margin: auto; padding: 0; position: absolute; top: 0; left: 0; width: 97px }
#nav li   { text-align: right; cursor: default; position: relative; left: 0; width: 97px; float: right }
/*#nav a   { color: #636262; font-weight: normal; text-decoration: none }
#nav a:hover { color: #f00; font-weight: normal; text-decoration: none }
#nav li li a   { color: #636262; font-weight: normal; display: block; padding: 2px; position: relative } 

#nav li li a:hover  { color: #f00; margin: 0; padding: 2px }
li ul   { font-weight: normal; background: white no-repeat left bottom; display: none; padding: 0; left: 0 } 

#nav li>ul   { } 

#nav li li  { background-color: transparent; display: block; float: none; border: 0 } 

#nav li:hover ul, li.over ul  { color: #f00; display: block }  */

a.menu:link   { color: #636262; font-size: 10px; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 130%; text-decoration: underline }
a.menu:visited, a.menu:active  { color: #636262; font-size: 10px; line-height: 130%; text-decoration: underline }
a.menu:hover  { color: #f00; text-decoration: underline }
.indextext a:link    { color: #f00; font-style: normal; text-decoration: none }
.indextext a:visited, a:active    { color: #f00; font-style: normal; text-decoration: none }
.indextext a:hover    { color: #f00; font-style: normal; text-decoration: underline }
.bodytext a:link   { color: #636262; text-decoration: none }
.bodytext a:visited, a:active   { color: #636262; text-decoration: none }
.bodytext a:hover   { color: #f00; text-decoration: underline }
.footertext a:link    { color: #636262; text-decoration: none }
.footertext a:visited, a:active    { color: #636262; text-decoration: none }
.footertext a:hover     { color: #f00; text-decoration: none }
a.toolbar:link  { color: #636262; text-decoration: none }
a.toolbar:visited, a.toolbar:active  { color: #636262; text-decoration: none }
a.toolbar:hover  { color: #f00; text-decoration: none }
a.blue:link      { color: #00f; font-size: 8pt; line-height: 110%; text-decoration: none }
a.blue:visited, a.toolbar:active      { color: #00f; font-size: 8pt; line-height: 110%; text-decoration: none }
a.blue:hover      { color: #00f; font-size: 8pt; line-height: 110%; text-decoration: underline }

