#ul-table a:link, #ul-table a:visited, #ul-table a:active
{
	color: #FFFFFF;
}
#ul-table a:hover
{
	color: #003300;
	text-decoration: none;
}
#ul-table
{
	width: 180px;
	text-align: center;
	color: #ffffff;
	list-style-type: none;
	clear: both;
	padding-left: 0px;
	margin: 0 auto;
	margin-right: -5px;
}
* html #ul-table
{
  margin: 0px auto;
}
#ul-table li
{
	width: 170px;
	float: right;
	border: none;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
}
* html #ul-table li
{
	width: 160px;
	list-style-type: inherit;
}
#ul-table li a
{
	text-decoration: none;
	color: #000000;
	font: 12px/16px "Trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 3px 0 0 2px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C6B6A8;
	border-right-color: #C6B6A8;
	border-bottom-color: #C6B6A8;
	border-left-color: #C6B6A8;
}
* html #ul-table li a
{
  width: 180px;
}
#ul-table li a:hover
{
	background-color: #FFF;
	color: #000;
	font-weight: bold;
}
#ul-table li.top
{
	border: none;
	padding: 2px;
}
.sidelinkheader {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/tablecellbackground.jpg);
	background-repeat: no-repeat;
}
