@charset "utf-8";
/* CSS Document */
#container #navigation ul li a#home {
	width: 65px;
	height: 44px;
	background: url(images/nav_home.jpg) no-repeat top;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#home:hover {
	width: 65px;
	height: 44px;
	background: url(images/nav_home.jpg) no-repeat  bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#services {
	width: 70px;
	height: 44px;
	background: url(images/nav_services.jpg) no-repeat top;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#services:hover {
	width: 70px;
	height: 44px;
	background: url(images/nav_services.jpg) no-repeat  bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#network {
	width: 83px;
	height: 44px;
	background: url(images/nav_network.jpg) no-repeat top;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#network:hover {
	width: 83px;
	height: 44px;
	background: url(images/nav_network.jpg) no-repeat  bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#clientarea {
	width: 96px;
	height: 44px;
	background: url(images/nav_clientarea.jpg) no-repeat top;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#clientarea:hover {
	width: 96px;
	height: 44px;
	background: url(images/nav_clientarea.jpg) no-repeat  bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#ordernow {
	width: 85px;
	height: 44px;
	background: url(images/nav_ordernow.jpg) no-repeat top;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#ordernow:hover {
	width: 85px;
	height: 44px;
	background: url(images/nav_ordernow.jpg) no-repeat  bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#contact {
	width: 79px;
	height: 44px;
	background: url(images/nav_contact.jpg) no-repeat top;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#contact:hover {
	width: 79px;
	height: 44px;
	background: url(images/nav_contact.jpg) no-repeat  bottom;
	display: block;
	text-decoration: none;
}

/* POPPED UP TABS */

#container #navigation ul li a#homeup {
	width: 65px;
	height: 44px;
	background: url(images/nav_home.jpg) no-repeat bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#homeup:hover {
	width: 65px;
	height: 44px;
	background: url(images/nav_home.jpg) no-repeat  bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#servicesup {
	width: 70px;
	height: 44px;
	background: url(images/nav_services.jpg) no-repeat bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#servicesup:hover {
	width: 70px;
	height: 44px;
	background: url(images/nav_services.jpg) no-repeat  bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#networkup {
	width: 83px;
	height: 44px;
	background: url(images/nav_network.jpg) no-repeat bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#networkup:hover {
	width: 83px;
	height: 44px;
	background: url(images/nav_network.jpg) no-repeat  bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#clientareaup {
	width: 96px;
	height: 44px;
	background: url(images/nav_clientarea.jpg) no-repeat bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#clientareaup:hover {
	width: 96px;
	height: 44px;
	background: url(images/nav_clientarea.jpg) no-repeat  bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#ordernowup {
	width: 85px;
	height: 44px;
	background: url(images/nav_ordernow.jpg) no-repeat bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#ordernowup:hover {
	width: 85px;
	height: 44px;
	background: url(images/nav_ordernow.jpg) no-repeat  bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#contactup {
	width: 79px;
	height: 44px;
	background: url(images/nav_contact.jpg) no-repeat bottom;
	display: block;
	text-decoration: none;
}
#container #navigation ul li a#contactup:hover {
	width: 79px;
	height: 44px;
	background: url(images/nav_contact.jpg) no-repeat  bottom;
	display: block;
	text-decoration: none;
}
