/************************************************
          New CSS for CIBA Global Nav
*************************************************/
#nav{
     width: 980px;/*100%*/
	 margin:0 auto;
     /*min-width: 970px;*/
     height: 38px;
     overflow-y: hidden;
     z-index: 60;
     background: #fff url('/images/nav-tall-bg.gif') repeat-y 0px 0px;
          font-family: Arial, Helvetica, sans-serif;
     text-align: left;
}

#navLeft, #moreSites{
     position: relative;
     top: 0px;
     left: 0px;
     width: 100%;
     background: #fff url('/images/nav-tall-bg.gif') repeat-y 0px 0px;
}

#moreSites{
     text-align: left;
     visibility: hidden;
     height: 52px;
}

#navArrow{
     position: relative;
     top: 2px;
     left: -6px;
}

#nav div .floatLeft{
     width: 179px;
}

div.navLink{
     float: left;
     display: inline;
     padding: 17px 14px 0px 0px;
     font-size: 10px;
     height: 10px;
     line-height: 10px;
     text-align: left;
}

div.navLinkRt{
     float: right;
     display: inline;
     padding: 17px 10px 0px 0px;
     font-size: 10px;
     height: 10px;
     line-height: 10px;
     text-align: left;
	 color:#448CCB;
     position: relative;
}

div.navLink a{
     font-size: 10px;
     color: #00aeef;
     text-decoration: none;
}

div.navLink a:hover{
     color: #000;
     text-decoration: none;
}    

div.navLinkRt a{
     font-size: 10px;
     color: #448ccb;
     text-decoration: none;
}

div.navLinkRt a:hover{
     color: #000;
     text-decoration: none;
}  

#nav #navLeft div.navLink a.sel{
     color: #000;
}

#moreSites div.navLink div{
     position: relative;
     top: -26px;
     padding-top: 10px;
     z-index: 1000;
}

#moreSites div.navLink div img{
     vertical-align: baseline;
}

#navBtm{
     position: relative;
     width: 980px; /*100%*/
	 margin:0 auto;
     height: 7px;
     z-index: 60;
     background: url('../images/nav-btm.png') repeat-x 0 0;
     overflow: hidden;
}

.home #nav, .home #navBtm { width:940px;}

