/* Stylesheet for the  navigation menu */

/*Style Applied to the navigation menu elements */


.navDiv {
	color : #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.navDiv h1 {
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
}

.navDiv h2 {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

/*Style Applied to the Paragraphs for Main Section Links */
p.navMainItem {
	color : #333333;
	margin-bottom : 4px;
	margin-left : 0px;
	margin-top : 6px;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.navMainItem a {
	background-color : #CCFF99;
	border : 1px solid #999999;
	color :  #666666;
	display : block;
	padding-bottom : 2px;
	padding-left : 8px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%;
	background-image: url(../assets/graphics/bluesGreens/ltGreenCanvas20px.jpg);
}

.navMainItem a:hover {
	background-color : #CCFFFF;
	border : 1px solid #999999;
	color : #333333;
	text-decoration : none;
	background-image: url(../assets/graphics/bluesGreens/blueLtCanvas20px.jpg);
}


/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navVizItem {
	color : #333333;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px;
	background-color: #FFCC00;
	font: bold .9em Verdana, Arial, Helvetica, sans-serif;
}


.navVizItem a {
	background-color : #6699FF;
	border : 1px solid #999999;
	color : white;
	display : block;
	padding-bottom : 2px;
	padding-left : 8px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%;
	background-image: url(../assets/graphics/bluesGreens/blueMedCanvas8px.jpg);
}



/*Style Applied to the Paragraphs for the Sub-Section Links */

p.navSubHeaderItem {
	color : #333333;
	margin-bottom : 2px;
	margin-left : 12px;
	margin-top : 0px;
	list-style: url(../assets/graphics/greenBullet12.gif) none inside;
	font: bolder .8em Verdana, Arial, Helvetica, sans-serif;
	display: list-item;
}

p.navSubItem {
	color : #333333;
	margin-bottom : 2px;
	margin-left : 12px;
	margin-top : 0px;
	font: .75em Verdana, Arial, Helvetica, sans-serif;
}

.navSubItem a {
	color : #333333;
	text-decoration : none;
	border: 1px dotted #CCCCCC;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 2px;
	text-decoration : none;
	width : 95%;
	background-color: #FFFFFF;
}

.navSubItem a:hover {
	color : #333333;
	background-color: #CCFF99;
	border : 1px solid #999999;
	display: block;
}

p.navSubVizItem {
	color : #333333;
	margin-bottom : 2px;
	margin-left : 12px;
	margin-top : 0px;
	font: .75em Verdana, Arial, Helvetica, sans-serif;
	background-color: #99CCFF;
}

.navSubVizItem a {
	color : #333333;
	text-decoration : none;
	border: 1px dotted #CCCCCC;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 2px;
	text-decoration : none;
	width : 95%;
	background-color: #99CCFF;
}
	

