ul#nav li .sub {
	position: absolute;	
	top: 48px;
	left: 0;
	background: url(../images/dropdownbg.png) repeat-x #F74716;
	padding: 10px;
	float: left;
	display: none;
	list-style: none;
	z-index: 1000;
	width: auto !important;
	}
	
ul#nav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	}

ul#nav li .sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}
	
ul#nav li .sub ul li {
	width: 100%;
	height: auto;
	color: #FFF;
	display: block;
	margin-bottom: 5px;
	position: static;
	}

ul#nav li .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(../images/sitephotos/arrow.png) no-repeat 0px 6px;
	padding-left: 10px;
	display: block;
	text-decoration: underline;
	color: #fff;
	}
	
ul#nav li .sub ul li a:hover {
	color: #ddd;
	background-position: 3px 6px;
	text-decoration: none;
	}