

/*  GLOBAL NAV                                                                          */

/* ------------------------------------------------------------------------------------ */

    #navigation{background: url(../images/navs/global/shadow.gif) repeat-x 0 100%; padding-bottom: 4px;}

    #global-nav{display: block; height: 29px; list-style-type: none; margin: 0; padding: 0; color: #FFF; text-transform: uppercase; background: #006EA3 url(../images/navs/global/bg_repeat.gif) repeat-x top left;}

    /*3/29/05 float left moved from a to li to allow IE 5.0 to display properly*/

    #global-nav li{display: inline; margin: 0; padding: 0; border: 0; float: left;}

    #global-nav a{

			display: block;

			/*float: left;*/

			padding: 0px 0px;

			margin: 0;

			border: 0;

			background: url(../images/navs/global/bg.gif) no-repeat top left;  

			

			/* HTML Text Approximation */

			font-size: 11px;

			font-family: Frutiger, Univers, Helvetica, Arial, sans-serif;

			font-weight: bold;

			color: #FFF;

			text-decoration: none;        

			}

    #global-nav a img{margin:0; padding:0; border:none;}

    #global-nav a.active{background: url(../images/navs/global/bg-active.gif) no-repeat top left; color: #003366;}

    #global-nav a:hover span{visibility: hidden; cursor: pointer; cursor: hand;}

    #global-nav ul li a.active{color: #003366; background: #E4F3F8;}

    /*#global-nav a#nav-first{background: url(../images/navs/global/bg-first.gif) no-repeat top left;}

    #global-nav a#nav-first.active{color: #003366; background: url(../images/navs/global/bg-first-active.gif) no-repeat top left;}*/

    #global-nav li.search{float: right; margin-right:10px;}

    #global-nav form{display: inline;  float: left; margin: 0; padding: 0; margin-left: 1px; border:0px solid green; height:28px; font-size:1px; line-height:1px;}

    #global-nav form input{margin: 0 3px 0 3px; padding: 0; vertical-align:middle;}

	#global-nav #search-term{width: 80px;}





/*  GLOBAL SUBNAV                                                                          */

/* ------------------------------------------------------------------------------------ */



    #global-subnav{display: block; height: 28px; list-style-type: none; margin: 0; padding: 0; color: #294C74; background: #E4F3F8 url(../images/navs/global/bg_subnav_repeat.gif) repeat-x top left;}

    #global-subnav li{display: inline; margin: 0; padding: 0; border: 0;}

    #global-subnav a{

			display: block;

            float: left;            

            height: 24px;

            line-height: 24px;

            padding: 2px 0px 2px 16px;

            margin: 0;

            border: 0;			

			

			/* HTML Text Approximation */

			text-decoration: none;

            font-size: 11px;            

            color: #095F82;

            }



    #global-subnav a:hover{background: url(../images/navs/global/subnav-hover.gif) no-repeat 6px; color: #003366;}

    #global-subnav a:hover span{visibility: hidden; cursor: pointer; cursor: hand;}

    #global-subnav li a.active{font-weight: bold; color: #003366; background: url(../images/navs/global/subnav-hover.gif) no-repeat 6px;}

    #global-subnav a#nav-first{background: url(../images/navs/global/first-item-bg.gif) no-repeat top left;}

    #global-subnav a#nav-first.active{background: url(../images/navs/global/first-item-bg.gif) no-repeat top left;}









