﻿.topNavigation {width:100%;height:25px;background:#c0c0c0 url('/sitefiles/images/top-navbar-bg.gif') left top repeat-x;color:#fff;font-size:10px;}
.topNavigationContainer {width:980px;margin:0 auto;position:relative;}
.topNavItems {position:absolute;right:0;top:0;}
.topNavItems ul {display:block;margin:0;padding:0;height:25px;list-style:none;}
.topNavItems ul li {position:relative;z-index:30;display:block;margin:0;padding:0;height:25px;float:left;background:url('/sitefiles/images/topnav-edge.gif') left top no-repeat;}
.topNavItems ul li a {display:block;margin:0;color:#fff;font-weight:bold;height:19px;padding:6px 12px 0 12px;text-decoration:none;}
.topNavItems ul li a:hover {background:#333;color:#fff;}
.topNavItems ul li ul {display:none;position:absolute;top:25px;left:0;padding:0;z-index:40;height:auto;background:#bdbdbd url('/sitefiles/images/trc-topnav-dropdown-bg.gif') left top no-repeat;}
.topNavItems ul li ul li {height:auto;background:none;float:none;z-index:40;}
.topNavItems ul li ul li a {padding:7px 5px 7px 10px;height:auto;background:none;font-size:10px;font-weight:normal;color:#333;float:none;z-index:40;}
.topNavItems ul li ul li a:hover {background:none;text-decoration:none;background:#333;z-index:40;color:#fff;}
.topNavItems ul li:hover ul {display:block;z-index:40;}