﻿
#navcontainer
{
	width: 650px;
	padding-bottom: 40px;
	float: right;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li.home a
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/home_btn.png');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.home a:active
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/home_btn_grey.png');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.home a:hover
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/home_btn_grey.png');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.Products a
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/orangeProducts.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.Products a:active
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/greyProducts.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.Products a:hover
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/greyProducts.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}


#navcontainer ul li.Services a
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/orangeServices.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.Services a:active
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/greyServices.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.Services a:hover
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/greyServices.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.Credentials a
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/orangeCredentials.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.Credentials a:active
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/greyCredentials.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.Credentials a:hover
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/greyCredentials.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.Careers a
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/orangeCareers.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.Careers a:active
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/greyCareers.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.Careers a:hover
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/greyCareers.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.AboutUs a
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/orangeAboutUs.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.AboutUs a:active
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/greyAboutUs.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.AboutUs a:hover
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/greyAboutUs.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}


#navcontainer ul li.ContactUs a
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/orangeContact.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.ContactUs a:active
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/greyContact.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

#navcontainer ul li.ContactUs a:hover
{
	padding: 0em 3.5em 1.2em 3.5em;
	text-decoration: none;
	background-image: url('../images/greyContact.jpg');
	background-repeat: no-repeat;
	border-style: none;
	height:12px;
}

