div.index_container				{	padding: 5px; height: 100%; margin-bottom: 20px; }
div.section_holder				{	position: relative; float: left; height: 137px; width: 151px;
									text-align: center; margin-right: 6px; }
div.section_holder.section5		{	margin-right: 0px !important; }
.sectionImage					{	position: relative; top: 0px; left: 0px; }
.sectionImageOverlay			{	position: absolute; bottom: 32px; left: 0px; }
h2.sectionTitle					{	position: absolute; left: 0px; bottom: 37px; font-family: Arial; 
									font-weight: bold; font-size: 11.5px; text-align: center;
									color: #7d0049; text-transform: uppercase; width: 150px; }

div.themeSelector				{	position: relative; float: left; }
div.dropdownBar					{	height: 31px; width: 151px !important; text-align: left; position: relative;
									background-image: url('../Images/dropdown_overlay.png'); cursor: pointer;
									background-position: top left; background-repeat: no-repeat; z-index: 200; }
div.dropdownBar	span			{	color: white; font-size: 9px; font-weight: bold; margin: 0 auto; padding-top: 7px;
									font-family: Arial; text-transform: uppercase; width: 118px; display: block; }


div.dropdownBar
	img.dropdown_arrow			{	position: absolute; right: 12px; top: 12px; }
div.dropdownBar ul.subnav		{	list-style: none; position: absolute; width: 151px !important; border-top: 1px solid white;
									/*--Important - Keeps subnav from affecting main navigation flow--*/
									left: 0; top: 31px; margin: 0; padding: 0; display: none; float: left; width: 151px; }
div.dropdownBar ul.subnav li	{	margin: 0; padding: 0px; clear: both; width: 151px; }
div.dropdownBar ul.subnav
		li a.dropdown_menuitem	{	display: block; width: 137px; padding: 3px 7px; text-decoration: none; color: white; }
.dropdownBar .subnav li
	.dropdown_menuitem:hover	{	display: block; }