/**
 * Style sheet navigation
 */
.nav-left .home
{
	width:209px;
	height:31px;
	background:url(../images/button/but-home.jpg) no-repeat left top;
	padding:7px 0 0 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.nav-left .cat
{
	width:209px;
	height:31px;
	background:url(../images/button/but-cat.jpg) no-repeat left top;
	padding:7px 0 0 35px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
.nav-left .order
{
	width:209px;
	height:31px;
	background:url(../images/button/but-order.jpg) no-repeat left top;
	padding:7px 0 0 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

/* hover */
.nav-left .home:hover
{
	width:209px;
	height:31px;
	background:url(../images/button/but-home-hov.jpg) no-repeat left top;
	color:#FFFF00;
}
.nav-left .cat:hover
{
	width:209px;
	height:31px;
	background:url(../images/button/but-cat-hov.jpg) no-repeat left top;
	color:#FFFF00;
}
.nav-left .order:hover
{
	width:209px;
	height:31px;
	background:url(../images/button/but-order-hov.jpg) no-repeat left top;
	color:#FFFF00;
}


.nav-left .homeclick
{
	width:209px;
	height:31px;
	background:url(../images/button/but-home-click.jpg) no-repeat left top;
	padding:7px 0 0 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#747474;
}
.nav-left .catclick
{
	width:209px;
	height:31px;
	background:url(../images/button/but-cat-click.jpg) no-repeat left top;
	padding:7px 0 0 35px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	color:#747474;
}
.nav-left .orderclick
{
	width:209px;
	height:31px;
	background:url(../images/button/but-order-click.jpg) no-repeat left top;
	padding:7px 0 0 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#747474;
}