/* CSS Document */
#TopMenu
{
	height:33px;
	background:url(../images/menu_bg.gif) repeat-x;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:7px;
}
#TopMenu table
{
	width:100%;
	height:100%;
}
#TopMenu table td
{
	border-right:1px dotted #00427e;
}
#TopMenu table a
{
	font:bold 12px Arial;
	color:#00427e;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:5px;
}
#TopMenu table a:hover
{
	color:#bb0000;
}
/* ---------------------------------------------------------------------------------- */
#BottomMenu
{
	clear:both;
	background:#0063ca url(../images/bottom_bg.gif) top repeat-x;
	line-height:22px;
	text-align:center;
	margin-top:10px;
	padding:3px 3px;
}
#BottomMenu a
{
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
}
#BottomMenu a:hover
{
	text-decoration:underline;
}
#BottomMenu Img
{
	margin-left:3px;
	margin-right:15px;
}


