/* *************************************************************************
Title : CSS nav styles
Author : Designkitchen, Inc.
Description : Styles that define the nav for only three products
Created : Jan.9.2009 
Modified : 


CSS TOC
=NAV
************************************************************************* */


/* *************************************************************************
=NAV
************************************************************************* */



div.value {
	width: 288px;
}
div.value div.navButton{
	/*left:-7px;*/
	left:-7px;
	background: url(http://www.zcardprinters.com/images/transWht80_left.three.png) repeat-y 0 0;
}
div.value div.navButton p,
div.value div.navButton h2{
	padding-left:2px;
}
div.value div.navButton a {
	width: 288px;
	left:7px;
	background: transparent url(http://www.zcardprinters.com/images/navValue.four.gif) no-repeat;
}
.value div.value div.navButton a {
	background: transparent url(http://www.zcardprinters.com/images/navValue.current.four.gif) no-repeat;
}


div.performance {	width: 250px;	}
div.performance div.navButton a {
	width: 250px;
	background: transparent url(http://www.zcardprinters.com/images/navPerformance.three.gif) no-repeat;
}
.performance div.performance div.navButton a {
	background: transparent url(http://www.zcardprinters.com/images/navPerformance.current.three.gif) no-repeat;
}

div.security {	width: 252px;	}
div.security div.navButton{
	padding-right:0px;
}

div.security div.navButton{
	background: url(http://www.zcardprinters.com/images/transWht80_right.three.png) repeat-y 0 0;
	width:252px;
}
div.security div.navButton a {
	width: 260px;
	background: url(http://www.zcardprinters.com/images/navSecurity.three.gif) no-repeat right 0;
	
	
}
.security div.security div.navButton a {
	background: transparent url(http://www.zcardprinters.com/images/navSecurity.current.three.gif) no-repeat right 0;
}
.retransfer div.retransfer div.navButton a {
	background: transparent url(http://www.zcardprinters.com/images/navRetransfer.current.four.gif) no-repeat;
}



div.value li a					{
	width: 29px;
}
div.performance li a			{
	width: 39px;
}
div.security li a				{
	width: 80px;
}



