/* ------------------------------------------------------------
	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: 120px;
}

#primaryNav {
	margin: 0;
	float: left;
}
#primaryNav #home {
	display: block;
	float: none;
	background: #ffffff url(/img/site/dev/L1-left.png) center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0 0 30px 0;
}
#primaryNav li {
	float: left;
	background: url(/img/site/dev/L1-center.png) center top no-repeat;
	padding: 30px 0;
	margin-top: -30px;
}
#primaryNav li a {
	margin: 0 2px 0 0;
	padding: 10px 0;
	display: block;
	text-align: center;
	color: #444444;	
	background-color: #B6BED8;
	border: 2px solid #687CB3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
html>body #primaryNav li a {
	background: #B6BED8 url(/img/site/dev/white-highlight.png) top left repeat-x;
}
#primaryNav li a:visited {
	color: #444444;
}
#primaryNav li a:hover {
	background-color: #265FA9;
	border-color: #114FA0;
	color: #DDDDDD;
}
#primaryNav li li a:hover {
	color: #444444;
}
#primaryNav li:last-child {
	background: url(/img/site/dev/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: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
}
*/ 

/* --------	Second Level --------- */

#primaryNav li li {
	width: 100%;
	clear: left;
	margin-top: 0;
	padding: 10px 0 0 10px;
	background: url(/img/site/dev/vertical-line.png) center bottom repeat-y;
}
#primaryNav li li a {
	border-color: #114FA0;
	background-color: #B6BED8;
	color: #444444;
}
#primaryNav li li a:hover {
	background-color: #FFD100;
	border-color: #114FA0;
}
#primaryNav li li:first-child {
	padding-top: 30px;
}
#primaryNav li li:last-child {
	background: url(/img/site/dev/vertical-line.png) center bottom repeat-y;
}

/* --------	Third Level --------- */

#primaryNav li li ul {
	margin: 10px 0 0 0;
	width: 100%;
	float: right;
	padding: 9px 0 10px 0;
	background: #ffffff url(/img/site/dev/L3-ul-top.png) center top no-repeat;
}
#primaryNav li li li {
	background: url(/img/site/dev/L3-center.png) left center no-repeat;
	padding: 5px 0;
}
#primaryNav li li li a {
	background-color: #fff7aa;
	border-color: #e3ca4b;
/*	font-size: 12px;*/
	padding: 5px 0;
	width: 80%;
	float: right;
}
#primaryNav li li li a:hover {
	background-color: #fffce5;
	border-color: #d1b62c;
}
#primaryNav li li li:first-child {
	padding: 15px 0 5px 0;
	background: url(/img/site/dev/L3-li-top.png) left center no-repeat;
}
#primaryNav li li li:last-child {
	background: url(/img/site/dev/L3-bottom.png) left center no-repeat;
}

/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */

#utilityNav {
	float: right;
	margin-right: 30px;
}
#utilityNav li {
	float: left;
	margin-bottom: 10px;
	background: none;
	padding: 0;	
	width: 120px;
}
#utilityNav li a {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	display: block;	
	border: 2px solid #B0B3B2;
	text-align: center;
	color: #444444;
	background-color: #CBCFCE;
	-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+ */	
}
html>body #utilityNav li a {
	background: #CBCFCE url(/img/site/dev/white-highlight.png) top left repeat-x;
} 
#utilityNav li a:hover {
	border-color: #9C9D9F;
	background-color: #B0B3B2;
}