ul {
	margin: 0;
	padding: 0;
}

#gsiPrimarySection li {
	width:25%;
}

#gsiPrimarySection li ul li {
	width:100% !important;
}

#gsiPrimarySection.col1 li { width:99.9%; }
#gsiPrimarySection.col2 li { width:50.0%; }
#gsiPrimarySection.col3 li { width:33.3%; }
#gsiPrimarySection.col4 li { width:25.0%; }
#gsiPrimarySection.col5 li { width:20.0%; }
#gsiPrimarySection.col6 li { width:16.6%; }
#gsiPrimarySection.col7 li { width:14.2%; }
#gsiPrimarySection.col8 li { width:12.5%; }
#gsiPrimarySection.col9 li { width:11.1%; }
#gsiPrimarySection.col10 li { width:10.0%; }


/* ------------------------------------------------------------
	General Styles
------------------------------------------------------------ */

.gsiSitemap {
	margin: 0 0 40px 0;
	font-family: Helvetica, Gotham, Arial, sans-serif;
	font-size : 8px;
	float: left;
	color: gray;
	line-height: 1;
	width: 100%;
}
h1 {
	font-weight: bold;
	/*text-transform: uppercase;*/
	font-size: 10px;
	margin: 0 0 5px 0;
}
h2 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 8px;
	color: #777777;
	margin: 0 0 20px 0;
}
a {
	text-decoration: none;
}
ol, ul {
	list-style: none;
}


/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

/* --------	Top Level --------- */

#gsiPrimarySection {
	margin: 0;
	float: left;
	font-size: inherit;
	width: 100%;
}

#gsiPrimarySection li {
	float: left;
	padding: 30px 0;
	margin-top: -30px;
}
#gsiPrimarySection li a {
	margin: 0 10px 0px 0;
	padding: 25px 0 5px 10px;
	display: block;
	font-weight: bold;
	text-align: left;
	background-color: #ebeffd;/*#f2f4fd;*/
	color: #555555;	
	border-left: 3px solid #97bdcf;/*#d5d9fa;*/
	border-bottom: 1px solid #97bdcf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
#gsiPrimarySection li a:hover {
	background-color: #ebeffd;
	border-color: #97bdcf;
}


/* --------	Second Level --------- */

#gsiPrimarySection li li {
	color: #777777;	
	width: 100%;
	clear: left;
        font-size : 8px;
	margin: 0 0px 0 0;
	padding: 5px 0 0px 0px;
	border-left: 0px;
	background-color: transparent;

}
#gsiPrimarySection li li a {
	color: #777777;	
	margin: 0 10px 0 5px;
	padding: 15px 0 5px 20px;
	border-color: #b8da83;
	border-left: 0px;
	background-color: transparent;
}
#gsiPrimarySection li li a:hover {
	border-color: #94b75f;
	background-color: #f0f9e0;
	color: #333333;	
}


/* --------	Third Level --------- */

#gsiPrimarySection li li ul {
	margin: 10px 0 0 0;
	width: 100%;
	float: none;
	padding: 0px 0 0px 0;
}

#gsiPrimarySection li li li {
	width: 75%;
	clear: left;
	font-size:8px;
	padding: 3px 0;
	background-color: transparent;
}
#gsiPrimarySection li li li a {
	width: 75%;
	margin: 0 10px 0 15px;
	border-color: #e3ca4b;
	padding: 5px 0 5px 10px;
	float: right;
	border-left: 2px solid #e3ca4b;
	border-right: 2px solid #e3ca4b;
	border-bottom: 1px solid #e3ca4b;
}
#gsiPrimarySection li li li a:hover {
	background-color: #efecd5;
	border-color: #d1b62c;
}
