/* CSS Document */
#TopMenu
{
	height:35px;
	background:url(../images/menu_bg.gif) center repeat-x;
}
#TopMenu table
{
	float:right;
	border-collapse:collapse;
}
#TopMenu table td
{
	padding:0;
}
#TopMenu table a
{
	display:block;
	height:35px;
	width:97px;
	text-align:center;
	font:bold 13px Arial;
	color:#4d4d4d;
	text-decoration:none;
	line-height:33px;
}
#TopMenu table a:hover, #TopMenu #Selected
{
	background:url(../images/menu_btn_on.gif) center no-repeat;
	color:#fff;
}
/* ========================================================================================= */
#SubMenu
{
	height:22px;
	background:url(../images/sub_menu_bg.gif) center repeat-x;
	border-top:1px solid #fff;
	color:#fff;
	text-align:right;
	margin-bottom:10px;
	line-height:22px;
}
#SubMenu a
{
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:3px 10px;
	font:bold 12px Arial;
}
#SubMenu a:hover
{
	text-decoration:underline;
}
/* ========================================================================================= */
#BottomMenu
{
	height:32px;
	background:url(../images/bottom_bg.gif) center repeat-x;
	text-align:center;
	line-height:32px;
	color:#000;
}
#BottomMenu a
{
	display:inline-block;
	color:#000;
	text-decoration:none;
	padding:0 10px;
}
#BottomMenu a:hover
{
	text-decoration:underline;
}
/* ========================================================================================= */
#Footer
{
	width:100%;
	background:#e9e9e9;
	font:normal 12px Arial;
}
#Footer img
{
	border:0;
}
#Footer th
{
	text-align:left;
}
#Footer a
{
	color:#000;
	text-decoration:none;
	font:normal 12px Arila;
}


