/*NAVIGATION STYLES*/

/*Applicable to all cells in navigation table*/
#navigation td	{
/*
		text-align:center;
		font-variant:small-caps;
		padding-bottom:6px;
		vertical-align:middle;
		background-position:center;
		background-repeat:no-repeat;
*/
	height:38px;
}

/*Applicable only to active/rolled-over cells in navigation table*/
td.navBarActive	{
		width:90px;
		cursor:pointer;
		}

/*Applicable only to other navigation option cells in navigation table*/
td.navBarInactive	{
		width:90px;
		cursor:pointer;
		}


/*Navigation Links*/
a.navBarLink:link,
a.navBarLink:visited	{		
		display:block;
		width:101px;
		text-align: center;
		
		padding:7px 0 12px 0px;
		font:  11px/1 arial,sans-serif;
		color:#000000;	
		background-image: url("../images/body/navbutton_inactive.gif");
		background-repeat:no-repeat;
		background-position:top;
		text-decoration: none;
		font-weight:bold;
		
}

a.navBarLink:hover	{
		color:#950006;
		background: url("../images/body/navbutton_active.gif");
		background-position:top;
}

a.navBarLinkActive:link,
a.navBarLinkActive:visited	{
		display:block;
		width:101px;
		text-align: center;
		color:#950006;
		
		padding:7px 0 12px 0px;
		font:  11px/1 arial,sans-serif;
		background: url("../images/body/navbutton_active.gif");
		background-position:top;
		text-decoration: none;
		font-weight:bold;
}

a.navBarLinkActive:hover	{
		color:#950006;
}
