
/* - - - - - - - - - - - - - - - - - - - -
  H E A D E R - N A V I G A T I O N
- - - - - - - - - - - - - - - - - - - - */

#frameHeader td.navContainerA		{ color: #000; font-weight: bolder; font-size: 11px; white-space: nowrap; }
#frameHeader td.navContainerA a		{ color: #000; font-weight: bold; font-size: 9px; margin: 0; padding: 0; text-decoration: none; }

#frameHeader td#navContainerB		{ color: #FFF; font-weight: bolder; font-size: 13px; white-space: nowrap; }
#frameHeader td#navContainerB a		{ color: #FFF; font-weight: bold; font-size: 11px; margin: 0; padding: 0; text-decoration: none; }
#frameHeader td#navContainerB a:hover	{ color: #81CAC7; }
#frameHeader td#navContainerB a.active	{ color: #81CAC7; }

#nav-container							{ position: absolute; top: 88px; left: 255px; width: 590px; height: 27px; }

/* 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; }
* html ul#nav-primary				{ background-position: 1px 0; } /* IE hack */

/* nav list-items */
ul#nav-primary li						{ float: left; margin: 0; padding: 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 16px 0 15px; height: 27px; line-height: 27px; font-weight: bold; font-size: 11px; color: #fff; background: url(../images/background/nav-primary_divider.gif) no-repeat 100% 0; 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: #5b626f; }


/* - - - - - - - - - - - - - - - - - - - -
  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; padding: 2px 0 0; background: url(../images/background/nav-secondary_divider.gif) no-repeat 0 0; }
ul#nav-secondary ul							{ padding: 0 0 0 10px; }

/* nav list-items */
ul#nav-secondary li							{ /*border-top: 1px solid #e2e3d9; border-bottom: 1px solid #fff;*/ padding: 0 0 2px; background: url(../images/background/nav-secondary_divider.gif) no-repeat 0 100%; }
/*
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: #5b626f; 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: #eb1b24; }
ul#nav-secondary li.active a		{ color: #eb1b24; /*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: #eb1b24; background: url(../images/icons/square_02.gif) no-repeat 0 50%; }


/* - - - - - - - - - - - - - - - - - - - -
  L A N G U A G E - N A V I G A T I O N
- - - - - - - - - - - - - - - - - - - - */

/* lists */
div#nav-language						{ position: absolute; top: 0; right: 100px; color: #fff; font-size: 9px; white-space: nowrap; background: #eb1b24 url(../images/background/nav-language_bg.gif) repeat-x 0 0; }

/* nav links */
div#nav-language ul					{ margin: 0; padding: 0; list-style: none; }
div#nav-language li					{ float: left; margin: 0; padding: 0; background: url(../images/background/nav-language_divider.gif) no-repeat 0 50%; }
div#nav-language li.first		{ background: none; }
div#nav-language li a				{ display: block; width: 60px; color: #fff; font-size: 10px; font-weight: bold; line-height: 17px; text-decoration: none; outline: 0; text-align: center; }
div#nav-language li a.active,
div#nav-language li a:hover	{ text-decoration: underline; }

