@charset "utf-8";
/* CSS Document */

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}



#subpages {
	float: left;
	width: 204px;
}

#subpages ul {
	margin: 0 0 0 10px;
	padding: 5px 0px 15px 10px;
	list-style-type: none;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
}

#subpages ul a
{
	display: block;
	padding: 6px 15px 6px 5px;
}

#subpages ul li a:link, #subpages ul li a:visited
{
	color: #5f5f5f;
	text-decoration: none;
	background: none;
}

#subpages ul li a:hover
{
	text-decoration: none;
	background: #eee;
}

#subpages ul li.current_page_item a, #subpages ul li.current_page_item a:link, #subpages ul li.current_page_item a:visited {

	text-decoration: none;
	background: none;
	font-weight: bold;
	color: #167de7;
}

#subpages ul li {
	vertical-align:middle;
	line-height: 1.3em;	
	border-bottom: none;
	margin: 0;
	padding: 0;
}
