/* Savenergy menus */

div#orangemenu { /* the left-hand menu has two levels, the orangemenu DIV defines the top level, and the orangesubmenu DIV defines the second level */
	position: absolute;
	left: 0px;
	top: 121px;
	float: left;
	width: 191px;
	background-color: #FEAC8E;
	padding-top: 0px;
}

div#orangemenu a {
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode",lucida, arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 11px 8px;
	background-color: #FE936C;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

div#orangemenu a:hover {
	background-color: #FD7645;
	text-decoration: none;
}

div#orangemenuselected {
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode",lucida, arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

div#orangemenuselected a:link {
	background-color: #FD7645;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}


div#orangemenuselected a:hover {
	background-color: #FE5F26;
	text-decoration: none;
}

div#orangesubmenu {
	width: 191px;
	background-color: #FD7645;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
}

div#orangesubmenu a {
	display: block;
	font-family: "Lucida Grande", "Lucida Sans Unicode",lucida, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 4px 8px;
	background-color: #FD7645;
	text-decoration: none;
	border: 0;
}

div#orangesubmenu a:hover {
	background-color: #FE5F26;
	text-decoration: none;
}