/*NAVIGATION STYLES*/

#mainNavigation	{
	position:absolute;
	z-index:100;
	top:100px;
	left:0px;
	padding-left:70px;
	padding-right:20px;
	visibility:hidden;
}

#navigation	{
	border:1px solid #655b51;
}

/*Applicable to all cells in navigation table*/
#navigation td	{
		text-align:center;
		/*font-variant:small-caps;*/
		padding-left:10px;
		padding-top:5px;
		padding-bottom:6px;
		vertical-align:middle;
		background-position:center;
		background-repeat:no-repeat;
		width:125px;
		text-align:left;
}

/*Applicable only to active/rolled-over cells in navigation table*/
td.navBarActive	{
		width:195px;
		background-image: url(../images/navbg_active.jpg);
		background-color:#655b51;
		}

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


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

a.navBarLink:hover	{
		color:white;
}

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

a.navBarLinkActive:hover	{
		color:red;
}


#bottomNavigation td.btmNavBar	{
	width:125px;
	text-align:left;
}

#bottomNavigation a:link,
#bottomNavigation a:visited	{
	color:white;
}

#bottomNavigation a:hover	{
	color:#86786c;
}
