@charset "utf-8";
/* CSS Document */


/*top menu*/
.top_men ul
	{
		width: 407px;
		height: 24px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		list-style: none;
		float: left;
		margin: 0 auto;
		padding: 0;
	}
.top_men ul li
	{
		margin: 0;
		display: inline;
		
	}
.top_men ul li a /* controls all of the menu links CSS*/
	{
		height: 24px;
		float: left;
		padding: 14px 0 0 0;
		margin: 0 5px 0 0;	
		display: block;
		text-decoration: none;
	}
	
/*individual link details*/
.top_men ul li a.t_men:link,a.t_men:visited
	{
		color: #4b4845;
	}
	
.top_men ul li a.t_men:hover
	{
		color: #8B8681;		
	}

.top_men ul li a.t_men_current
	{
		color: #8B8681;
	}



/*Bottom Menu*/
.menu ul
	{
		width: 267px;
		height: 24px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 16px;
		list-style: none;
		text-align: center;
		float: left;
		margin: 0 auto;
		padding: 0;
	}
.menu ul li
	{
		margin: 0;
		display: inline;
		
	}
.menu ul li a /* controls all of the menu links CSS*/
	{
		width: 132px;
		height: 24px;
		float: left;
		padding: 14px 0 0 0;
		margin: 0 1px 0 0;	
		display: block;
		text-decoration: none;
	}
	
/*individual link details*/
.menu ul li a.men:link,a.men:visited
	{
		color: #4b4845;
	}
	
.menu ul li a.men:hover
	{
		color: #8B8681;		
	}

.menu ul li a.men_current
	{
		color: #8B8681;
	}
	
#spacer/*Div for space between the two lists*/
	{
		width: 250px;
		height: 25px;
		float: left;
	}
