@charset "UTF-8";
/* CSS Document */


/* BEGIN Top Navigation Tabs */

#nav li.navcon {
	background:url(images/story.jpg) top left no-repeat;
}

* html #nav li.navcon {margin-left:0px;} /* override for IE */
*+html #nav li.navcon {margin-left:0px;} /* override again for IE 7 */

#nav li.navpro {
	
	background:url(images/service.jpg) top left no-repeat;
}

#nav li.navcor {

	background:url(images/port.jpg) top left no-repeat;
}

body.home #nav li.navcor 
{
	background-image:url(images/port.jpg);
}

#nav li.navcon, #nav li.navcon a {width:126px;}
#nav li.navpro, #nav li.navpro a {width:127px;}
#nav li.navcor, #nav li.navcor a {width:126px;}

* html #nav li.navcon, * html #nav li.navpro, * html #nav li.navcor {width:126px;}


#nav li:hover, #nav li.sfhover,
body.consumer #nav li.navcon,
body.ecp #nav li.navpro,
body.corporate #nav li.navcor {
background-position:0 -31px;
}

/* END Top Navigation Tabs */





