/* *************************************************************************
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: 235px;	}
div.performance div.navButton{
	/*left:-7px;*/
	
}
div.performance div.navButton a {
	width: 235px;
	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: 242px;	}
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:245px;
}
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;
}

div.retransfer {		}
div.retransfer div.navButton a {
	width:245px;
	background: transparent url(http://www.zcardprinters.com/images/navRetransfer.four.gif) no-repeat;
}

.retransfer div.retransfer div.navButton a 
{
    
	background: transparent url(http://www.zcardprinters.com/images/navRetransfer.current.four.gif) no-repeat;
}

div.retransfer div.navButton
{
    left:-14px;
	background: url(http://www.zcardprinters.com/images/transOrng80_left.four.png) repeat-x 0 0;
	width:215px;
}


div.retransfer li a					{
	width: 22px;
}

div.value li a					{
	width: 29px;
}
div.performance li a			{
	width: 31px;
}
div.security li a				{
	width: 70px;
}




