#navholder { /*  111216 */
	background-color: #000;
	float: left;
}

#navholder table {
	border-collapse: collapse;
	border-spacing: 0;
}

#navholder ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	float: left;
}

/* fix ie7 inline-block issue */
#navholder ul.sf li{
	display:inline-block;
	zoom:1;
	*display:inline;
}

ul.sf a {
	float: left;
	margin: 0;
	text-decoration: none;
	color:#fff;
	border-bottom: 1px dotted #3d3e3e;
	border-left: 1px dotted #3d3e3e;
	height: 50px;
}

ul.sf a span {
	display: block;
	padding: 7px 12px;
	
}
ul.sf li.current {
	color: #fff;
	background-color: #464c53;
}


ul.sf a:hover{
	color:#CCCCCC;
	background-color: #212329;
}
ul.sf a:link, sf a:visited {
	color:#fff; 
}
ul.sf a:active{
	color:#fff; 
}
ul.sf a:hover {
	color:#35393f; 
	background-color:#7A828F ;
}

ul.sftop  {
}

ul.sfbot a {
	border-left: 1px dotted #3d3e3e;
	border-bottom:none;
}

ul.sfedge li a, ul.sf li a.fba{
	border: none;  
}
ul.sf a.fba:hover {
	color:#fff; 
	background-color:#111216 ;
}
 
 ul.sf a.lasta{
	border-right: 1px dotted #3d3e3e;  
}

#button3 table{ 
	width: 956px;
	background-color:#35393f;
}

#button3 table tr td a{
	display: block;  
	margin: 0;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
  	text-align: center;
  	vertical-align: middle;
	color: #fff;
	background-color: #35393f;
	font-weight: normal;
	text-transform: uppercase;
	border-right: #eee 1px dotted;
}

#button3 table tr td span {
	display: block;
	padding: 8px 60px;
}
 
#button3 table tr td a:active{
	background-color: #fff;
}
#button3 table tr td a:hover{
	background-color: #91b3df;
}
#button3 table tr td a.sectionbuttonon {background-color: #91b3df;color:#35393f;} 
 
#button3 table tr td a.lastbutton{
	border: none;
}
 
.list {
	padding-left:10px;
}
.list ul {
	padding-bottom:10px;
	padding-top:10px;
	padding-left:20px;
	display:block;
	font-size:14px;
}
.list li {
	list-style:disc;
} 

