/************* NAVIGATION ****************/
.navBarList ul {margin:0;padding:0;}

.navBarList li {
	display:inline-block;
	margin:0;
	padding:0;
	}
	
/* hide from mac ie5 \*/
.navBarList li {display:inline;margin:0;}
/* end hide from mac ie5 */

.navBarList a:link, .navBarList a:visited {
display:block;
background-position:center center;
background-repeat:no-repeat;
text-decoration:none;
float:left;
	}
	

.navBarList #home a{width:147px;height:38px;}
.navBarList #about a{width:147px;height:38px;}
.navBarList #fluidIP a{width:148px;height:38px;}
.navBarList #fluidIT a{width:147px;height:38px;}
.navBarList #fluidVOIP a{width:147px;height:38px;}
.navBarList #contact a{width:146px;height:38px;}



.navBarList #home_current a{width:147px;height:38px;}
.navBarList #about_current a{width:147px;height:38px;}
.navBarList #fluidIP_current a{width:148px;height:38px;}
.navBarList #fluidIT_current a{width:147px;height:38px;}
.navBarList #fluidVOIP_current a{width:147px;height:38px;}
.navBarList #contact_current a{width:146px;height:38px;}



	
.navBarList li {font-size:1em;}

/* end hide from mac ie5 */
.navBarList span {visibility:hidden;}

.navBarList a:hover span, .navBarList a:active span, .navBarList a:focus span {visibility:hidden;}
	
.navBarList a{border:none;}
/* for some reason IE has a bug where it needs this border to display the text correctly */
/* i gave it a null border */
.navBarList a:active, .navBarList a:hover {border-width:0;}
	
/* normal state */
#home a:link, #home a:visited {background-image:url("images/btn_1_home01.gif");}
#about a:link, #about a:visited {background-image:url("images/btn_1_about01.gif");}
#fluidIP a:link, #fluidIP a:visited {background-image:url("images/btn_1_ip01.gif");}
#fluidIT a:link, #fluidIT a:visited {background-image:url("images/btn_1_it01.gif");}
#fluidVOIP a:link, #fluidVOIP a:visited {background-image:url("images/btn_1_voip01.gif");}
#contact a:link, #contact a:visited {background-image:url("images/btn_1_contact01.gif");}



/* hover and focus state */
#home, #home_current a, #home a:hover, #home a:active, #home a:focus {background-image:url("images/btn_1_home02.gif") !important;}
#about, #about_current a, #about a:hover, #about a:active, #about a:focus {background-image:url("images/btn_1_about02.gif") !important;}
#fluidIP, #fluidIP a:hover, #fluidIP a:active, #fluidIP a:focus {background-image:url("images/btn_1_ip02.gif") !important;}
#fluidIT, #fluidIT_current a, #fluidIT a:hover, #fluidIT a:active, #fluidIT a:focus {background-image:url("images/btn_1_it02.gif") !important;}
#fluidVOIP, #fluidVOIP_current a, #fluidVOIP a:hover, #fluidVOIP a:active, #fluidVOIP a:focus {background-image:url("images/btn_1_voip02.gif") !important;}
#contact,#contact_current a, #contact a:hover, #contact a:active, #contact a:focus {background-image:url("images/btn_1_contact02.gif") !important;}









/************* NAVIGATION ****************/
#thirdNav ul {margin:0;padding:0;}

.navThree li {
	display:block;
	margin:0;
	padding:0;
	}
	
	


/* hide from mac ie5 \*/
.navThree li {display:inline;margin:0;}
/* end hide from mac ie5 */

.navThree a:link, .navThree a:visited {
display:block;
background-position:center center;
background-repeat:no-repeat;
text-decoration:none;
float:left;
	}
	

.navThree #nav31 a{width:245px;height:94px;}
.navThree #nav32 a{width:245px;height:113px;}
.navThree #nav33 a{width:245px;height:94px;}




.navThree #nav31_current a{width:245px;height:94px;}
.navThree #nav32_current a{width:245px;height:113px;}
.navThree #nav33_current a{width:245px;height:94px;}


	
.navThree li {font-size:1em;}

/* end hide from mac ie5 */
.navThree span {visibility:hidden;}

.navThree a:hover span, .navThree a:active span, .navThree a:focus span {visibility:hidden;}
	
.navThree a{border:none;}
/* for some reason IE has a bug where it needs this border to display the text correctly */
/* i gave it a null border */
.navThree a:active, .navThree a:hover {border-width:0;}
	
/* normal state */
#nav31 a:link, #nav31 a:visited {background-image:url("images/btn_3_voip.gif");}
#nav32 a:link, #nav32 a:visited {background-image:url("images/btn_3_it.gif");}
#nav33 a:link, #nav33 a:visited {background-image:url("images/btn_3_ip.gif");}


/* hover and focus state */
#nav31, #nav31_current a, #nav31 a:hover, #nav31 a:active, #nav31 a:focus {background-image:url("images/btn_3_voip_2.gif") !important;}
#nav32, #nav32_current a, #nav32 a:hover, #nav32 a:active, #nav32 a:focus {background-image:url("images/btn_3_it_2.gif") !important;}
#nav33, #nav33 a:hover, #nav33 a:active, #nav33 a:focus {background-image:url("images/btn_3_ip_2.gif") !important;}





















