body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	
	margin: 0px;
	padding: 0px;

	color: #000000;
	
	background-color: #ffffff;
}

body a {
	color: #832f09;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}





.dot_top_left {
	height: 1px;
	width: 1px;

	font-size: 0px;
	line-height: 0px;

	background-color: #ffffff;

	position: absolute;
	top: 0px;
	left: 0px;
}

.dot_top_right {
	height: 1px;
	width: 1px;

	font-size: 0px;
	line-height: 0px;

	background-color: #ffffff;

	position: absolute;
	top: 0px;
	right: 0px;
}

.dot_bottom_left {
	height: 1px;
	width: 1px;

	font-size: 0px;
	line-height: 0px;

	background-color: #ffffff;

	position: absolute;
	bottom: 0px;
	left: 0px;
}

.dot_bottom_right {
	height: 1px;
	width: 1px;

	font-size: 0px;
	line-height: 0px;

	background-color: #ffffff;

	position: absolute;
	bottom: 0px;
	right: 0px;
}

/* text styles
	use this for sitewide text styles, ie: covers all templates.
	user template stylesheet for anything specfic to one template
----------------------------------------- */

b {
	font-weight: normal;
}

.text_bold {
	font-weight: bold;
}

.text_italic {
	font-style: italic;
}

.text_underline {
	text-decoration: underline;
}

.text_bold_underline {
	font-weight: bold;
	text-decoration: underline;
}


/* common objects
----------------------------------------- */
.div_show {
	visibility: visible;
}

.div_hide {
	visibility: hidden;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
}

.link_icon {
	font-size: 11px;
	line-height: 17px;
	
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	background-repeat: no-repeat;
}

.link_icon2 {
	width: 18px;
	
	font-size: 11px;
	line-height: 17px;
	
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	background-repeat: no-repeat;
}

	.link_icon2:hover {
		text-decoration: none;
	}


/* standard pages
----------------------------------------- */
#search_form {
	margin: 7px;
	padding: 0px;
	
	margin-left: 10px;
}

	#search_terms_field {
		font-family: Verdana, Sans-Serif;
		font-size: 11px;
		
		width: 200px;
		
		border: 1px solid #bebebe;

	}
	
	#search_button {
		margin-left: 15px;
		
		position: relative;
		top: 0px;
		
		background-color: #d25827;
		color: #ffffff;
		
		border: 1px solid #737a7e;
		
		padding: 1px;
		
	}
	
#search_results {

}

	.result_headline {
	
	}
	
	.result_copy {
		margin-bottom: 7px;
	}
	

#sitemap {

}

	#sitemap .text_copy {
		font-size: 11px;
		
		line-height: 16px;
		
		text-indent: 12px;
	}
	
		#sitemap .text_copy .first_paragraph {
			text-indent: 0px;
		}
		
		
	#sitemap ul {
		padding: 0px;
		margin: 0px;

		margin-bottom: 15px;
		margin-top: 0px;

		padding-left: 5px;
	}

	#sitemap li {
		padding-left: 12px;

		background-image: url(http://www.wichitakansas.org/images/li.gif);
		background-repeat: no-repeat;

		background-position: 4px 8px;

		list-style-type: none;


	}
	
		#sitemap li.level1 {
			font-size: 13px;
			line-height: 17px;
			
			font-weight: normal;
			
			background-image: none;
			
			padding-left: 0px;
			
			margin-top: 15px;
			margin-bottom: 4px;
		
		}
			
			#sitemap li.level1 ul {
				margin-bottom: 0px;
			}
		
		#sitemap li.level2 {
			font-size: 11px;
			
			font-weight: normal;
		
		}

			#sitemap li.level2 ul {
				margin-bottom: 0px;
			}
			
		#sitemap li.level3 {
			font-size: 11px;
			
			font-weight: normal;
		
		}
		
			#sitemap li.level3 ul {
				margin-bottom: 0px;
			}
			
#layout_grid {
	height: 100%;
	width: 100%;

	border-collapse: collapse;

	margin: 0px;
	padding: 0px;
	
	background-color: #f0f0f0;

}

	#layout_grid tr {
		margin: 0px;
		padding: 0px;
	}
	
	#layout_grid td {
		margin: 0px;
		padding: 0px;
		
		vertical-align: top;
	}


#grid_left {
	width: 40%;
	
	background-color: #737a7e;
	background-image: url(http://www.wichitakansas.org/images/grid_bg.gif);
	background-position: top right;
}

	#left_div {
		height: 100%;
		width: 100%;
	}

		#left_orange {
			font-size: 0px;
			line-height: 0px;
			height: 8px;
			
			background-color: #d25827;
		}
		
		#left_grey {
			height: 33px;
			
			background-color: #737a7e;
		}
		
		#left_white {
			height: 324px;
			
			background-color: #ffffff;

		}

		#left_fade {
			height: 751px;
			
			background-image: url(http://www.wichitakansas.org/images/grid_fade.gif);
			background-repeat: repeat-x;
			background-position: top right;
		}
		
#grid_right {
	width: 40%;
	
	background-color: #737a7e;
	background-image: url(http://www.wichitakansas.org/images/grid_bg.gif);
	
}

	#right_div {
		height: 100%;
		width: 100%;
	}

		#right_orange {
			font-size: 0px;
			line-height: 0px;
			height: 8px;
			
			background-color: #d25827;
		}
		
		#right_grey {
			height: 33px;
			
			background-color: #737a7e;
		}
		
		#right_white {
			height: 324px;
			
			background-color: #ffffff;

		}
		
		#right_fade {
			height: 751px;
			
			background-image: url(http://www.wichitakansas.org/images/grid_fade.gif);
			background-repeat: repeat-x;
		}
		
#grid_main {
	width: 1037px;
	
}


#main_div {
	width: 1037px;
	
	background-color: #ffffff;
}

	#main_top {
		height: 158px;
		position: relative;
		z-index: 100;

	}
	
		#top_orange {
			font-size: 0px;
			line-height: 0px;
			height: 8px;
			
			background-color: #d25827;
		}
		
		#top_grey {
			height: 33px;
			
			background-color: #737a7e;
			color: #ffffff;
			font-size: 11px;
			
			position: relative;
			
			z-index: 105;
		}
		
			#top_grey a {
				color: #ffffff;
			}
				#top_member_message {
					position: absolute;
					left: 29px;
					top: 11px;
					width: 450px;
				}
				#top_nav{
					display: inline;

					position: absolute;
					left: 643px;
					top: 11px;

					width: 350px;

				}
				#top_search {
					position: absolute;
					left: 877px;
					top: 8px;
					width: 133px;
					height: 18px;
				}
					#top_search_form {
						margin: 0px;
						padding: 0px;
						background: url(http://www.wichitakansas.org/images/top_search_input.gif) no-repeat top left;
					}
						#search_terms {
							width: 133px;
							height: 18px;
							border:0px solid #000000;
							color: #737a7f;
							font-size: 11px;
							padding-left: 19px;
							padding-top: 3px;
							background-color: transparent;
						}
						#search_submit {
							width: 11px;
							height: 11px;
							position: absolute;
							left: 5px;
							top: 4px;
						}

			#top_join_now {
				display: block;
				
				width: 95px;
				
				padding-top: 4px;
				padding-bottom: 3px;

				background-color: #d25928;

				position: absolute;
				top: 34px;
				left: 875px;
				/*left: 1020px;*/
				
				text-align: center;
				
			}

		#top_logo {
			height: 98px;
			
			position: relative;
			z-index: 51;
		}
		
			#logo {
				height: 91px;
				width: 91px;
				
				position: absolute;
				top: 18px;
				left: 19px;
				z-index: 51;
			}
			#logo_txt {
				height: 13px;
				width: 321px;
				
				position: absolute;
				top: 55px;
				left: 109px;
				z-index: 51;
			}
		
		#top_subnav {
			height: 21px;
			position: relative;

			z-index: 101;
			font-size: 11px;

			padding-left: 331px;
			
		}
			#top_subnav_orange a {
				color: #d05827;
			}
			
			#top_subnav_grey a {
				color: #737b7f;
			}	

	#main_bottom {
		height: 158px;
		
	}
	
		#bottom_spacer {
			height: 37px;
		}
		
		#bottom_white1 {
			height: 49px;
			
			margin-bottom: 18px;
			
			position: relative;
		}
		
			#bottom_sponsors {
				height: 49px;
				width: 249px;
				
				background-image: url(http://www.wichitakansas.org/images/bottom_sponsors.gif);
				background-repeat: no-repeat;
				
				position: absolute;
				top: 0px;
				left: 768px;
			}
			
				#bottom_sponsor_lsi {
					height: 32px;
					width: 80px;
					
					display: block;
					
					background-image: url(http://www.wichitakansas.org/images/bottom_sponsor_lsi.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 8px;
					left: 3px;
					
				}
				
				#bottom_sponsor_accessgroup {
					height: 32px;
					width: 80px;
					
					display: block;
					
					background-image: url(http://www.wichitakansas.org/images/bottom_sponsor_accessgroup.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 8px;
					left: 101px;
			
				}
				
				#bottom_sponsor_hw {
					height: 32px;
					width: 40px;
					
					display: block;
					
					background-image: url(http://www.wichitakansas.org/images/bottom_sponsor_hw.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 8px;
					left: 205px;
				}
	
		#bottom_white {
			height: 28px;
			
			position: relative;
		}
		
			#bottom_nav {
				height: 18px;
				width: 800px;
				
				position: absolute;
				top: 6px;
				left: 20px;
				
				color: #acacac;
			}
			
				#bottom_nav a {
					color: #acacac;
				}
		
			#bottom_connect {
				height: 21px;
				width: 202px;
				
				position: absolute;
				top: 0px;
				left: 818px;
				
			}
			
				#bottom_connect_label {
					height: 21px;
					width: 118px;
					
					background-image: url(http://www.wichitakansas.org/images/botton_connect_label.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 0px;
					left: 0px;
				}
				
				#bottom_connect_twitter {
					height: 21px;
					width: 18px;
					
					background-image: url(http://www.wichitakansas.org/images/bottom_connect_twitter.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 0px;
					left: 118px;
					
					display: block;
				}
				
				#bottom_connect_facebook {
					height: 21px;
					width: 19px;
					
					background-image: url(http://www.wichitakansas.org/images/bottom_connect_facebook.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 0px;
					left: 136px;
					
					display: block;
				}
				
				#bottom_connect_linkedin {
					height: 21px;
					width: 21px;
					
					background-image: url(http://www.wichitakansas.org/images/bottom_connect_linkedin.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 0px;
					left: 155px;
					
					display: block;
				}
				
				#bottom_connect_label2 {
					height: 21px;
					width: 26px;
					
					background-image: url(http://www.wichitakansas.org/images/bottom_connect_label2.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 0px;
					left: 176px;
				}
		
		#bottom_orange {
			height: 26px;
			
			background-color: #d25827;
			
			position: relative;
		}
			#footer_txt_white {
				color: #ffffff;
				font-size: 10px;
				padding-left: 27px;
				padding-top: 5px;
			}
			#footer_txt_white a {
				color: #ffffff;
			}

		#footer_byline {
			position: absolute;
			top: 5px;
			left: 834px;
			
			color: #782200;
			
			font-size: 10px;
		}
		
			#footer_byline a {
				color: #782200;
			}


#style1_navborder {
	height: 1px;
	
	font-size: 0px;
	line-height: 0px;
	
	background-image: url(http://www.wichitakansas.org/images/style2_navborder.gif);
	background-repeat: repeat-x;
	
	margin-left: 3px;
	margin-right: 21px;
	margin-bottom: 3px;
}

#main_content {
	margin-left: 19px;
	margin-bottom: 4px;
}


#style1_flash_div {
	height: 270px;
	width: 1000px;

	margin-bottom: 8px;
	
	position: relative;
}

	#style1_flash {
		height: 270px;
		width: 1000px;

		background-image: url(http://www.wichitakansas.org/images/flash_bg.jpg);
		background-repeat: no-repeat;
	}

#style1_callout {
	height: 95px;
	
	margin-bottom: 26px;
}

	.style1_callout {
		height: 95px;
		width: 328px;
		
		float: left;
		position: relative;

		margin-right: 8px;
		
		background-image: url(http://www.wichitakansas.org/images/style1_callout_bg.gif);
		background-repeat: no-repeat;
	}
	
	.style1_callout2 {
		height: 95px;
		width: 328px;
		
		float: left;
		position: relative;
		
		margin-right: 8px;
		

	}
	
	.callout_headline {
		font-size: 14px;
		color: #737b7f;
		position: absolute;
		left: 8px;
		top: 19px;
	}
	
	.callout_subheadline{
		font-size: 12px;
		color: #d05827;
		position: absolute;
		left: 107px;
		top: 58px;
		
		font-weight: bold;
	}
	
	.callout_copy {
		font-size: 11px;
		color: #444b4c;
		position: absolute;
		left: 108px;
		top: 73px;
	}
		
	.callout_thumb {
		width: 91px;
		height: 40px;
		
		position: absolute;
		left: 9px;
		top: 49px;
	}
	
		.callout_thumb_top_left {
			background-color: #f6f7f7;
		}
		
		.callout_thumb_top_right {
			background-color: #f6f7f7;
		}
		
		.callout_thumb_bottom_left {
			background-color: #d9dedb;
		}
		
		.callout_thumb_bottom_right {
			background-color: #d9dddb;
		}
	
	.callout_link {
		width: 315px;
		
		position: absolute;
		top: 95px;
	}
	
	/* 3rd callout has a different style */
	.style1_callout2 .callout_headline {
		color: #ffffff;
	}
	.style1_callout2 .callout_subheadline {
		color: #ffffff;
	}
	.style1_callout2 .callout_copy {
		color: #ffffff;
	}
	
	#style1_callout3 a {
		color: #ffffff;
	}
	
	#style1_callout1 {
		cursor: pointer;
	}
	
	#style1_callout2 {
		cursor: pointer;
	}
	

#style1_callout_bottom {
	height: 1px;
	
	font-size: 0px;
	line-height: 0px;
	
	clear: both;
	margin-bottom: 25px;
}

#style1_body {
	/*height: 477px;*/
	/* not sure if this will be static, or if content driven */
}

	#style1_body_table {
		width: 1000px;
		
		border-collapse: collapse;
	}
	
		#style1_body_table tr {
			margin: 0px;
			padding: 0px;
		}
		
		#style1_body_table td {
			margin: 0px;
			padding: 0px;
		}
	
		#style1_body_news {
			width: 247px;
		}
		
		#style1_body_needknow {
			width: 422px;
		}
		
		#style1_body_calendar {
			width: 331px;
		}

/* style1_body_needknow parts */
#style1_needknow_panel {
	padding: 0px 16px 30px 16px;
	background: url(http://www.wichitakansas.org/images/needknow_background.gif) no-repeat 0px 19px;
}
	
	#needknow_panel_title {
		font-size: 16px;
		color: #444b4c;

		margin-bottom: 16px;
		margin-left: 5px;
	}
	
	#needknow_panel_controls {
		color: #8c8c8c;

		display: inline;
		
		padding-left: 8px;
		
		font-size: 12px;
		
		
	}
	
		.needknow_panel_control_active {
			color: #d25927;
			
			cursor: default;
		}
	
		.needknow_panel_control_inactive {
			color: #8c8c8c;
			
			cursor: pointer;
		}
		
		.needknow_panel_control_bracket {
			color: #8c8c8c;
		}
	
	#needknow_panels {
		height: 177px;
		
		position: relative;
	}

#style1_signup {
	padding: 18px 26px 12px 17px;
	background-color: #737b7f;
	
	position: relative;
	
	margin-right: 1px;
}

	#signup_title {
		font-size: 16px;
		color: #ffffff;
		margin-bottom: 8px;
		margin-left: 2px;
	}
	#signup_subtitle_orange {
		font-size: 12px;
		font-weight: bold;
		color: #e6a465;
		margin-bottom: 0px;
		margin-left: 2px;
	}
	
	#signup_subtitle_white {
		font-size: 11px;
		color: #ffffff;
		margin-bottom: 13px;
		margin-left: 2px;
	}
	
	#signup_form {
		margin-bottom: 20px;
	}
	
		#signup_form input {
			width: 359px;
			height: 20px;
			color: #737b7f;
			font-size: 11px;
			border: 0px;
			padding-left: 19px;
			padding-top: 3px;
			margin-bottom: 3px;
			background: url(http://www.wichitakansas.org/images/input_signup_home.gif) no-repeat top;
		}
		
		#signup_form label {
			display: none;
		}
		
		#signup_form .signup_form_submit {
			width: 60px;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			background: none;
			float: right;
		}
		
		#signup_spacer {
			height: 0px;
			
			font-size: 0px;
			line-height: 0px;
		}
		
		#signup_spacer2 {
			height: 0px;
			
			font-size: 0px;
			line-height: 0px;
		}

/*#style1_body_news*/
#style1_news {
}

	#style1_news_header {
		font-size: 16px;
		color: #444b4c;	
		margin-bottom: 13px;
	}

		#style1_news_header_2 {
			font-size: 12px;
			color: #8c8c8c;
			display: inline;
		}


/*#style1_body_calendar*/
#style1_calendar {
	padding-right: 12px;
	padding-left: 13px;
	
	
}
	#style1_calendar_header {
		font-size: 16px;
		color: #444b4c;	
		margin-bottom: 12px;
	}
		#style1_calendar_feed_div {
			display: inline;
			
			width: 1px;
			height: 12px;
			
			position: relative;
			
			padding-right: 20px;
		}
	
			#style1_calendar_feed_link {
				padding-left: 6px;
				
				position: absolute;
				top: 2px;
			}

		#style1_calendar_header_2 {
			font-size: 12px;
			color: #8c8c8c;
			padding-left: 10px;
			display: inline;
		}
		#style1_calendar_header_2 a{
			color: #8c8c8c;
			text-decoration: none;
		}
		#style1_calendar_header_2 a:hover{
			color: #d05827;
		}

	.calendar_item_block {
		margin-bottom: 14px;
	}
		.calendar_item_title {
			font-size: 12px;
			color: #d05827;
			line-height: 19px;
			margin-bottom: -1px;
		}
			.calendar_item_title a {
				color: #d05827;
			}
		
		.calendar_item_title_2 {
			font-size: 12px;
			color:#737b7f;
			line-height: 19px;
			display: inline;
		}
		.calendar_item_datetime {
			font-size: 11px;
			color: #444b4c;
			line-height: 16px;
		}
		.calendar_item_copy {
			font-size: 11px;
			color: #787878;
			line-height: 16px;
		}
		.calendar_item_more_link {
			width: 15px;
			height: 10px;
			padding-left: 4px;
			padding-top: 1px;
			/*
			background: url(http://www.wichitakansas.org/images/button_arrow.gif) no-repeat top;
			*/
		}


#bottom_connect_edit {
	width: 300px;
	
	position: absolute;
	top: -50px;
	left: 205px;
	
	background-color: white;
	
	padding: 3px;
	padding-top: 7px;
}

	#bottom_connect_edit p {
		margin: 0px;
		
		margin-bottom: 7px;
	}

.dropmenu_top {

	float: left;
	
	position: relative;
	
	
	z-index: 1570;
	
}

	.dropmenu_sep {
		float: left;
	}

.dropmenu_top_active {
	float: left;
	
	position: relative;
	
	

}

	.dropmenu_top_active .dropmenu_top-text {
		color: #832f09;
		
		position: relative; 
		top: -4px;
	}
	
		.dropmenu_top_active .dropmenu_top-text a {
			color: #832f09;
		}
		
			.dropmenu_top_active .dropmenu_top-text a:hover {
				text-decoration: none;
			}


.dropmenu_top_active_section {
	float: left;
	
	position: relative;
}

	.dropmenu_top_active_section .dropmenu_top-text a {
		color: #832f09;
	
	}
	
.dropmenu_top-text {
	
}

	.dropmenu_top-text_span {
		height: 34px;
				
		position: relative;
	}
	
		.dropmenu_top-label {
			position: relative;
			
			z-index: 1570;
		}
	
.dropmenu_table1 {
	border-collapse: collapse;

	position: absolute;
	top: 19px;
	left: -37px;
	
	z-index: 70;
	
	visibility: hidden;
	
	overflow: auto;
		
}

	.dropmenu_table1 td {
		padding: 0px;
		margin: 0px;
	}

	.dropmenu_table1 .dropmenu_td {
		padding: 0px;
		margin: 0px;
		
		z-index: 60;
	}
	
		.dropmenu_table1 .dropmenu_td_div {
			position: relative;
			z-index: 60;
			
			margin: 0px;
			padding: 0px;

			/*background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/); */
			background-repeat: no-repeat;
			background-color: #dce1de;

		}

			.dropmenu_table1 .dropmenu_content {
				padding-top: 2px;
				padding-left: 0px;
				padding-right: 0px;
				padding-bottom: 0px;
								
				margin: 0px;
			}
			
			.dropmenu_table1 .dropmenu_content_bottom {
				height: 12px;

				font-size: 1px;
				line-height: 1px;
				
				position: relative;
						
				
			}
				
				.dropmenu_table1 .dropmenu_content_bottom_bar {
					height: 6px;
					
					font-size: 1px;
					line-height: 1px;
					
					background-color: #d25928;
					
					z-index: 70;
					
					position: absolute;
					top: 6px;
					left: 0px;
				}


.dropmenu_table1 .dropmenu_sub_item {
	height: 0px;
	
	font-size: 0px;
	line-height: 0px;
	
	position: relative;
	
	z-index: 71;
}
	
		.dropmenu_table1 .dropmenu_item_sub_div {
			position: absolute;
			top: 0px;

		}



.dropmenu_table1 .dropmenu_item {
	font-size: 11px;

	color: #32383a;

	margin: 0px;
	margin-bottom: 0px;

	padding: 0px;
	

	list-style-type: none;	
	
	text-align: left;
	
	height: 20px;
	
	background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/item_sep.png);
	background-repeat: repeat-x;
	background-position: 0px 19px;
	
	position: relative;
	
	z-index: 75;
	

}

	.dropmenu_table1 .dropmenu_item_highlight_outter {
		padding-top: 1px;
	}

		.dropmenu_table1 .dropmenu_item_highlight {
			height: 17px;
		}

			.dropmenu_table1 .dropmenu_item_txt {
				padding-top: 2px;

				padding-left: 12px;
				padding-right: 7px;

			}
			
			.dropmenu_table1 .dropmenu_item_sub_arrow {
				margin-top: 1px;
				margin-right: 10px;
				
				float: right;
			}
	
	.dropmenu_table1 .dropmenu_item-active {
		font-size: 11px;
		
		color: #32383a;
		
		margin: 0px;
		margin-bottom: 0px;

		padding: 0px;
		
		list-style-type: none;
				
		text-align: left;
		
		height: 20px;

		background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/item_sep.png);
		background-repeat: repeat-x;
		background-position: 0px 19px;
		
		cursor: pointer;
		
		position: relative;
		
		z-index: 75;
		
	}

		.dropmenu_table1 .dropmenu_item-active .dropmenu_item_highlight {
			background-color: #d25928;
		}

	.dropmenu_table1 .dropmenu_item a.dropmenu_item_a {
		color: #32383a;
	}

	.dropmenu_table1 .dropmenu_item a.dropmenu_item_a:hover {
		color: #32383a;
	
		text-decoration: none;
	}
	
	.dropmenu_table1 .dropmenu_item-active a.dropmenu_item_a {
		color: #ffffff !important;
	}
	
	.dropmenu_table1 .dropmenu_item-active a.dropmenu_item_a:hover {
		color: #ffffff;
		
		text-decoration: none;
	}
	
	.dropmenu_table1 .dropmenu_item-active .dropmenu_item_sub_arrow {
		color: #ffffff;
	}


	/*-- dropoffs -- */
	
		.dropmenu_table1 .dropoff_left {
			width: 30px;

			font-size: 0px;
			line-height: 0px;
			
			background-color: transparent;
	
		}
	
			.dropmenu_table1 .dropoff_left_shdw_top {
				height: 5px;

				font-size: 0px;
				line-height: 0px;
				
				background-color: transparent;
				
				background-image: none;
			}
			
			.dropmenu_table1 .dropoff_left_shdw {
				height: 50px;

				font-size: 0px;
				line-height: 0px;
			
				background-color: transparent;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/left_shdw.png);
				background-repeat: repeat-y;
				background-position: 100% 100%;
			}
	
		
		.dropmenu_table1 .dropoff_right {
			width: 30px;

			font-size: 0px;
			line-height: 0px;
			
		}
	
			.dropmenu_table1 .dropoff_right_shdw_top {
				height: 5px;

				font-size: 0px;
				line-height: 0px;
				
				background-color: transparent;
			
				background-image: none;
				
			}
			
			.dropmenu_table1 .dropoff_right_shdw {
				height: 50px;
				
				font-size: 0px;
				line-height: 0px;

				background-color: transparent;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/right_shdw.png);
				background-repeat: repeat-y;
				
			}
	
		
		.dropmenu_table1 .dropoff_bottom-left {
			height: 30px;
			width: 30px;
			
			font-size: 0px;
			line-height: 0px;
			
			background-image: none;
			background-repeat: no-repeat;
			background-position: 100% 0%;
		}
		
			.dropmenu_table1 .dropoff_bottom-left_div {
				height: 30px;
				width: 30px;

				font-size: 0px;
				line-height: 0px;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/bottom-left.png);
				background-repeat: no-repeat;
				background-position: 24px 0px;
				
			}
		
		.dropmenu_table1 .dropoff_bottom {
			height: 10px;
	
			font-size: 0px;
			line-height: 0px;
			
		}
	
			.dropmenu_table1 .dropoff_bottom_div {
				height: 30px;

				font-size: 0px;
				line-height: 0px;
				
				position: relative;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/bottom.png);
				background-repeat: no-repeat;
				background-position: 0px 0px;
			}

		.dropmenu_table1 .dropoff_bottom-right {
			height: 30px;
			width: 30px;

			font-size: 0px;
			line-height: 0px;
			
			background-color: transparent;
		}
		
			.dropmenu_table1 .dropoff_bottom-right_div {
				height: 30px;
				width: 30px;

				font-size: 0px;
				line-height: 0px;
						
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/bottom-right.png);
				background-repeat: no-repeat;
				background-position: 0px 0px;
			}




/*-- dropmenu sub style1 --*/

.submenu_table1 {
	border-collapse: collapse;

	position: absolute;
	top: -5px;
	left: -27px;
	
	z-index: 71;
	
	visibility: hidden;
	
	overflow: auto;
	
}

	.submenu_table1 td {
		padding: 0px;
		margin: 0px;
	}

	.submenu_table1 .submenu_td {
		padding: 0px;
		margin: 0px;
		
		z-index: 60;
	}
	
		.submenu_table1 .submenu_td_div {
			position: relative;
			z-index: 60;
			
			margin: 0px;
			padding: 0px;

			/*background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/);*/
			background-repeat: no-repeat;
			background-color: #dce1de;

		}
		
			.submenu_table1 .submenu_content {
				padding-top: 2px;
				padding-left: 0px;
				padding-right: 0px;
				padding-bottom: 0px;
								
				margin: 0px;
			}
			
			.submenu_table1 .submenu_content_bottom {
				height: 12px;
				
				position: relative;
							
				
			}
				
				.submenu_table1 .submenu_content_bottom_bar {
					height: 6px;
					
					font-size: 0px;
					line-height: 0px;
					
					background-color: #32383a;
					
					position: absolute;
					top: 6px;
					left: 0px;
				}



.submenu_table1 .submenu_item {
	font-size: 11px;

	color: #32383a;

	margin: 0px;
	margin-bottom: 0px;

	padding: 0px;
	

	list-style-type: none;	
	
	text-align: left;
	
	height: 20px;
	
	background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/item_sep.png);
	background-repeat: repeat-x;
	background-position: 0px 19px;
	
	position: relative;
	

}

	.submenu_table1 .submenu_item_highlight_outter {
		padding-top: 1px;
	}

		.submenu_table1 .submenu_item_highlight {
			height: 17px;
		}

			.submenu_table1 .submenu_item_txt {
				margin: 0px;
				padding: 0px;
				
				padding-top: 2px;

				padding-left: 12px;
				padding-right: 7px;

			}
			
	.submenu_table1 .submenu_item-active {
		font-size: 11px;
		
		color: #32383a;
		
		margin: 0px;
		margin-bottom: 0px;

		padding: 0px;
		
		list-style-type: none;
				
		text-align: left;
		
		height: 20px;

		background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/item_sep.png);
		background-repeat: repeat-x;
		background-position: 0px 19px;
		
		cursor: pointer;
		
		position: relative;
		
	}

		.submenu_table1 .submenu_item-active .submenu_item_highlight {
			background-color: #d25928;
		}

	.submenu_table1 .submenu_item a {
		color: #32383a;
	}

	.submenu_table1 .submenu_item a:hover {
		color: #32383a;
	
		text-decoration: none;
	}
	
	.submenu_table1 .submenu_item-active a {
		color: #ffffff !important;
	}
	
	.submenu_table1 .submenu_item-active a:hover {
		color: #ffffff;
		
		text-decoration: none;
	}
	
	.submenu_table1 .submenu_item-active .submenu_item_sub_arrow {
		color: #ffffff;
	}


	/*-- dropoffs -- */
	
		.submenu_table1 .dropoff_top-left {
			height: 3px;
			width: 30px;
			
			font-size: 0px;
			line-height: 0px;
		}
		
			.submenu_table1 .dropoff_top-left_div {
				height: 3px;
				width: 30px;

				font-size: 0px;
				line-height: 0px;
				
				background-image: none;

			}
		
		.submenu_table1 .dropoff_top {
			height: 3px;

			font-size: 0px;
			line-height: 0px;
		}
		
			.submenu_table1 .dropoff_top_div {
				height: 3px;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subtop.png);
				background-repeat: no-repeat;

				font-size: 0px;
				line-height: 0px;
			}
					
		.submenu_table1 .dropoff_top-right {
			height: 3px;
			width: 30px;

			font-size: 0px;
			line-height: 0px;
		}
		
			.submenu_table1 .dropoff_top-right_div {
				height: 3px; 
				width: 30px;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subtop-right.png);
				background-repeat: no-repeat;

				font-size: 0px;
				line-height: 0px;
			}
	
		.submenu_table1 .dropoff_left {
			width: 30px;
			
			background-color: transparent;

			font-size: 0px;
			line-height: 0px;
	
		}
	
			.submenu_table1 .dropoff_left_shdw_top {
				height: 9px;
				
				background-color: transparent;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subleft_shdw_top.png);
				background-repeat: no-repeat;
				background-position: 24px 0px;

				font-size: 0px;
				line-height: 0px;

			}
			
			.submenu_table1 .dropoff_left_shdw {
				height: 50px;
			
				background-color: transparent;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/left_shdw.png);
				background-repeat: repeat-y;
				background-position: 100% 100%;

				font-size: 0px;
				line-height: 0px;

			}
	
		
		.submenu_table1 .dropoff_right {
			width: 30px;

			font-size: 0px;
			line-height: 0px;
			
		}
	
			.submenu_table1 .dropoff_right_shdw_top {
				height: 9px;
				
				background-color: transparent;
			
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subright_shdw_top.png);
				background-repeat: no-repeat;

				font-size: 0px;
				line-height: 0px;
				
			}
			
			.submenu_table1 .dropoff_right_shdw {
				height: 50px;
				
				background-color: transparent;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/right_shdw.png);
				background-repeat: repeat-y;

				font-size: 0px;
				line-height: 0px;
				
			}
	
		
		.submenu_table1 .dropoff_bottom-left {
			height: 30px;
			width: 30px;

			font-size: 0px;
			line-height: 0px;	
			
			background-image: none;
			background-repeat: no-repeat;
			background-position: 100% 0%;
		}
		
			.submenu_table1 .dropoff_bottom-left_div {
				height: 30px;
				width: 30px;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/bottom-left.png);
				background-repeat: no-repeat;
				background-position: 24px 0px;
				
				font-size: 0px;
				line-height: 0px;
				
			}
		
		.submenu_table1 .dropoff_bottom {
			height: 10px;
	
			font-size: 0px;
			line-height: 0px;
			
		}
	
			.submenu_table1 .dropoff_bottom_div {
				height: 30px;

				font-size: 0px;
				line-height: 0px;
				
				position: relative;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subbottom.png);
				background-repeat: no-repeat;
				background-position: 0px 0px;
			}

		.submenu_table1 .dropoff_bottom-right {
			height: 30px;
			width: 30px;

			font-size: 0px;
			line-height: 0px;
			
			background-color: transparent;
		}
		
			.submenu_table1 .dropoff_bottom-right_div {
				height: 30px;
				width: 30px;

				font-size: 0px;
				line-height: 0px;
						
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/bottom-right.png);
				background-repeat: no-repeat;
			}

.dropmenu_table2 {
	border-collapse: collapse;

	position: absolute;
	top: 19px;
	left: -37px;
	
	z-index: 70;
	
	visibility: hidden;
	
	overflow: auto;
		
}

	.dropmenu_table2 td {
		padding: 0px;
		margin: 0px;
	}

	.dropmenu_table2 .dropmenu_td {
		padding: 0px;
		margin: 0px;
		
		z-index: 60;
	}
	
		.dropmenu_table2 .dropmenu_td_div {
			position: relative;
			z-index: 60;
			
			margin: 0px;
			padding: 0px;

			/*background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/);*/
			background-repeat: no-repeat;
			background-color: #dce1de;

		}

			.dropmenu_table2 .dropmenu_content {
				padding-top: 2px;
				padding-left: 0px;
				padding-right: 0px;
				padding-bottom: 0px;
								
				margin: 0px;
			}
			
			.dropmenu_table2 .dropmenu_content_bottom {
				height: 12px;
				
				font-size: 0px;
				line-height: 0px;
				
				position: relative;
							
				
			}
				
				.dropmenu_table2 .dropmenu_content_bottom_bar {
					height: 6px;
					
					font-size: 1px;
					line-height: 1px;
					
					background-color: #d25928;
					
					position: absolute;
					top: 6px;
					left: 0px;
					
					z-index: 70;
				}


.dropmenu_table2 .dropmenu_sub_item {
	height: 0px;
	
	font-size: 0px;
	line-height: 0px;
	
	position: relative;
	
	z-index: 71;
}
	
		.dropmenu_table2 .dropmenu_item_sub_div {
			position: absolute;
			top: 0px;

		}



.dropmenu_table2 .dropmenu_item {
	font-size: 11px;

	color: #32383a;

	margin: 0px;
	margin-bottom: 0px;

	padding: 0px;
	

	list-style-type: none;	
	
	text-align: left;
	
	height: 20px;
	
	background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/item_sep.png);
	background-repeat: repeat-x;
	background-position: 0px 19px;
	
	position: relative;
	

}

	.dropmenu_table2 .dropmenu_item_highlight_outter {
		padding-top: 1px;
	}

		.dropmenu_table2 .dropmenu_item_highlight {
			height: 17px;
		}

			.dropmenu_table2 .dropmenu_item_txt {
				padding-top: 2px;

				padding-left: 12px;
				padding-right: 7px;

			}
			
			.dropmenu_table2 .dropmenu_item_sub_arrow {
				margin-top: 1px;
				margin-right: 10px;
				
				float: right;
			}
	
	.dropmenu_table2 .dropmenu_item-active {
		font-size: 11px;
		
		color: #32383a;
		
		margin: 0px;
		margin-bottom: 0px;

		padding: 0px;
		
		list-style-type: none;
				
		text-align: left;
		
		height: 20px;

		background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/item_sep.png);
		background-repeat: repeat-x;
		background-position: 0px 19px;
		
		cursor: pointer;
		
		position: relative;
				
		z-index: 75;
	}

		.dropmenu_table2 .dropmenu_item-active .dropmenu_item_highlight {
			background-color: #d25928;
		}

	.dropmenu_table2 .dropmenu_item a.dropmenu_item_a {
		color: #32383a;
	}

	.dropmenu_table2 .dropmenu_item a.dropmenu_item_a:hover {
		color: #32383a;
	
		text-decoration: none;
	}
	
	.dropmenu_table2 .dropmenu_item-active a.dropmenu_item_a {
		color: #ffffff !important;
	}
	
	.dropmenu_table2 .dropmenu_item-active a.dropmenu_item_a:hover {
		color: #ffffff;
		
		text-decoration: none;
	}
	
	.dropmenu_table2 .dropmenu_item-active .dropmenu_item_sub_arrow {
		color: #ffffff;
	}


	/*-- dropoffs -- */

		.dropmenu_table2 .dropoff_top-left {
			height: 3px;
			width: 30px;

			font-size: 0px;
			line-height: 0px;

		}
		
			.dropmenu_table2 .dropoff_top-left_div {
				height: 3px;
				width: 30px;

				font-size: 0px;
				line-height: 0px;

			}
		
		.dropmenu_table2 .dropoff_top {
			height: 3px;

			font-size: 0px;
			line-height: 0px;

		}
		
			.dropmenu_table2 .dropoff_top_div {
				height: 3px;

				font-size: 0px;
				line-height: 0px;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subtop.png);
				background-repeat: no-repeat;
			}
					
		.dropmenu_table2 .dropoff_top-right {
			height: 3px;
			width: 30px;

			font-size: 0px;
			line-height: 0px;
		}
		
			.dropmenu_table2 .dropoff_top-right_div {
				height: 3px; 
				width: 30px;

				font-size: 0px;
				line-height: 0px;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subtop-right.png);
				background-repeat: no-repeat;
			}
	
		.dropmenu_table2 .dropoff_left {
			width: 30px;
			
			background-color: transparent;

			font-size: 0px;
			line-height: 0px;
	
		}
	
			.dropmenu_table2 .dropoff_left_shdw_top {
				height: 9px;

				font-size: 0px;
				line-height: 0px;
				
				background-color: transparent;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subleft_shdw_top.png);
				background-repeat: no-repeat;
				background-position: 24px 0px;

			}
			
			.dropmenu_table2 .dropoff_left_shdw {
				height: 50px;

				font-size: 0px;
				line-height: 0px;
			
				background-color: transparent;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/left_shdw.png);
				background-repeat: repeat-y;
				background-position: 100% 100%;
			}
	
		
		.dropmenu_table2 .dropoff_right {
			width: 30px;

			font-size: 0px;
			line-height: 0px;
			
		}
	
			.dropmenu_table2 .dropoff_right_shdw_top {
				height: 9px;

				font-size: 0px;
				line-height: 0px;
				
				background-color: transparent;
			
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subright_shdw_top.png);
				background-repeat: no-repeat;
				
			}
			
			.dropmenu_table2 .dropoff_right_shdw {
				height: 50px;

				font-size: 0px;
				line-height: 0px;

				background-color: transparent;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/right_shdw.png);
				background-repeat: repeat-y;
				
			}
	
		
		.dropmenu_table2 .dropoff_bottom-left {
			height: 30px;
			width: 30px;
			
			font-size: 0px;
			line-height: 0px;
			
			background-image: none;
			background-repeat: no-repeat;
			background-position: 100% 0%;
		}
		
			.dropmenu_table2 .dropoff_bottom-left_div {
				height: 30px;
				width: 30px;

				font-size: 0px;
				line-height: 0px;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/bottom-left.png);
				background-repeat: no-repeat;
				background-position: 24px 0px;
				
			}
		
		.dropmenu_table2 .dropoff_bottom {
			height: 10px;
	
			font-size: 0px;
			line-height: 0px;
			
		}
	
			.dropmenu_table2 .dropoff_bottom_div {
				height: 30px;

				font-size: 0px;
				line-height: 0px;
				
				position: relative;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/bottom.png);
				background-repeat: no-repeat;
				background-position: 0px 0px;
			}

		.dropmenu_table2 .dropoff_bottom-right {
			height: 30px;
			width: 30px;

			font-size: 0px;
			line-height: 0px;
			
			background-color: transparent;
		}
		
			.dropmenu_table2 .dropoff_bottom-right_div {
				height: 30px;
				width: 30px;

				font-size: 0px;
				line-height: 0px;
						
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/bottom-right.png);
				background-repeat: no-repeat;
			}




/*-- dropmenu sub style2 --*/

.submenu_table2 {
	border-collapse: collapse;

	position: absolute;
	top: -5px;
	left: -28px;
	
	z-index: 71;
	
	visibility: hidden;
	
	overflow: auto;
	
		
}

	.submenu_table2 td {
		padding: 0px;
		margin: 0px;
	}

	.submenu_table2 .submenu_td {
		padding: 0px;
		margin: 0px;
		
		z-index: 60;
	}
	
		.submenu_table2 .submenu_td_div {
			position: relative;
			z-index: 60;
			
			margin: 0px;
			padding: 0px;

			/*background-image: url(images/dropmenu_style1/);*/
			background-repeat: no-repeat;
			background-color: #dce1de;

		}
		
			.submenu_table2 .submenu_content_top {
				height: 3px;
				
				font-size: 0px;
				line-height: 0px;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subcontent_top.png);
				background-repeat: no-repeat;
			}

			.submenu_table2 .submenu_content {
				padding-top: 2px;
				padding-left: 0px;
				padding-right: 0px;
				padding-bottom: 0px;
								
				margin: 0px;
			}
			
			.submenu_table2 .submenu_content_bottom {
				height: 12px;
				
				position: relative;
				
			}
				
				.submenu_table2 .submenu_content_bottom_bar {
					height: 6px;
					
					font-size: 0px;
					line-height: 0px;
					
					background-color: #32383a;
					
					position: absolute;
					top: 6px;
					left: 0px;
				}



.submenu_table2 .submenu_item {
	font-size: 11px;

	color: #32383a;

	margin: 0px;
	margin-bottom: 0px;

	padding: 0px;
	

	list-style-type: none;	
	
	text-align: left;
	
	height: 20px;
	
	background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/item_sep.png);
	background-repeat: repeat-x;
	background-position: 0px 19px;
	
	position: relative;
	

}

	.submenu_table2 .submenu_item_highlight_outter {
		padding-top: 1px;
	}

		.submenu_table2 .submenu_item_highlight {
			height: 17px;
		}

			.submenu_table2 .submenu_item_txt {
				margin: 0px;
				padding: 0px;
				
				padding-top: 2px;

				padding-left: 12px;
				padding-right: 7px;

			}
			
	.submenu_table2 .submenu_item-active {
		font-size: 11px;
		
		color: #32383a;
		
		margin: 0px;
		margin-bottom: 0px;

		padding: 0px;
		
		list-style-type: none;
				
		text-align: left;
		
		height: 20px;

		background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/item_sep.png);
		background-repeat: repeat-x;
		background-position: 0px 19px;
		
		cursor: pointer;
		
		position: relative;
		
	}

		.submenu_table2 .submenu_item-active .submenu_item_highlight {
			background-color: #d25928;
		}

	.submenu_table2 .submenu_item a {
		color: #32383a;
	}

	.submenu_table2 .submenu_item a:hover {
		color: #32383a;
	
		text-decoration: none;
	}
	
	.submenu_table2 .submenu_item-active a {
		color: #ffffff !important;
	}
	
	.submenu_table2 .submenu_item-active a:hover {
		color: #ffffff;
		
		text-decoration: none;
	}
	
	.submenu_table2 .submenu_item-active .submenu_item_sub_arrow {
		color: #ffffff;
	}


	/*-- dropoffs -- */
	
			.submenu_table2 .dropoff_top-left {
				height: 3px;
				width: 30px;
				
				font-size: 0px;
				line-height: 0px;
			}
			
				.submenu_table2 .dropoff_top-left_div {
					height: 3px;
					width: 30px;
	
					font-size: 0px;
					line-height: 0px;
					
					background-image: none;
	
				}
			
			.submenu_table2 .dropoff_top {
				height: 3px;
	
				font-size: 0px;
				line-height: 0px;
			}
			
				.submenu_table2 .dropoff_top_div {
					height: 3px;
					
					background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subtop.png);
					background-repeat: no-repeat;
	
					font-size: 0px;
					line-height: 0px;
				}
						
			.submenu_table2 .dropoff_top-right {
				height: 3px;
				width: 30px;
	
				font-size: 0px;
				line-height: 0px;
			}
			
				.submenu_table2 .dropoff_top-right_div {
					height: 3px; 
					width: 30px;
					
					background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subtop-right.png);
					background-repeat: no-repeat;
	
					font-size: 0px;
					line-height: 0px;
				}
	
		.submenu_table2 .dropoff_left {
			width: 30px;

			font-size: 0px;
			line-height: 0px;
			
			background-color: transparent;
	
		}
	
			.submenu_table2 .dropoff_left_shdw_top {
				height: 9px;

				font-size: 0px;
				line-height: 0px;
				
				background-color: transparent;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subleft_shdw_top.png);
				background-repeat: no-repeat;
				background-position: 24px 0px;

			}
			
			.submenu_table2 .dropoff_left_shdw {
				height: 50px;

				font-size: 0px;
				line-height: 0px;
			
				background-color: transparent;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/left_shdw.png);
				background-repeat: repeat-y;
				background-position: 100% 100%;
			}
	
		
		.submenu_table2 .dropoff_right {
			width: 30px;

			font-size: 0px;
			line-height: 0px;
			
		}
	
			.submenu_table2 .dropoff_right_shdw_top {
				height: 9px;

				font-size: 0px;
				line-height: 0px;
				
				background-color: transparent;
			
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subright_shdw_top.png);
				background-repeat: no-repeat;
				
			}
			
			.submenu_table2 .dropoff_right_shdw {
				height: 50px;

				font-size: 0px;
				line-height: 0px;
				
				background-color: transparent;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/right_shdw.png);
				background-repeat: repeat-y;
				
			}
	
		
		.submenu_table2 .dropoff_bottom-left {
			height: 30px;
			width: 30px;
			
			font-size: 0px;
			line-height: 0px;
			
			background-image: none;
			background-repeat: no-repeat;
			background-position: 100% 0%;
		}
		
			.submenu_table2 .dropoff_bottom-left_div {
				height: 30px;
				width: 30px;

				font-size: 0px;
				line-height: 0px;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/bottom-left.png);
				background-repeat: no-repeat;
				background-position: 24px 0px;
				
			}
		
		.submenu_table2 .dropoff_bottom {
			height: 10px;
	
			font-size: 0px;
			line-height: 0px;			
		}
	
			.submenu_table2 .dropoff_bottom_div {
				height: 30px;

				font-size: 0px;
				line-height: 0px;

				position: relative;
				
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/subbottom.png);
				background-repeat: no-repeat;
				background-position: 0px 0px;
				
			}

		.submenu_table2 .dropoff_bottom-right {
			height: 30px;
			width: 30px;

			font-size: 0px;
			line-height: 0px;
			
			background-color: transparent;
		}
		
			.submenu_table2 .dropoff_bottom-right_div {
				height: 30px;
				width: 30px;

				font-size: 0px;
				line-height: 0px;
						
				background-image: url(http://www.wichitakansas.org/images/dropmenu_style1/bottom-right.png);
				background-repeat: no-repeat;
			}

#dropmenu_community_advancement {
	left: -98px;
}

#dropmenu_news_room {
	left: -160px;
}

#dropmenu_contact_us {
	left: -170px;
}

#dropmenu_about_the_chamber {
	left: -165px;
}

#dropmenu_membership {
	left: -145px;
}

#dropmenu_member_login {
	left: -135px;
}

#dropmenu_base_about_the_chamber.dropmenu_top_active .dropmenu_top-text {
	color: #ffffff;
	
	font-weight: bold;
	
	top: 0px;
}

#dropmenu_base_membership.dropmenu_top_active .dropmenu_top-text {
	color: #ffffff;
	
	font-weight: bold;
	
	top: 0px;
}

#dropmenu_base_member_login.dropmenu_top_active .dropmenu_top-text {
	color: #ffffff;
	
	font-weight: bold;
	
	top: 0px;
}

#top_subnav_orange .dropmenu_top_active .dropmenu_top-text a {
	color: #832f09;
}

#top_subnav_grey .dropmenu_top_active .dropmenu_top-text a {
	color: #832f09;
}


#top_subnav_orange .dropmenu_top_active_section .dropmenu_top-text a {
	color: #832f09;
}

#top_subnav_grey .dropmenu_top_active_section .dropmenu_top-text a {
	color: #832f09;
}	

.text_copy ol {
	padding-left: 6px;
	

}



