/*NAVIGATION STYLES*/

/*Applicable to all cells in navigation table*/
#navigation td	{
		text-align:center;
		/*font-variant:small-caps;*/
		padding-bottom:0px;
		vertical-align:middle;
		/*background-position:center;*/
		background-repeat:repeat-x;
		font-size:12px;
}



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

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

td.navSeparator	{
		width:7px;
}

td.navBarEnd	{
		background-image: url(../images/navbg_active.jpg);
		cursor:pointer;
		}


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

a.navBarLink:hover	{
		color:#e1ae1d;
}

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

a.navBarLinkActive:hover	{
		color:#e1ae1d;
}
