#nav {
background:#281c08;
height:30px;
padding:0px 10px;
width:912;
z-index:999 !important;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
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: 30px;
	padding:0 15px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.findyourstyle {
	background: url(images/nav/top/findyourstyle.png) no-repeat;
	width: 118px;
}
ul#topnav a.brands {
	background: url(images/nav/top/brands.png) no-repeat;
	width: 62px;
}
ul#topnav a.designblog {
	background: url(images/nav/top/designblog.png) no-repeat;
	width: 97px;
}
ul#topnav a.aboutus {
	background: url(images/nav/top/aboutus.png) no-repeat;
	width: 74px;
}
ul#topnav a.contactus {
	background: url(images/nav/top/contactus.png) no-repeat;
	width: 91px;
}

ul#topnav a.customerservice {
	background: url(images/nav/top/customerservice.png) no-repeat;
	width: 127px;
}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 30px; left: 0px;
	z-index: 99999 !important;
	background: #291d08; /*--Background gradient--*/
	padding: 20px 20px 20px;
	border-top:1px solid #c2b59a;
	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; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #d8cdb7;
}
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;
	text-transform:uppercase;
	font-size:12px;
	color: #9a8e79;
}
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(navlist_arrow.png) no-repeat 5px 12px;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	font-size:12px;
	color: #d8cdb7;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
}
