/* CSS Document */
#TopMenu
{
	width:600px;
	position:absolute;
	left:20px;
	top:160px;
}
#TopMenu td
{
	padding:0;
}
#TopMenu a
{
	display:block;
	width:97px;
	height:32px;
	background:url(../images/menu_bg.gif) center no-repeat;
	color:#000;
	text-decoration:none;
	text-align:center;
	line-height:32px;
}
#TopMenu a:hover, #TopMenu #SelectedMenu
{
	background:url(../images/menu_on.gif) center no-repeat;
	color:#fff;
}
/* ---------------------------------------------------------------------------------- */
#BottomMenu
{
	text-align:center;
	padding:5px;
	clear:both;
}
#BottomMenu a
{
	font:normal 12px Arial;
	color:#000;
}