/* Main nav CSS */

img {
	padding: 0;
	margin: 0;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 13px;
								}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}

ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 96px;
}

ul#topnav li:hover a, ul#topnav li a:hover { 
	background-position: left bottom; /*--Hover State--*/
} 

ul#topnav a.about {
	background: url('../images/nav-about.jpg') no-repeat;
	width: 53px;
}

ul#topnav a.design {
	background: url('../images/nav-design.jpg') no-repeat;
	width: 58px;
}

ul#topnav a.webApplications {
	background: url('../images/nav-webapplications.jpg') no-repeat;
	width: 121px;
}

ul#topnav a.eCommerce {
	background: url('../images/nav-ecommerce.jpg') no-repeat;
	width: 96px;
}

ul#topnav a.seo {
	background: url('../images/nav-seo.jpg') no-repeat;
	width: 49px;
}

ul#topnav a.contactUs {
	background: url('../images/nav-contact-us.jpg') no-repeat;
	width: 82px;
}

ul#topnav a.homepage {
	background: url('../images/nav-home.jpg') no-repeat;
	width: 53px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 96px; left: 0;
	; /*--Background gradient--*/
	/* url('../images/bg-subnav.jpg') repeat-x */
	float: left;
	border: 1px solid black;
	display: none; /*--Hidden for those with js turned off--*/
	z-index: 1000;
}

ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
}

ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 451px;
	float: left;
	margin-top: 10px;
	margin-left: 35px;
	padding-bottom: 10px;
	background: url('../images/subnav-vr.gif') repeat-y 0px 1px;
	background-position: 30px 0px;
}

ul#topnav .sub ul li {
	width: 350px; /*--Override parent list item--*/
	color: #999;
	margin-left: 40px;
	background: url('../images/subnav-hr.gif') repeat-x;
}

ul#topnav .sub ul li.first {
	background: none;
}

ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}

ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}

ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
/*	background: url('../images/navlist_arrow.png') no-repeat 5px 12px; */
	padding: 15px 5px 7px 15px;
	display: inline-block;
	text-decoration: none;
	color: #999;
	font-weight: bold;
	font-size: 16px;
	width: 350px;
}

ul#topnav .sub ul li a:hover {
	color: #0055a5;
/*	background-position: 5px 12px ;/*--Override background position--*/
/*	background: url('../images/subnav-horiz-gradient.gif') repeat-y; */
}

ul#topnav .sub ul li a span {
	font-size: 13px;
	font-weight: normal;
	color: #999;
}