div.subsection {
}
div#detail_menu {
	margin-right: auto;
	margin-left: auto;
	width: 804px;
	height: 20px;
	padding: 0;
	margin-bottom: 0px;
	font-size: 10px;
    background: url(/images/menu_grey_1.gif) top right repeat-x;
}
div#detail_menu ul { 
	border: 0;
	text-align: center;
    list-style: none;
	list-style-type: none;
	padding: 0; 
	margin: 0; 
}
div#detail_menu ul li { 
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
div#detail_menu ul li a {
	height: 17px;
	width: 70px;
	border-right: 1px solid #AAA;
	padding: 3px 3px 0px 3px;
	margin: 0 0 0 0;
	text-decoration: none;
	display: block;
	text-align: center;
    font-weight: 400;
}

div#detail_menu ul li a:link 
{ 
    color: #294A84; 
}
div#detail_menu ul li a:hover 
{ 
    color: #294A84; 
    background: url(/images/menu_blue_1.gif) top right repeat-x;
}

