	#subnav-wrapper {	
		position:			relative;
		top:				0px;
		left:				0px;
		width:				500px;
		height:				23px;
		overflow:			hidden;
		z-index:			2;	
	}
	
	#subnav-slider {
		float:				left;	
		width:				1003px;
		height:				23px;
	}
	
	#subnav {
		float:				left;	
		width:				500px;
		height:				23px;
	}
	
	#subnav a {
		font-size:			13px;
		/*font-weight:		bold;*/
		color:				black;
		height:				23px;
		padding-right:		0px !important;
	}	
	
	#subnav a:hover {
		color:				#bf0103;
		/*font-weight:		bold;*/
	}
	
	#subnav-spacer {
		float:				left;	
		width:				500px;
		height:				23px;
		/*display:			none;	*/
	}	
	
	#subnav li {
		height:				23px;	
		width:				auto !important;
		/*background-image: 	url(/images/layout/nav_button.png);*/
		border-right:		dotted 1px #C0C0C0;
		padding-top:		1px !important;
		padding-left:		6px !important; 
		padding-right:		6px !important; 		
	}
	
	#subnav li.first {
		border-left:		dotted 1px #C0C0C0;
		
	}
	
	#subnav li.first:hover {
		border-left:		dotted 1px #C0C0C0;
	}
	
	#subnav li:hover {
		/*background-image: 	url(/images/layout/nav_button_hover.png);*/
		background-image: 	url(/images/layout/nav_button.png);
		border-right:		dotted 1px #C0C0C0;
	}
