
/* - - - - - - - - - - - - - - - - - - - -
  H E A D E R - N A V I G A T I O N
- - - - - - - - - - - - - - - - - - - - */

#nav-container				{ position: absolute; bottom: 0; left: 192px; width: 660px; height: 27px; background: url(../images/background/nav-primary_item_bg_02.gif) repeat-x 0 0; }

/* lists */
ul#nav-primary				{ margin: 0; padding: 0; list-style: none; height: 27px; background: url(../images/background/nav-primary_terminator.gif) no-repeat 0 0; }

/* nav list-items */
ul#nav-primary li			{ float: left; margin: 0; padding: 0; background: url(../images/background/nav-primary_item_bg_02.gif) repeat-x 0 0; }
ul#nav-primary li.first			{ margin: 0 0 0 1px; }
ul#nav-primary li.over,
ul#nav-primary li.active 		{ background: url(../images/background/nav-primary_item_bg_02.gif) repeat-x 0 0; }

/* nav links */
ul#nav-primary li a			{ display: block; padding: 0 18px 0 15px; height: 27px; line-height: 27px; font-weight: bold; font-size: 11px; color: #53524E; background: url(../images/background/nav-primary_divider.gif) no-repeat 100% 0; text-align: center; text-decoration: none; white-space: nowrap; outline: 0; }
* html ul#nav-primary li a		{ width: 10px; } /* IE hack */

ul#nav-primary li.over a,
ul#nav-primary li.active a		{ color: #b00000; }



/* - - - - - - - - - - - - - - - - - - - -
  L E F T - N A V I G A T I O N
- - - - - - - - - - - - - - - - - - - - */

/* lists */
ul#nav-secondary,
ul#nav-secondary ul			{ margin: 0; padding: 0; list-style: none; }
ul#nav-secondary			{ margin: 0 0 20px; }

/* nav list-items */
ul#nav-secondary li			{ border-top: 1px solid #e2e3d9; border-bottom: 1px solid #fff; background: #f4f4ef url(../images/background/nav-secondary_item_bg_01.gif) repeat-x 0 0; }
ul#nav-secondary li.over,
ul#nav-secondary li.active		{ border-top: 1px solid #f0f0e8; background: url(../images/background/nav-secondary_item_bg_02.gif) repeat-x 0 100%; }
ul#nav-secondary li			{ border-top: 1px solid #bfc9c9; border-bottom: 1px solid #fff; background: #fffdf6 url(../images/background/nav2_item_bg_01.gif) repeat-x 0 100%; }
ul#nav-secondary li.over		{ border-top: 1px solid #ffd015; background: #fff3c2 url(../images/background/nav2_item_bg_02.gif) repeat-x 0 100%; }
ul#nav-secondary li.active		{ border-top: 1px solid #d2eaf7; background: #f0f4fa url(../images/background/nav2_item_bg_03.gif) repeat-x 0 100%; }

/* subnav list-items */
ul#nav-secondary ul li,
ul#nav-secondary ul li.over
ul#nav-secondary ul li.active		{ border: 0; background: #fff; }

/* nav links */
ul#nav-secondary li a			{ display: block; padding: 3px 5px 3px 10px; color: #53524E; font-weight: bold; font-size: 11px; text-decoration: none; outline: 0; }
* html ul#nav-secondary li a		{ height: 1px; } /* for IE */
ul#nav-secondary li.over a		{ color: #b00000; }
ul#nav-secondary li.active a		{ color: #b00000; /*background: url(../images/icons/arrow_right_blue.gif) no-repeat 0 50%;*/ }

/*subnav links */
ul#nav-secondary ul li a		{ padding: 2px 5px 2px 10px; font-weight: normal; background: url(../images/icons/square_01.gif) no-repeat 0 50%; }
ul#nav-secondary ul li.over a,
ul#nav-secondary ul li.active a 	{ color: #b00000; background: url(../images/icons/square_02.gif) no-repeat 0 50%; }


