@charset "UTF-8";
/* CSS Document */

.nav{
	width:900px;	
	z-index:100;}

.nav li{	
		list-style: none;
		height:41px;
		float:left;
		display:block;
	}


.nav a { 
        height:100%;
		width:100%;
		display:block;
}

.nav div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background:#FF9900;
	border: 1px solid #CC0000}

	.nav div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background:#FFCC00;
		color:#000000;
		font: 13px "Verdana", Arial, Helvetica, sans-serif;}

	.nav div a:hover
	{	background:#FFFFFF;}
		

a.home{
	background:url(../images/nav.jpg) no-repeat 0px 0px;
	width:150px;
	height:41px;
}

a.home:hover, a.home-active{
	background:url(../images/nav.jpg) no-repeat 0px -41px;
	height:41px;
	width:150px;
}

a.aboutus{
	height:41px;
	width:150px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -150px 0px;
}

a.aboutus:hover, a.aboutus-active{
	height:41px;
	width:150px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -150px -41px;
}

a.products{
	height:41px;
	width:150px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -300px 0px;
}

a.products:hover, a.products-active{
	height:41px;
	width:150px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -300px -41px;
}
a.store {
	height:41px;
	width:150px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -450px 0px;
}
a.store:hover, a.store-active {
	height:41px;
	width:150px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -450px -41px;
}
a.form {
	height:41px;
	width:150px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -600px 0px;
}

/*-------------------- end navigation ------------------------*/
a.form:hover, a.form-active {
	height:41px;
	width:150px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -600px -41px;
}

a.contact{
	height:41px;
	width:150px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -750px 0px;
}

a.contact:hover, a.contact-active{
	height:41px;
	width:150px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	background-position: -750px -41px;
}
