/* CSS Document */
#TopMenu
{
	width:100%;
	height:34px;
	background:url(../images/menu_bg.gif) top repeat-x;
	margin-bottom:4px;
	padding-top:10px;
}
#TopMenu table
{
	width:100%;
	border-collapse:collapse;
	height:31px;
}
#TopMenu table td
{
	border-right:1px dotted #000;
	text-align:center;
	padding:0;
}
#TopMenu table a
{
	font:bold 12px Arila;
	color:#960303;
	text-decoration:none;
	display:block;
}
#BottomMenu
{
	height:37px;
}
#BottomMenu a
{
	display:block;
	background:url(../images/bullet.gif) right no-repeat;
	padding-right:15px;
	float:right;
	margin:10px 30px 0 0;
	color:#000;
	text-decoration:none;
}
#BottomMenu a:hover
{
	text-decoration:underline;
}
#Categories
{
	list-style:none;
	margin:0;
	padding:0;
}
#Categories li
{
	height:30px;
	background:url(../images/cat_bg.gif) repeat-x;
}
#Categories li a
{
	background:url(../images/cat_bullet.gif) 95% center no-repeat;
	display:block;
	height:30px;
	color:#000;
	text-decoration:none;
	text-align:right;
	padding-right:20px;
	line-height:30px;
}
#Categories li a:hover
{
	background:url(../images/cat_bg_on.gif) repeat-x;
	color:#fff;
}
