/*navigation rollovers*/

/*Regular Nav Rollovers*/
a.NavLinks:link, a.NavLinks:visited, a.NavLinks:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3051d3;
	background-image:url(images/navBackgroundUp.png);
	display: block;
	padding: 5px 5px 5px 10px;
	width: 164px;
	text-decoration: none;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
a.NavLinks:hover {
	background-image:url(images/navBackgroundOver.png);
}

/*Top Nav Node Rollover*/
a.TopNavLinks:link, a.TopNavLinks:visited, a.TopNavLinks:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3051d3;
	background-image:url(images/topNavBackgroundUp.png);
	display: block;
	padding: 5px 5px 5px 10px;
	width: 164px;
	text-decoration: none;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
a.TopNavLinks:hover {
	background-image:url(images/topNavBackgroundOver.png);
}

/*navigation node content container*/
.NavNodeContentContainer {
	width: 179px;
	background-image:url(images/navContentBackground.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
a.NavNodeContentItem:link, a.NavNodeContentItem:visited, a.NavNodeContentItem:active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	color: #6d6e71;
	text-decoration: none;
	display: block;
	padding: 3px 5px 3px 10px;
	width: 164px;
	cursor:pointer;
}
a.NavNodeContentItem:hover {
	background-color: #e1ecf8;
}

