a.navbarLink		{
			font-size:1.2em;
			color:#000;
			line-height:1.4em;
			font-family:arial;
			text-decoration:none;
			margin:0px;
			padding:0px 10px 0px 10px;
			border-left:1px solid #f0f0f0;
			border-right:1px solid #f0f0f0;
			background-image:none;
			}
			
a.navbarLink:hover 	{
			border-left:1px solid black;
			border-right:1px solid black;
			background-color:#fff;
			height:20px;
			text-decoration:none;
			background-image:none;
			}
			
a 			{
			text-decoration:none;
			font-weight:bold;
			font-size:1.1em;
			line-height:0.8em;
			color:black;
			font-family:arial;
			background-image: url(../img/link_off.gif);
			background-repeat: no-repeat;
			background-position: 4px right;
			padding-right: 10px;
			}
			
a:hover			{
			text-decoration:underline;
			background-image: url(../img/link_on.gif);
			}
			
a.noArrow		{
			background-image:none;
			font-size:1.0em;
			text-decoration:underline;
}
a.noArrow:hover		{
			background-image:none;
			font-size:1.0em;
}