/* import standard css files */
@import "css/styles.css";
@import "css/layout.css";
@import "css/tables.css";
@import "css/navi.css";
@import "css/snazzyborders.css";


/* navigation - horizontal tabs */

/* #nav-primary { border-bottom: 3px solid #000000; font-size: 1em; font-weight: bold; height: 2.1em; margin: 0 0 0 88px; padding: 0; width: 94%; position: absolute; top: 12.8em; left: 0px; z-index: 250; } */ 
/* #nav-primary { width:900px; border-bottom: 3px solid #006E98; font-size: 1em; font-weight: bold; height: 2.2em; padding: 0; width: 100%; margin:0 auto; margin-bottom:15px; } */
#nav-primary { clear:both; width:940px; border-bottom: 3px solid #006E98; font-size: 0.90em; font-weight: bold; height: 2.2em; padding: 0; margin:0 auto; }

#nav-primary ul { display: block; font-size: 0.90em; font-weight: bold; margin: 0; padding: 0; /* width: 60em; */ }
#nav-primary ul li { display: block; float: left; }
/* #nav-primary ul li a { display: block; float: left; margin: 0; padding: 0.5em 1em 0.5em 1em; text-align: center; text-decoration: none; } */
#nav-primary ul li a { display: block; float: left; margin: 0; padding: 0.5em 1em 0 1em; text-align: center; text-decoration: none; }
#nav-primary ul li span { display: block; float: left; margin: 0; padding: 0.5em 1em 0.5em 1em; text-align: center; text-decoration: none; }
#nav-primary ul li { background: url("images/tab_ffffff_ffffff_right.gif") no-repeat right top; }
#nav-primary ul li a { background: url("images/tab_ffffff_ffffff_left.gif") no-repeat left top; background-color: inherit; color: #000000; }
#nav-primary ul li a:hover { text-decoration: underline; }
#nav-primary ul li.selected { background: url("images/tab_1984B1_ffffff_right.gif") no-repeat top right; }
#nav-primary ul li.selected a { background: url("images/tab_1984B1_ffffff_left.gif") no-repeat top left; background-color: inherit; color: #ffffff; }
#nav-primary ul li.highlight { background: url("images/tab_cc0000_right.gif") no-repeat top right; }
#nav-primary ul li.highlight a { background: url("images/tab_cc0000_left.gif") no-repeat top left; background-color: inherit; color: #ffffff; }


