/* CSS Document */
div#rules_bottom
{
	clear:both;
	margin-top: 10px;
}




div#sub_menu_bottom
{
	clear:both;
	text-align: right;
	height: 18px;
	background-color:#8e1912;
}
#sub_menu_bottom ul
{
	line-height:16px;
	list-style-type:none;
	margin: 0;
	padding: 0;
	
	float:right;
}

#sub_menu_bottom li
{
	display: inline;
	color: white;
	
}
#sub_menu_bottom li a
{
	color: white;
	text-decoration:none;
	
	font-size:11px;
	
	margin-left:5px;
	margin-right:5px;
}

#sub_menu_bottom li a:hover
{
	color: white;
}


div#final_sign
{
	text-align: right;
	height:44px;
	background-color:#000000;
	background-image:url(../img/background_final_sign.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#final_sign img{margin-right:5px;}

