/*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:repeat-x;
}

/*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.navBarSeparatorGG	{
		width:18px;
		background-image: url(../images/navbg_separator_green.jpg);
}

td.navBarSeparatorRG	{
		width:18px;
		background-image: url(../images/navbg_separator_rg.jpg);
}

td.navBarSeparatorGR	{
		width:18px;
		background-image: url(../images/navbg_separator_gr.jpg);
}


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


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

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

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

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