/*DT1223 Add space here*/
.navNode a, .navnode a
{
	color: #00446B;
	text-decoration:none;
	background-image: url(/AM/images/PIAA_Images/base/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 2px 0px 0px 10px;
}
.staticNode
{
	clear:both;
	color:#00446B;
	font-size:100%;
	font-weight:bold;
	margin:14px 0px 7px;
	padding:0px;
}
.navNode:hover, .navNode a:hover, .navnode a:hover
{
	text-decoration:underline;
}

.currentNode
{
	text-decoration:underline;
}

/*Required Fields*/
.formFieldRequired 
{
	background-image:url('images/required.gif');
	background-position:top left;
	background-repeat:no-repeat;
	/*Using !important because padding will get
	overwritten by IMIS.css, and we don't want that
	*/
	padding-left:11px !important;
}