/* ------------------------------------------------------------
	Reset Styles (from meyerweb.com)
------------------------------------------------------------ */
/* ------------------------------------------------------------
	NUMBER OF COLUMNS: Adjust #primaryNav li to set the number
	of columns required in your site map. The default is 
	4 columns (25%). 5 columns would be 20%, 6 columns would 
	be 16.6%, etc. 
------------------------------------------------------------ */

#primaryNav li {
	width:25%;
}

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

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

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

.sitemap {
	margin: 70px 0 40px 0;
	float: left;
	width: 100%;
}

.sitemap a {
	text-decoration: none;
}
.sitemap ol, .sitemap ul,
.sitemap ul li {
	list-style: none !important;
}

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

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

#primaryNav {
	margin: 0;
	width: 100%;
	position:relative;
}
#primaryNav #home {
	display: block;
	float: none;
	background: #ffffff url('../images/L1-left.png') center bottom no-repeat;
	position: absolute;
	z-index: 2;
	padding: 0 0 6px 0;
	margin-top:-25px;
	height:49px;
	top:0;
	left:0;
}
#primaryNav li {
	float: left;
	background: url('../images/L1-center.png') center top no-repeat;
	padding: 30px 0;
}
#primaryNav li a {
	margin: 0 20px 0 0;
	padding: 2px 0;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: black;	
	background: /*#c3eafb url('../images/white-highlight.png') top left repeat-x*/;
	
	border: 2px solid #999;
	/*
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#primaryNav li a:hover {
	/*background-color: #FECB00;*/
	border-color: #FECB00;
}
#primaryNav .last, #primaryNav li:last-child {
	background: url('../images/L1-right.png') center top no-repeat;
}
/*#primaryNav a:link:before,
#primaryNav a:visited:before {
    content: " "attr(href)" ";
    display: block;
    text-transform: uppercase;
    font-size: 9px;
    margin-bottom: 5px;
    word-wrap: break-word;
}*/
#primaryNav li a:link:before,
#primaryNav li a:visited:before {
	color: #78a9c0;
}

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

#primaryNav li li {
	width: 100%;
	clear: left;
	margin-top: 0;
	padding: 2px 0 0 0;
	background: url('../images/vertical-line.png') center bottom repeat-y;
}
#primaryNav li li a {
	/*background-color: #cee3ac;*/
	background-color:#FFF;
	border-color: #BBB;
}
#primaryNav li li a:hover {
	background-color: #FFF;
}
#primaryNav li li:first-child {
	padding-top: 10px;
}
#primaryNav li li:last-child {
	/*background: url('../images/vertical-line.png') center bottom repeat-y;*/
}
#primaryNav li li a:link:before,
#primaryNav li li a:visited:before {
	/*color: #8faf5c;*/
}

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

#primaryNav li li ul {
	margin: 0px 0 0 0;
	width: 90%;
	float: right;
	padding: 9px 10px 0px 0;
	background: #ffffff url('../images/L3-ul-top.png') center top no-repeat;
}
#primaryNav li li li {
	background: url('../images/L3-center.png') left center no-repeat;
	padding: 5px 0;
}
#primaryNav li li li a {
	/*background-color: #fff7aa;*/
	background-color:#FFF;
	border-color: #DDD;
	font-size: 9px;
	padding: 5px 0;
	width: 74%;
	float: right;
}
#primaryNav li li li a:hover {
	background-color: #FFF;
}
#primaryNav .firstLv3, #primaryNav li li li:first-child {
	padding: 2px 0 2px 0;
	background: url('../images/L3-li-top.png') left center no-repeat;
}
#primaryNav .lastLv3, #primaryNav li li li:last-child {
	background: url('../images/L3-bottom.png') left center no-repeat !important;
}
#primaryNav li li li a:link:before,
#primaryNav li li li a:visited:before {
	color: #ccae14;
	font-size: 8px;
}
/* --------	Forth Level --------- */
#primaryNav li li li ul {
	display:none;
	margin: 0px 0 0 0;
	width: 100%;
	float: right;
	padding: 2px 0 2px 0;
	background: #ffffff /*url('../images/L4-ul-top.png') center top no-repeat*/ none;
}
#primaryNav li li li li{
	background: /*url('../images/L4-center.png') left center no-repeat*/ none;
	padding: 0px 0;
}
#primaryNav li li li li:first-child {
	padding: 5px 0 5px 0;
	background: /*url('../images/L4-li-top.png') left center no-repeat*/ none;
}
#primaryNav li li li li:last-child {
	background: /*url('../images/L4-bottom.png') left center no-repeat*/none;
}

#primaryNav li li li li { padding:5px 0 5px 0; }
#primaryNav li li li li a{ width:73%;}

/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */

#utilityNav {
	float: right;
	max-width: 50%;
	margin-right: 10px;
}
#utilityNav li {
	float: left;
	margin-bottom: 10px;
}
#utilityNav li a {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	display: block;	
	border: 2px solid #e3ca4b;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: black;
	background: #fff7aa url('../images/white-highlight.png') top left repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */	
}
#utilityNav li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#utilityNav li a:link:before,
#utilityNav li a:visited:before {
	color: #ccae14;
	font-size: 9px;
	margin-bottom: 3px;
}
