/* ------------------------------------------------------------
	Reset Styles (from meyerweb.com)
------------------------------------------------------------ */



#primaryNav li ul li {
	width:225px !important;
}

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

#primaryNav {
	margin: 0;
	float: left;
	width: 100%;
}
#primaryNav li {
	float: left;
	background: url('../images/L1-center.png') center top no-repeat;
	padding: 30px 0;
	margin-top: -30px;
	list-style-type:none;
}
#primaryNav li a {
	margin: 0 7px 0 0;
	padding: 10px 0;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: black;	
	background: #299fce url('../images/white-highlight.png') top left repeat-x;
	border: 2px solid #b5d9ea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	list-style-type:none;
	font-family:Calibri;
	text-decoration:none;
}
#primaryNav li a:hover {
	background-color: #d6f3ff;
	border-color: #97bdcf;
}
#primaryNav li:first-child {
	background: url('../images/L1-left.png') center top no-repeat;
}
#primaryNav li:last-child {
	background: url('../images/L1-right.png') center top no-repeat;
}
a:link:before,
a:visited:before {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 5px;
	word-wrap: break-word;
	list-style-type:none;
}
#primaryNav li a:link:before,
#primaryNav li a:visited:before {
	color: #78a9c0;
}

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

#primaryNav li li {
	margin-top: 0;
	margin-left:-120px;
	padding: 10px 0 0 0;
	background: url('../images/vertical-line.png') left bottom repeat-y;
	width:100%;
}
#primaryNav li li a {
	background-color: #9ee3fe;
	border-color: #299fce;
}
#primaryNav li li:first-child {
	padding-top: 30px;
	background: url('../images/vertical-line.png') left top no-repeat;
}
#primaryNav li li:last-child {
	background: url('../images/vertical-line.png') left bottom repeat-y;
}
#primaryNav li li a:link:before,
#primaryNav li li a:visited:before {
	color: #8faf5c;
}
