/* main navigation */

div#nav { border-right:solid 1px #ccc;height:37px;margin:0 0 15px 0;width:840px; }

#nav ul {  list-style:none; margin:0; padding:0; position:relative; }
#nav li { display:inline;margin:0; padding:0; }

#nav li a { display: block; height:37px;background: url(../art/bg_nav.jpg) no-repeat;position:absolute;text-indent:-9999px;top:0;width:168px; }

li#info a { background-position: 0 0; left:0px; }
li#info a:hover, #infopage li#info a { background-position: 0 -37px; }

li#services a { background-position: -168px 0; left:168px; }
li#services a:hover, #servicespage li#services a { background-position: -168px -37px; }

li#partners a { background-position: -336px 0; left:336px; }
li#partners a:hover, #partnerspage li#partners a { background-position: -336px -37px; }

li#customer a { background-position: -504px 0; left:504px; }
li#customer a:hover, #customerpage li#customer a { background-position: -504px -37px; }

li#contact a { background-position: -672px 0; left:672px; }
li#contact a:hover, #contactpage li#contact a { background-position: -672px -37px; }

/* secondary and tertiary navigation */

div#subnav { border-bottom:solid 1px #ccc;float:left;margin:0 15px 17px 0;width:167px; }
div#subnav a:hover { text-decoration:none; }
#subnav ul {  list-style:none; margin:0; padding:0; position:relative; }
#subnav li { margin:0; padding:0; }
#subnav li a { background: url(../art/bg_subnav.gif) no-repeat 0 0; color:#004684;display: block; font-size:10px; height:auto; padding:7px 6px 7px 6px; text-transform:uppercase; width:155px; }

#subnav li a:hover { background: url(../art/bg_subnav.gif) no-repeat 0 -59px; }

/* set down state for secondary nav.  */
#subnav li a.onState { background: url(../art/bg_subnav.gif) no-repeat 0 -119px; font-weight:bold; }

/* set down state for tertiary links' parents.  */ 
#business_content #subnav li a.top,
#business_content #subnav li a:hover.top,
#data_app_content #subnav li a.top,
#data_app_content #subnav li a:hover.top { background: url(../art/bg_subnav.gif) no-repeat 0 -60px; font-weight:bold; } 

/* tertiary styles */
#subnav ul ul a { font-size:11px; background-color:#eef3f7; background-image:none; height:auto; padding:6px 6px 6px 18px; width:143px; text-transform:none; border-top:solid 1px #ccc; }
#subnav ul ul a:hover { background-color:#dce6ee; background-image:none; }

/* tertiary styles */
#subnav ul ul ul a { font-size:11px; background-color:#D9E3ED; padding:5px 6px 5px 36px; width:125px; height:auto; text-transform:none; background-image:none; }
#subnav ul ul ul a:hover { background-color:#B2C0CC; background-image:none; }

/* set down state for tertiary links.  */
#data_app_content #subnav ul ul li#data_app a { background: url(../art/bg_tertiary_nav.gif) no-repeat 0 -26px; }
