tr.backgroundC
{
	background-color: #CCCCCC;
	cursor: pointer;
}

tr.backgroundC:hover
{
	background: #9999FF;
}

tr.backgroundW
{
	background: #FFFFFF;
	cursor: pointer;
}

tr.backgroundW:hover
{
	background: #9999FF;
}

.navHorizontal
{
	width: 450px;
}

.navHorizontal ul 
{
	width: 250px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	margin: 2px;
	height: 20px;
	padding-top: 5px;	
}

.navHorizontal ul.head
{
  color: #000000;
  background-color: #999999;
}

.navHorizontal ul.head li
{
  color: #000000;
  text-decoration: none;
  float: left;
}

.navHorizontal ul.head li.desc
{
	width: 160px;
	text-align: center;
	margin-right: 65px;
}

.navHorizontal ul.head li.title
{
	width: 75px;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}

.navHorizontal ul.head li.date
{
	width: 125px;
	text-align: center;
	margin-right: 56px;
}

.navHorizontal ul.head li.section
{
	width: 45px;
	text-align: center;
}

.navHorizontal a
{
text-decoration: none;
}

.navHorizontal ul.body
{
  background-color: #bcc596;
  height: 20px;
}

.navHorizontal ul.body li
{
  color: #000000;
  text-decoration: none;
  float: left;
}

.navHorizontal ul.body li.big
{
	width: 280px;
	text-align: center;
	margin-right: 6px;
}

.navHorizontal ul.body li.medium
{
	width: 230px;
}

.navHorizontal ul.body li.small
{
	width: 65px;
	text-align: center;
}

.navHorizontal ul.body li.date
{
	width: 85px;
	text-align: center;
	margin-right: 7px;
}

.navHorizontal ul.body:hover 
{
  color: #000000;
  background-color: #d4dda6;
}

.navHorizontal ul.body:hover 
{
  color: #000000;
  background-color: #d4dda6;
}
