#bottomtab {
	padding:					0px;
	margin:						0px;

	position:					relative;
	left:						50%;
	width:						560px;

	padding-left:				0px;
	padding-right:				0px;
	margin-left:				-280px;

	background-image:			url('/images/background/bottom_panel_left.gif');
	background-repeat:			no-repeat;
	background-position:		top left;

	text-align:					center;
}

#bottomtab ul {
	padding:					0px;
	margin:						0px;
	list-style:					none;
	
	padding-right:				0px;
	background-image:			url('/images/background/bottom_panel_right.gif');
	background-repeat:			no-repeat;
	background-position:		top right;
	width:						560px;
	text-align:					center;

}

#bottomtab li {
	display:					inline;
	margin:						0;
	font:						normal 1em/25px arial;
	margin-bottom:				10px;
	padding-right:				2px;
	padding-left:				2px;
	color:						#333;
}

#bottomtab a {
	text-decoration:			none;
	font-size:					14px;
	font-weight:				bold;
}

#bottomtab a:hover {
	text-decoration:			none;
}

#logout a{
	color:						#CC3333;
	text-decoration:			none;
}

#logout a:hover {
	color:						#F00;
}