@charset "utf-8";
/* Sitewide attribute Styles */
#workNavigation ul { display: block; width: 736px; list-style-type: none; height: 47px; }
#workNavigation ul li { float: left; line-height: 18px; background: transparent url(/images/nav-Inset.png) no-repeat right 15px; position: relative; }
#workNavigation ul li.last { float: left; line-height: 18px; background: transparent url(/images/nav-Inset.png) repeat-y right 15px; }
#workNavigation ul li a { padding: 0 20px; font-weight: bold; color: #974c04; padding-top: 16px; height: 31px; display: block; }
#workNavigation ul li a:hover { color: #fff; background: transparent url(/images/BG-nav-main-hover.jpg) repeat-x 0 0; text-decoration: none; }
#secondVISA ul { display: block; list-style-type: none; margin: 5px auto; }
#secondVISA ul li { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #fff; display: inline; }
#secondVISA ul li a { color: #fff; }
#secondVISA ul li a:hover { color: #2c3369; text-decoration: none; }

/* Drop-Down Navigation */
#workNavigation ul ul { visibility: hidden; position: absolute; top: 47px; left: 0; width:200px; z-index: 9999; }
#workNavigation ul ul li { height: 25px; line-height: normal; background-color: #fff; background-image: none; font-size: 12px; width: 200px; border-top: 1px solid #ffba43; border-right: 1px solid #ffba43; border-left: 1px solid #ffba43; }
#workNavigation ul ul li.subLast { border-top: 1px solid #ffba43; border-right: 1px solid #ffba43; border-left: 1px solid #ffba43; border-bottom: 1px solid #ffba43; }
#workNavigation ul ul li a { color: #974c04; text-decoration: none; background: none; font-weight: normal; padding: 5px 10px; margin: 0;  }
#workNavigation ul ul li a:hover { color: #8da101; font-weight: bold; text-decoration: none; border-collapse: collapse; background-image: none; }

/* style the table so that it takes no part in the layout - required for IE to work */
#workNavigation table { position:absolute; top:0; left:0; border-collapse:collapse; }

/* make the second level visible when hover on first level list OR link */
#workNavigation ul li:hover ul, #workNavigation ul a:hover ul{ visibility:visible; position: absolute; z-index: 9999; }

/* Subpage Navigation */
.InteriorNav ul, .adminNavs ul { margin: 0 20px; list-style-image:url(/images/Icon-Subnav-Bullet.gif); }
.InteriorNav li, .adminNavs li { padding: 2px 3px; }
.InteriorNav li a, .adminNavs li a { color: #974c04; text-decoration: none; }
.InteriorNav li a:hover, .adminNavs li a:hover { color: #974c04; font-weight: bold; }
.adminNavs li.section { margin-top: 10px; }
.adminNavs li.logout { margin-top: 10px; }

