
*{outline: none;}

img {border: 0;}

.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

#nav {background:#fff; height:41px; border-bottom:2px #505050 solid;}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.2em;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 41px;
}

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

ul#topnav a.home {
	background: url(/images/nav/nav_01.png) no-repeat;
	width: 71px; 
}

ul#topnav a.mission {
	background: url(/images/nav/nav_02.png) no-repeat;
	width: 143px; 
}
ul#topnav a.products {
	background: url(/images/nav/nav_03.png) no-repeat;
	width: 127px; 
}
ul#topnav a.fabrics {
	background: url(/images/nav/nav_04.png) no-repeat;
	width: 111px; 
}
ul#topnav a.order {
	background: url(/images/nav/nav_05.png) no-repeat;
	width: 82px; 
}
ul#topnav a.media {
	background: url(/images/nav/nav_06.png) no-repeat;
	width: 93px; 
}
ul#topnav a.contact {
	background: url(/images/nav/nav_07.png) no-repeat;
	width: 105px; 
}
ul#topnav a.texstyles {
	background: url(/images/nav/nav_08.png) no-repeat;
	width: 228px; 
}

ul#topnav li .sub {
	position: absolute;	
	top: 41px; left: 0;
	background: #111;
	padding: 6px 6px 6px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	border-left:2px #fff solid;
	border-right:2px #fff solid;
	border-bottom:2px #fff solid;
}

ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 175px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}


ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 4px 2px 4px 8px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover { background-color:#222; color:#76c200; }
