#subnavigation_table
{
	float: right;
	position: relative;
}

#subnavigation_table td:first-child
{
	width: 10px;
	background-color: #ffffff;

	margin-bottom: 10px;
}

#subnavigation
{
	border-top: 1px solid #000000;
	border-bottom: 5px solid #000000;

	border-left: 1px solid #000000;
	border-right: 1px solid #000000;

	background-color: #e5e5e5;

	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#subnavigation_header
{
	width: 100%;

	height: 20px;

	background-color: #000000;
	background-image: url(../../images/index/subnavigation_header.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#subnavigation ul
{
	list-style-image: url(../../images/index/subnavigation_bullet.png);

	margin: 0px 0px 0px 14px;
	padding: 10px;
}

#subnavigation a:link, #subnavigation a:active, #subnavigation a:visited, #subnavigation a:hover
{
	font-size: 10px;
	color: #000000;

	font-weight: bold;

	display: block;
}

#subnavigation a:hover
{
	color: #e50000;
}
