/* CSS Document */

/* =============================== TopMenu ========================================== */


#TopMenu{
	
	background: url(../images/topMenuMid.png) center top no-repeat;
	text-align:center;
	height:49px;
	width:1003px;
	line-height:49px;

}
#TopMenu td{
	text-align:center;
	height:49px;
	border:solid 0px #0F9;
	
}

#TopMenu a
{
	height:49px;
	line-height:49px;
	font:bold 12px Arial;
	padding:0px 10px;
	text-decoration:none;
	color:#fff;
	border:solid 0px #346;
}


#TopMenu td:hover
{
	height:49px;
	line-height:49px;
	background:url(../images/topMenuMid_a.png) repeat-x;
}


/* ================================ BottomMenu =============================================== */


#BottomMenu {
	width:1003px;
	background:url(../images/BotMenu.png) center no-repeat;
	text-align:center;
	height:46px;
	line-height:46px;
	color:#fff;
	border:solid 0px #306;
}
#BottomMenu td{
	
		text-align:center;
}

#BottomMenu A {
	width:100%;
	height:100%;
	font:bold 12px Arial;
	text-decoration:none;
	color:#fff;
}
#BottomMenu A:hover {

	font:bold 12px Arial;
	text-decoration:none;
	color:#fff;
}
