/* CSS Document */

table.page table.navigation_left{
	width:100%;
}

table.page table.navigation_left a {
	width:180px;
	display:block;
	text-decoration:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #222222;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 1px 5px;
	text-align: right;
	white-space:nowrap;
	border-bottom:1px solid #FAE164;
}

table.page table.navigation_left a:hover,
table.page table.navigation_left a.selected {
	background-color:#FAE164;
	border-bottom:1px solid #cc0000;
}