﻿/*
_____________________________________________________________________________________
these style and class definitions are for the navigation
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
*/

ul#nav {padding-left:3;margin:0;list-style:none;font:normal 8pt Times;color:#ffffff;z-index:50;}
ul#nav li {float:left;position:relative;cursor:hand;width:126px;padding-bottom:5px;}
ul#nav li ul {margin-left:0px;padding-left:10px;display:none;position:relative;top:0px;left:0px;width:100;background-color:#9EAFB9;}
ul#nav li>ul {top: -5px;left: auto;} /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
ul#nav li:hover, ul#nav li.over {background:#9EAFB9;color:#ffffff;}
ul#nav li:hover ul, ul#nav li.over ul {display:block;margin-left:0px;background:#9EAFB9;color:#ffffff;}
ul#nav a:link, ul#nav a:visited, ul#nav a:active {text-decoration: none;height:10;font:normal 8pt Times;}
