/* CSS Document */
#TopMenu
{
	height:31px;
	background:url(../images/menu_bg.gif) bottom left repeat-x;
	color:#b00000;
	font-weight:bold;
	line-height:30px;
	padding-right:10px;
}
#TopMenu a
{
	padding:0 10px 0 10px;
	color:#fff;
	text-decoration:none;
	font:normal 12px Arial;
}
#TopMenu table a:hover, #TopSelected
{
	background:url(../images/menu_bg_on.gif) bottom left repeat-x;
	color:#0054c2;
}
/* ---------------------------------------------------------------------------------- */
#Categories
{
	width:180px;
}
#Categories h2
{
	height:31px;
	background:url(../images/cat_title.gif) center no-repeat;
	text-align:center;
	font:bold 14px Arial;
	line-height:30px;
}
#Categories ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#Categories ul li
{
	background:url(../images/cat_bg.gif) repeat-x;
	margin-bottom:1px;
}
#Categories ul li a
{
	display:block;
	text-align:center;
	height:28px;
	background:url(../images/cat_bullet.gif) 93% center no-repeat;
	font:normal 12px Arial;
	color:#fff;
	text-decoration:none;
	line-height:28px;
}
/* ---------------------------------------------------------------------------------- */
#CharsNav
{
	height:21px;
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
}
#CharsNav a
{
	display:block;
	width:23px;
	height:21px;
	float:right;
	margin-right:1px;
	background:url(../images/char_bg.gif) center no-repeat;
	text-align:center;
	font:bold 14px Arial;
	color:#FFFFFF;
	text-decoration:none;
	line-height:21px;
}
/* ---------------------------------------------------------------------------------- */
#BottomMenu
{
	clear:both;
	height:32px;
	background:url(../images/footer_bg.gif) top left repeat-x;
	text-align:center;
	color:#b00000;
	line-height:30px;
}
#BottomMenu a
{
	padding:0 10px 0 10px;
	color:#fff;
	text-decoration:none;
	font:normal 12px Arial;
}