/* CSS Document */

/* == Primary Navigation ===================== */

div.primeNav {
	position: relative;
	width: 234px;
	float: left;
	padding: 8px 10px;
	}
	
ul#primeNavList {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
li.lvlOne {
	padding: 6px 4px;
	background: transparent url('../images/elements/bullet_gold_arrow.gif') 4px 8px no-repeat;
	}
	
li.lvlOne a:link, li.lvlOne a:active, li.lvlOne a:visited {
	position: relative;
	left: 12px;
	color: #554F75;
	text-decoration: none;
	font-weight: bold;
	line-height: 120%;
	}
	
li.lvlOne a:hover {
	color: #8882AA;
	}

li.lvlOneActive {
	padding: 6px 4px;
	background: transparent url('../images/elements/bullet_gold_arrow.gif') 4px 8px no-repeat;
	}

li.lvlOneActive a {	
	position: relative;
	left: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 120%;
	}

li.lvlOneActive a:link, li.lvlOneActive a:active, li.lvlOneActive a:visited, li.lvlOneActive a:hover {
	color: #B57909;
	}
	
#primeNavList li.navDiv {
	padding: 0px;
	margin: 0px;
	background: transparent url('../images/elements/navDiv_bg.gif') top left repeat-x;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	}

/* --== Level 2 navigation ==-- */

.lvlOneActive ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #666666;
	position: relative;
	left: 12px;
	top: 4px;
	width: 220px;
	}

.lvlOneActive ul li {
	padding: 3px 2px;
	line-height: 120%;
	}
	
.lvlOneActive ul li a {
	text-decoration: none;
	font-weight: normal;
	}

li.lvlTwo {
	background: transparent url('../images/elements/bullet_box_purple.gif') 3px 5px no-repeat;
	}
	
li.lvlTwo a {
	position: relative;
	left: 12px;
	font-weight: normal;
	}
	
li.lvlTwo a:link, li.lvlTwo a:active, li.lvlTwo a:visited {
	color: #554F75;
	}
	
li.lvlTwo a:hover {
	color: #B57909;
	}
	
li.lvlTwoActive {	
	background: transparent url('../images/elements/bullet_box_yellow.gif') 3px 5px no-repeat;
	}
	
li.lvlTwoActive a {
	position: relative;
	left: 12px;
	font-weight: bold;
	}
	
li.lvlTwoActive a:link, li.lvlTwoActive a:active, li.lvlTwoActive a:visited, li.lvlTwoActive a:hover {
	color: #B57909;
	}
	
/* --== Level 3 navigation ==-- */
	
li.lvlThree {
	margin-left: 12px;
	background: transparent url('../images/elements/bullet_arrowLight_purple.gif') 3px 5px no-repeat;
	}

.lvlThree a {
	position: relative;
	left: 12px;
	font-weight: normal;
	}

li.lvlThree a:link, li.lvlThree a:active, li.lvlThree a:visited {
	color: #8882AA;
	}
	
li.lvlThree a:hover {
	color: #B57909;
	}

li.lvlThreeActive {	
	margin-left: 12px;
	background: transparent url('../images/elements/bullet_arrowLight_yellow.gif') 3px 5px no-repeat;
	}

li.lvlThreeActive a {
	position: relative;
	left: 12px;
	font-weight: normal;
	}
	
li.lvlThreeActive a:link, li.lvlThreeActive a:active, li.lvlThreeActive a:visited, li.lvlThreeActive a:hover {
	color: #B57909;
	}

/*
.lvlTwoActive ul {
	list-style: none;
	margin: 0;
	padding: 2;
	position: relative;
	left: 12px;
	margin-top: 1px;
	margin-bottom: 6px;
	font-weight: normal;
	list-style: none;
	width: 200px;
	}
*/








