/*
  Menu and Left hand column for the site 
*/


ul#main_menu {
	color: #5db0ff;
	margin: 0; padding: 0;
	background-color:#5Db0ff;
	/*border-left:1px solid #6b6659;	
	border-right:1px solid #6b6659;
	border-bottom:1px solid #6b6659;
	border-top:1px solid #7d786c;*/

}
ul#main_menu li {
	list-style: none;
	margin: 0;
	padding:0;
	font-size:11px;
}
ul#main_menu li.ohnelink {
	list-style: none;
	margin: 0;
	padding:0 0 0 15px;
	font-size:12px;
}
ul#main_menu li a {
	color: #ffffff;
	text-decoration:none;
	padding:3px;
	padding-left:14px;
	
	/*padding-right:6px;*/
	width:190px;
	display:block;
	/*border-top:1px solid #a29e91;
	border-bottom:1px solid #8a8477;*/	
}
ul#main_menu li a:hover {
	background-color: #6BACE6;
	/*border-top: 1px solid #a29e91;
	border-bottom: 1px solid #7d786c;*/
	color: #ffffff;
}
ul#main_menu .selected {
	background-color: #504c41;
	/*border-bottom: 1px solid #5a5548;*/
	color: #ffffff;	
	font-weight:bold;
}
/* IF there is a drop down here then we need an arrow */
ul#main_menu .down {
	background-image: url(menuimages/arrow.gif);
	background-repeat:no-repeat;
	background-position:185px;
}
ul#main_menu .down:hover {
	background-image: url(menuimages/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:185px;
}
/* When the drop down is open */
ul#main_menu .down_open {
	background-image: url(menuimages/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:185px;
	background-color: #5db0ff;
	/*border-top: 1px solid #6bace6;
	border-bottom: 1px solid #047edb; */
	color: #ffffff;
	font-weight:bold;
}
/* When the drop down is selected */
ul#main_menu .down_selected {
	background-image: url(menuimages/arrow_selected.gif);
	background-repeat:no-repeat;
	background-position:185px;
	background-color: #5db0ff;
	border-bottom: 1px solid #5a5548;
	color: #ffffff;	
	font-weight:bold;
}



ul#main_menu ul {
	color: #6bace6;
	margin: 0; padding: 0;
	/*border-bottom:1px solid #8a8477;*/
}
ul#main_menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#main_menu ul li a {
	color: #ffffff;
	text-decoration:none;
	padding:6px;
	padding-left:14px;	
	padding-right:4px;
	width:190px;
	display:block;
	border:0;
	background-color: #6bace6;
	/*border-top:1px solid #e4decf;*/
	font-size:11px;

}
ul#main_menu ul li a:hover {
	color: #fff;
	background-color: #6bace6;	
	border:0;
	border-bottom:1px solid #e4decf;
	border-top:1px solid #e4decf;
	font-size:11px;	
}
ul#main_menu ul li .submenu-down {
	color: #ffffff;
	background-color: #6BACE6;	
}

.logo_link {
  position:absolute; top:0px; left:6px; z-index:1000;
}

#left_column {
  float:left;
  position:relative;
  left:6px;
  top:15px;
  margin-bottom: 35px;
}
#left_column img {
	display:block;
}
