/* $Id: lc1_menus.css,v 1.2 2009/09/18 14:33:04 pmorrill Exp $

/*
*  Local menu is the left panel frame
*/
#local_menu {
	padding-left: 5px;
	box-sizing: border-box;
	border: 0px;
	padding-top: 10px;
	padding-bottom: 40px;
	float: left;
}

#local_menu.admin_panel {
	width: auto;
}

#local_menu #menu_title {
	height: 35px;
	width: auto;
	padding-top: 14px;
	padding-left: 0px;
	text-align: left;
	margin-left: 12px;
	font-size: 1.4em;
	color: #555500;
	background-repeat: no-repeat;
}

#local_menu #menu_title a:link,#local_menu #menu_title a:active,#local_menu #menu_title a:visited {
	font-size: 1.4em;
	color: #6C7250;
	text-decoration: none;
}

#local_menu #menu_title a:hover {
	color: #96B160;
	text-decoration: none;
}

/* 
*  Bottom border is required to avoid collapse of bottom padding in
*  li elements...go figure
*/
#local_menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: auto;
	margin-left: 12px;
	text-align: left;
	font-family: Arial, Verdana, helvetica, sans serif;
	font-size: 0.9em;
	color: #696F4D;
	border-top: 0px #ffffff solid;
	border-bottom: 0px #ffffff solid;
	font-weight: bold;
}

#local_menu li {
	list-style-type: none;
	width: auto;
	border-top: 0px #ffffff solid;
	border-bottom: 0px #ffffff solid;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #454545;
	font-weight: bold;
}


#local_menu li.quiet {
	margin: 0px;
	margin-bottom: 0px;
	color: #696F4D;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	font-weight: bold;
}

#local_menu li a:link,#local_menu li a:visited,#local_menu li a:active {
	font-family: Arial, Verdana, helvetica, sans serif;
	color: #6C7354;
	font-weight: bold;
	text-decoration: none;
}

#local_menu li a:hover { color: #454545; }


/* the sub-menus */

/*
* This includes a 'tripswitch' to turn on the IE hasLayout
* property (see http://www.webmasterworld.com/css/3583839.htm)
* The display property is there only to convince IE 6 and 7
* to switch on the hasLayout property
*
* also see: http://onhavinglayout.fwpf-webdesign.de/hack_management/
*/
#local_menu li.sub {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0px #880000 solid;
	display: inline-block; /* haslayout TRIPswitch */
	border-top: 0px #ffffff solid;
	border-bottom: 0px #ffffff solid;
}

/*
* This is part 2 of the 'tripswitch' - it switches the display
* property back to what we really want! IE - grrrrr...!
*/
#local_menu li.sub { display: block; /* display TRIPswitch */ }

#local_menu li.sub ul {
	padding: 0px;
	width: auto;
	margin: 0px;
	background-image: none;
}

#local_menu li.sub ul li {
	margin: 0px;
	width: auto;
	text-align: left;
	padding-left: 27px;
	padding-right: 2px;
}

#local_menu li.sub ul li.sub { padding-left: 0px; }

#local_menu li.sub ul li.sub ul li { padding-left: 54px; }

#local_menu #panel_text {
	margin: 8px;
}
