

/*** menu.css ***/

/*
  Menu and Left hand column for the site 
*/
.logo_link {
  position:absolute; top:0px; left:6px; z-index:1000;
}

#left_column {
  float:left;
  position:relative;
  left:6px;
  top:-55px;
  margin-bottom:-55px;
}
#left_column #logo {
	background-repeat:no-repeat;
	padding-top:80px;
}

#left_column #logo ul {
	overflow:hidden;
	width:210px;
	list-style:none;
	margin:0 0px;
	padding:0;
}
#left_column #logo ul li{

	list-style-type:none;
	width:133px;
	height:20px;
	margin:-2px 0 0px 25px;
	/*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:#2A2A2A;
	border-left:1px solid #949494;	
	border-right:1px solid #949494;
	border-bottom:1px solid #949494;
	border-top:1px solid #949494;
	*border-top:0px;
	_border-top:0px;

}
ul#main_menu li {
	list-style: none;
	margin: 0;
	padding: 0;	
	font-size:12px;
}
ul#main_menu li a {
	color: #ffffff;
	text-decoration:none;
	padding:7px;
	padding-left:14px;	
	padding-right:6px;
	width:210px;
	display:block;
	border-top:1px solid #a29e91;
	border-bottom:1px solid #8a8477;
	*border-bottom:0px;
	_border-bottom:0px;
	}
ul#main_menu li a:hover {
	background-color: #BFBFBF;
	border-top: 1px solid #a29e91;
	border-bottom: 1px solid #7d786c;
	*border-bottom:0px;
	_border-bottom:0px;
	color: #2A2A2A;
}
ul#main_menu .selected {
	background-color: #BFBFBF;
	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(/new/images/interface/arrow.gif);
	background-repeat:no-repeat;
	background-position:130px;
}
ul#main_menu .down:hover {
	background-image: url(/new/images/interface/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:130px;
}
/* When the drop down is open */
ul#main_menu .down_open {
	background-image: url(/new/images/interface/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:130px;
	background-color: #BFBFBF;
	border-top: 1px solid #a29e91;
	border-bottom: 1px solid #7d786c;
	color: #2A2A2A;
	font-weight:bold;
}
/* When the drop down is selected */
ul#main_menu .down_selected {
	background-image: url(/new/images/interface/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;
	border-top:0px;
}
ul#main_menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;	
}
ul#main_menu ul li a {
	color: #6c6c6c;
	text-decoration:none;
	padding:6px;
	padding-left:24px;	
	padding-right:4px;
	width:202px;
	display:block;
	border:0;
	background-color: #DCDCDC;
	border-top:1px solid #979797;
	font-size:11px;
}
ul#main_menu ul li a:hover {
	color: #111111;
	background-color: #BFBFBF;	
	border:0;
	border-top:1px solid #979797;
	font-weight:normal;		
}
ul#main_menu ul li .submenu-down {
	color: #ffffff;
	background-color: #7e755c;	
}