/* BUTTON PANEL SETUP */
.menu {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 22px;
	width: 823px;
	padding-top: 18px;
}

* html a:hover {visibility:visible}


/* BUTTON BG SETTINGS */

.navhome	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(../images/nav/home_nav_over.gif) no-repeat;
	width: 55px;
	height: 22px;
	overflow:hidden;/* for ie to hide extra height*/	
}

.navwhat	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(../images/nav/what_nav_over.gif) no-repeat;
	width: 103px;
	height: 22px;
	overflow:hidden;/* for ie to hide extra height*/	
}

.navhow	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(../images/nav/how_nav_over.gif) no-repeat;
	width: 110px;
	height: 22px;
	overflow:hidden;/* for ie to hide extra height*/	
}

.navvendors	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(../images/nav/vendors_nav_over.gif) no-repeat;
	width: 83px;
	height: 22px;
	overflow:hidden;/* for ie to hide extra height*/	
}

.navsuccess	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(../images/nav/success_nav_over.gif) no-repeat;
	width: 81px;
	height: 22px;
	overflow:hidden;/* for ie to hide extra height*/	
}

.navabout	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(../images/nav/about_nav_over.gif) no-repeat;
	width: 87px;
	height: 22px;
	overflow:hidden;/* for ie to hide extra height*/	
}

.navnews	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(../images/nav/news_nav_over.gif) no-repeat;
	width: 65px;
	height: 22px;
	overflow:hidden;/* for ie to hide extra height*/	
}	

.navcareers	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(../images/nav/careers_nav_over.gif) no-repeat;
	width: 81px;
	height: 22px;
	overflow:hidden;/* for ie to hide extra height*/	
}	

.navcontact	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(../images/nav/contact_nav_over.gif) no-repeat;
	width: 101px;
	height: 22px;
	overflow:hidden;/* for ie to hide extra height*/	
}

.navlogin	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	background: url(../images/nav/login_nav_over.gif) no-repeat;
	width: 57px;
	height: 22px;
	overflow:hidden;/* for ie to hide extra height*/	
}

/* BUTTON WIDTH & HEIGHT SETUP */
			
.navhome img {width: 55px; height: 22px; border: 0; }
.navwhat img {width: 103px; height: 22px; border: 0; }
.navhow img {width: 110px; height: 22px; border: 0; }
.navvendors img {width: 83px; height: 22px; border: 0; }
.navsuccess img {width: 81px; height: 22px; border: 0; }
.navabout img {width: 87px; height: 22px; border: 0; }
.navnews img {width: 65px; height: 22px; border: 0; }
.navcareers img {width: 81px; height: 22px; border: 0; }
.navcontact img {width: 101px; height: 22px; border: 0; }
.navlogin img {width: 57px; height: 22px; border: 0; }

/* BUTTON VISIBILITY SETUP */

.navhome a:hover img{visibility:hidden}
.navwhat a:hover img{visibility:hidden}
.navhow a:hover img{visibility:hidden}
.navvendors a:hover img{visibility:hidden}
.navsuccess a:hover img{visibility:hidden}
.navabout a:hover img{visibility:hidden}
.navnews a:hover img{visibility:hidden}
.navcareers a:hover img{visibility:hidden}
.navcontact a:hover img{visibility:hidden}
.navlogin a:hover img{visibility:hidden}