/*
  Menu and Left hand column for the site 
*/


.logo_link {
	position:absolute;
	top:0px;
	left:16px;
	z-index:1000;
	width: 195px;
}

.image_link {
	position:absolute;
	top:0px;
	left:218px;
	z-index:1000;
	width: 264px;
	height: 166px;
}

#left_column {
	float:left;
	position:relative;
	left:15px;
	top:-55px;
	margin-bottom:-55px;
}
#left_column #logo {
	background-repeat:no-repeat;
	padding-top:75px;
}
#left_column #menu {
}
#left_column #logo ul {
	overflow:hidden;
	width:150px;
	list-style:none;
	margin:0 0px;
	padding:0;
}
#left_column #logo ul li{
	float:left;
	list-style-type:none;
	width:33px;
	height:20px;
	margin:-2px 0 0px 25px;
	display:inline;
	/*background:url(../images/item-bg.gif);*/
}
#left_column #logo ul a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-Serif;
}
#left_column #logo ul a:hover {
	color:#ffc68a;
}
#left_column img {
	display:block;
}
ul#main_menu {
	color: #231f20;
	margin: 0;
	padding: 0;
	background-color:#969184;
	border-left:1px solid #6b6659;
	border-right:1px solid #6b6659;
	border-bottom:1px solid #6b6659;

}
ul#main_menu li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:14px;
	letter-spacing: 1px;
}
ul#main_menu li a {
	color: #ffffff;
	text-decoration:none;
	padding:7px;
	padding-left:14px;
	padding-right:6px;
	width:175px;
	display:block;
	border-bottom:1px solid #8cc63f;
}
ul#main_menu li a:hover {
	background-color: #8cc63f;
	color: #f4f3e1;
}
ul#main_menu .selected {
	background-color: #504c41;
	border-bottom: 1px solid #5a5548;
	color: #fea849;	
	font-weight:bold;
}
/* IF there is a drop down here then we need an arrow */
ul#main_menu .down {
	background-image: url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:130px;
}
ul#main_menu .down:hover {
	background-image: url(../images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:130px;
}
/* When the drop down is open */
ul#main_menu .down_open {
	background-image: url(../images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:130px;
	background-color: #888377;
	border-top: 1px solid #a29e91;
	border-bottom: 1px solid #7d786c;
	color: #ffffff;
	font-weight:bold;
}
/* When the drop down is selected */
ul#main_menu .down_selected {
	background-image: url(../images/arrow_selected.gif);
	background-repeat:no-repeat;
	background-position:130px;
	background-color: #504c41;
	border-bottom: 1px solid #5a5548;
	color: #fea849;	
	font-weight:bold;
}



ul#main_menu ul {
	color: #231f20;
	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: #545045;
	text-decoration:none;
	padding:6px;
	padding-left:14px;	
	padding-right:4px;
	width:130px;
	display:block;
	border:0;
	background-color: #d8d2c2;
	border-top:1px solid #e4decf;
	font-size:11px;
}
ul#main_menu ul li a:hover {
	color: #111111;
	background-color: #b4aea0;	
	border:0;
	border-top:1px solid #e4decf;
	font-weight:normal;		
}
ul#main_menu ul li .submenu-down {
	color: #ffffff;
	background-color: #7e755c;	
}
