/* You must have these css classes ***************************/
#sub{
	padding: 92px 0px 0 0px ; /*adjust as needed*/
	margin: 0 0 0 0; /*adjust as needed*/
	/* required above ******************************/
	clear:both;
	
}

#sub ul {
	list-style: none;
	padding: 0px; /*adjust as needed*/
	margin: 0px; /*adjust as needed*/
	/* required above ******************************/
	margin-left:10px;	
}

#sub li { /* all list items */
	float: left;
	height:21px; /*adjust as needed*/
	position:relative;
	width:auto;
	/* required above ******************************/
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;

	margin-bottom:0px;
	margin-top:0px;
    z-index: 1000;
}

#sub ul li a{/* nav items */
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

#sub ul li:hover, #sub ul li.sfhover, #sub ul li a:hover{ /* rollover behavior for nav */
/*	background-color:#151515;*/
	color:#CC0000;
}

#sub li:hover ul, #sub li.sfhover ul { /* lists nested under hovered list items */
	display: block;
	/* required above ******************************/
    z-index: 1000;
}

#sub ul li ul { /* second-level lists */
	display: none;
	position: absolute;
	padding-top:0px;
	top: 25px; /*adjust as needed*/
	left: -10px; /*adjust as needed*/
	width:150px;
	/* required above ******************************/
	
	/*background-color:#E2B361;
	border:1px solid #FFFFFF;
	border-bottom:none;*/
	
}

#sub ul li ul li{
	float:none;
	height:auto;
	/* required above ******************************/
	border-bottom:1px solid #000;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;;
	padding-bottom:3px;
	margin-bottom:0px;
	font-size:11px;
	background-color:#171717;
}

#sub ul li ul li a{/* subav items */
	color:#FFF;
	text-decoration:none;
}

#sub ul li ul li:hover, #sub ul li ul li.sfhover, #sub ul li ul li a:hover{ /* rollover behavior for subnav if desired to overwrite parent*/
	color:#CCCCCC;
	background-color:#333333;
}

/* add additional classes here ****************************/

#agentName {
	padding:62px 0 0 130px;
	width:450px;
	float:left;
	height:27px; /* HOLLA */
	}
#agentName h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	}
#tagline {
	float:right;
	width:250px;
	padding:70px 3px 0 0;
	}
#tagline h1 {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:right;
	}
.clearing {
	clear:both;
	}
	
/* ///////////////////////////// new code ////////////////////////////////// */

#navList a{
	color:white;
	text-decoration:none;
}

#navList, #navList ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navList a {
	display: block;
	/*width: 7.5em;*/
	padding:0 5px 0 5px;

}

#navList li { /* all list items */
	float: left;
	_width: 7.5em; /* width needed or else Opera goes nuts */
	
}

#navList li ul { /* second-level lists */
	position: absolute;
	background: black;
	border:1px solid black;
	_width: 7em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navList li:hover ul, #navList li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navList li li{
	_width:100%;
	
}

#navList li li a{
	font-size:.8em;
	padding:5px;
}
