/*top navigation menu----------------------------------------------------------------------------------*/
/*this will be the top navigation system */
#top_nav_left_cap {		
	width: 15px;
	height: 42px;
	background-image:url(images/nav-bkgd_left.gif);
	float:left;	
}

#top_nav_right_cap {		
	width: 15px;
	height: 42px;
	background-image:url(images/nav-bkgd_right.gif);	
	float:left;		
}




#top_nav {		/* text in nav middle*/
	width: 747px;
	height: 42px;
	margin: 0px;
	background-image:url(images/nav-bkgd_middle.gif);
	background-repeat: repeat-x;
	float:left;
}


#top_nav td{
	text-align:right;	
	font-family:arial;
	font-size:11px;
}


#top_nav a:link, #top_nav a:visited
{
    color: #fff;
    text-decoration: none;
}
#top_nav a:hover
{
    text-decoration: underline;
}
#top_nav a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

/*end navigation menu----------------------------------------------------------------------------------*/