/* Secondary nav */
/*///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////*/

#col1 {
	z-index: 2;
}

ul#secondary
   {
	border: 0 none;
  	padding:4px 0 0 0;
  	list-style: none;
  	list-style-type: none; 
	margin:0 0 1.5em 0;
	list-style-position: inside;
	display:block;
	width:232px;
	line-height:-20px;
	font-family: Georgia, "Times New Roman", serif;
	font-style:italic;
	text-decoration:none;
	}

ul#secondary li 
  	{
  	margin: 0;
  	border: 0 none;
  	float: left;
  	display: inline;
  	list-style: none;
  	position: relative;
  	width:215px;
  	height:auto;
  	min-height:18px;
	text-indent:0px;
	line-height:normal;
	padding: 4px 9px 4px 34px;
	color:#44616c;
	font-size:12px;
	text-decoration:none;
	border-bottom: 1px solid #fff;
	}

	

ul#secondary li ul li
  	{
	border-bottom: 1px solid #fff;
	padding-left:12px;
	padding-right:5px;
	}

ul#secondary ul
	{
	border: 0 none;
  	padding: 0;
  	width: 190px;
  	list-style: none;
  	display: none;
  	position: absolute;
	margin-top:-18px;
  	left: 0;
	margin-left:257px;
	z-index:20;
	font-style:none;
	}


ul#secondary ul li 
	{
  	width: 230px;
  	padding: 2px 0 2px 0;
  	margin: 0;
  	float: left; /*For IE 7 lack of compliance*/
  	display: block !important;
  	display: inline; /*For IE*/
   	border-left: 0!important;
	z-index:20;
	font-family: "Futura Light",Futura,"Helvetica Neue",Helvetica;
	color:#44616c;
	background-color:#e4a41b;
	font-style:none;
	}
	
ul#secondary li a
	{
	color:#44616c;
	text-decoration:none;
	font-style:none;
}

ul#secondary .iehover 
	{
	color:#44616c;
	text-decoration:none;
	font-style:none;
	background-color:#e4a41b;
}

ul#secondary li:hover li a,
ul#secondary li.iehover li a 
	{
  	color:#44616c;
  	text-transform:none;
  	font-style:normal;
  	background-color:#e4a41b;
	}

ul#secondary li:hover li a:hover,
	{
  	color:#fff;
  	text-transform:none;
  	font-style:normal;
  	background-color:#e4a41b;
	}

ul#secondary li.toplevel a:hover,
ul#secondary li.toplevel:hover,
ul#secondary li.toplevel.iehover
	{
	color:#fff;
	background-color:#e4a41b;
	}


/* 2nd Menu Hover Persistence */
ul#secondary li:hover
	{
  	background-color:#e4a41b;
  	color:#44616c;
	}

/* Do Not Move - Must Come Before display:block */
ul#secondary li:hover ul ul,
ul#secondary li:hover ul ul ul,
ul#secondary li.iehover ul ul,
ul#secondary li.iehover ul ul ul {
  display: none;
}

ul#secondary li:hover ul,
ul#secondary ul li:hover ul,
ul#secondary ul ul li:hover ul,
ul#secondary li.iehover ul,
ul#secondary ul li.iehover ul,
ul#secondary ul ul li.iehover ul {
  display: block;
}
/* overrides to make the active link style */ 
ul#secondary li.active {
	background-color:#f1c461;
}
ul#secondary li.active a{
	color:#fff;
}