/*NAVIGATION STYLES*/


/*Applicable to all cells in navigation table*/
#navigation td	{
		text-align:center;
		/*font-variant:small-caps;*/
		/*padding-bottom:2px;*/
		vertical-align:middle;
}

/*Applicable only to active/rolled-over cells in navigation table*/
td.navBarActive	{
		/*width:120px;*?
		/*background-image: url(../images/navbg_active.jpg);*/
		padding-left:3px;
		padding-right:3px;
		cursor:pointer;
		}

/*Applicable only to other navigation option cells in navigation table*/
td.navBarInactive	{
		/*width:120px;*/
		/*background-image: url(../images/navbg_inactive.jpg);*/
		padding-left:3px;
		padding-right:3px;
		cursor:pointer;
		}


/*Navigation Links*/
a.navBarLink:link,
a.navBarLink:visited	{
		color:black;
		text-decoration:none;
		font-weight:bold;
}

a.navBarLink:hover	{
		color:#804e05;
}

a.navBarLinkActive:link,
a.navBarLinkActive:visited	{
		color:#804e05;
		text-decoration:none;
		font-weight:bold;
}

a.navBarLinkActive:hover	{
		color:#804e05;
}
