#nav_container
{
	width: 940px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

#nav_container ul#navbar
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
}

/* HOME TAB */

#nav_container ul#navbar li a
{
	float: left;
	height: 40px;
	width: 120px;
	background: transparent url('/images/navbar.png');
	text-indent: -9009px;
}

#nav_container ul#navbar li a:hover
{
	background-position: 0 -40px;
}

/* PC's TAB */

#nav_container ul#navbar li.pcs a
{
	background-position: -120px 0;
	width: 105px;
}

#nav_container ul#navbar li.pcs a:hover
{
	background-position: -120px -40px;
	width: 105px;
}

/* LAPTOPS TAB */

#nav_container ul#navbar li.laptops a
{
	background-position: -225px 0;
	width: 175px;
}

#nav_container ul#navbar li.laptops a:hover
{
	background-position: -225px -40px;
	width: 175px;
}

/* MONITORS TAB */

#nav_container ul#navbar li.monitors a
{
	background-position: -400px 0;
	width: 169px;
}

#nav_container ul#navbar li.monitors a:hover
{
	background-position: -400px -40px;
	width: 169px;
}

/* SOFTWARE TAB */

#nav_container ul#navbar li.software a
{
	background-position: -569px 0;
	width: 170px;
}

#nav_container ul#navbar li.software a:hover
{
	background-position: -569px -40px;
	width: 170px;
}

/* CONTACT US TAB */

#nav_container ul#navbar li.contact_us a
{
	background-position: -739px 0;
	width: 187px;
}

#nav_container ul#navbar li.contact_us a:hover
{
	background-position: -739px -40px;
	width: 187px;
}