#Navbar
{
	height: 		5.5em;
	border-bottom: 	#1F005C double;
	padding-left:	1.5em;
	margin-bottom:	0em;
	min-width:		2.5em;
}

	/* Link Layout, Background, and Colors */
	#navbar_top_wrapper
	{
		height:				2.5em;
		width:				100%;
		padding-top:		0.5em;
	}
	#navbar_bottom_wrapper
	{
		height:				1.5em;
		margin-left:		9.5em;
	}
	
	.navbar_top_link_enclosure
	{
		float: 				left;
		height:				2.5em;
	}
	.navbar_bottom_link_enclosure
	{
		margin-left:		2em;
		_margin-left:		0.7em;
		float:				left;
		height:				1em;
	}

	div.navbar_top_link_enclosure a,div.navbar_bottom_link_enclosure a
	{
		padding: 			0.4em;
	}
	.navbar_links
	{
		font-size: 			1.4em;
		font-variant: 		small-caps;
		font-weight: 		bold;
		text-align: 		center;
	}
	
	a.navbar_link:link 
	{ 
		color: 				#000;
		text-decoration: 	none;
	}

	a.navbar_link:visited
	{
		color: 				#000;
		text-decoration: 	none;
	}

	a.navbar_link:hover
	{
		color: 				#000;
		text-decoration:	none;
		background-color: 	#FFE066;
	}