.navcontainer {
	width: 595px; height: 30px;
	margin: 0 0 0 350px;  padding: 85px 0 0 0; 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	z-index:5;
}


ul#topnav {
	margin: 0; padding: 0;
	list-style: none;
/*	width: 130px; /* Width of Menu Items */	
}

ul#topnav li {
	margin: 0; padding: 0;
	position: relative;
	float: left; display: inline;
}

ul#topnav a {
	display: block;
	text-indent: 10px;
	background-position: center top;
}

/* ul#topnav a:hover { background-position: center -130px; } - THIS IS USED IF ALL THE SAME WIDTH IE 130px */

ul#topnav li.nav-home a:hover  { background-position: center -30px; }
ul#topnav li.nav-services a:hover  { background-position: center -30px; }
ul#topnav li.nav-portfolio a:hover  { background-position: center -30px; }
ul#topnav li.nav-testimonials a:hover  { background-position: center -30px; }
ul#topnav li.nav-contact a:hover  { background-position: center -30px; }


#nav-home li.nav-home a,
#nav-services li.nav-services a,
#nav-portfolio li.nav-portfolio a,
#nav-testimonials li.nav-testimonials a,
#nav-contact li.nav-contact a {
	background-position: center bottom; /* THIS SETS THE ACTIVE STATE */
}
ul#topnav li.nav-home a {
	background-image: url(../images/Template/NavBar/home_a.gif);
	width: 79px; height: 30px;
}

ul#topnav li.nav-services a {
	background-image: url(../images/Template/NavBar/services_a.gif);
	width: 104px; height: 30px;
}
ul#topnav li.nav-portfolio a {
	background-image: url(../images/Template/NavBar/portfolio_a.gif);
	width: 114px; height: 30px;
}
ul#topnav li.nav-testimonials a {
	background-image: url(../images/Template/NavBar/testimonials_a.gif);
	width: 144px; height: 30px;
}
ul#topnav li.nav-contact a {
	background-image: url(../images/Template/NavBar/contact_a.gif);
	width: 134px; height: 30px;
}



/*Sub Menu Positioning */

li ul {
	position: absolute;
	left: -18px; /* Set 1px less than menu width */
	top: 30px;
	display: none;
	list-style: none;
	padding: 0;
}


ul#topnav ul#nav-services li.sub a {
	padding: 4px 15px 7px 0;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

ul#topnav ul#nav-services li.sub a {
	background-image: url(../images/Template/NavBar/sub_a.png);
	width: 125px; height: 12px;
	color: #333333;
	border-bottom: 2px solid #b7b9ba;
}

ul#topnav ul#nav-services li.sub a:hover {
	color: #0080b7;
}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A;  } /* Hover Styles */
		
li ul li a { } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */



