#navigation_holder {
	width:900px;
	margin: 0 auto 0 auto;
	text-align:left;
	clear:both;
}
#home_link {
	width:100px;
	height:28px;
	float:left;
text-align:center;
	margin-bottom:5px;
	font-weight: bold;
}
#home_link a, #home_link a:visited{
	color:#fff;
	font-weight:bold;
	padding: 3px 10px 2px 10px;
	height:24px;
	border-left:1px solid #333;
	border-right: 1px solid #000;
	float:left;	background: black url(../images/navigation_menu.gif) repeat-x right top;
}
#home_link a:hover{
	color:black;
	width: 71px;
	height:20px;
	padding: 3px 10px 2px 10px;
	float:left;
    background: black url(../images/navigation_menu.gif) repeat-x right top;
}
#home_link a:active{
	color:black;
	width: 100px;
	height:20px;
	padding:6px 14px 2px 15px;
	float:left;
	background: black url(../images/navigation_menu.gif) repeat-x right top;
}
#nav_link {
	font-size:11px;
	width:888px;
	height:22px;
	float:right;
	text-align:left;
	background: black url(../images/navigation_menu.gif) repeat-x right top;
	padding:0px 12px 2px 0;
	margin-bottom:5px;
}
#nav_link div{
	padding: 3px 10px 2px 10px;
	height:19px;
	float:left;
	color:#999999;
}
#nav_link a, #nav_link a:visited{
	color:#fff;
	font-weight:bold;
	padding: 3px 10px 2px 10px;
	height:19px;
	border-left:1px solid #333;
	border-right: 1px solid #000;
	float:left;	background: black url(../images/navigation_menu.gif) repeat-x right top;
}
#nav_link a:hover{
	color:#fff;
	font-weight:bold;
	padding: 3px 10px 2px 10px;
	height:19px;
	border-left:1px solid #333;
	border-right: 1px solid #000;
	background: black url(../images/navigation_menu.gif) repeat-x right top;
	float:left;
}
#nav_link a:active{
	color:#fff;
	font-weight:bold;
	padding: 4px 10px 1px 10px;
	height:19px;
	background: #ccc url(../images/navigation_menu.gif) repeat-x right bottom;
	float:left;
}
