/*** NON-MENU STUFF ***************************/
.height_spacer {
	margin-left: -100px;
	height: 380px;
	width: 1px;
	float: left;
}

/*** OVERRIDE IMPORTANT POSITIONING STUFF *******/

.dropdown UL LI {
	position: static; 
}

.dropdown LI UL { /* The submenus */
	display: block;
	position: relative;
	top: auto;
	left: auto;
	width: auto; 
}

/*** OVERRIDE APPEARANCE *******/

LI#services_sub {
	font-weight: bold;
/*	padding-left: 0px;*/
}

LI#services_sub A { /* The 'services' list item itself (also does all As within)  */
	color: white;
	background: #61AA49; 
	background-image: url(images/bg-dropdown-greenglow.gif);
	background-repeat: repeat;
	background-position: top center;
	border-bottom: 1px solid #3C892A;
	border-top: 1px solid #A2D454;
}

/**** The submenu ****/
LI#services_sub UL LI A {
	padding: 2px 2px 2px 25px;
	background: #427AAF;
	background-image: url(images/bg-dropdown-servsub.gif);
	background-repeat: repeat;
	background-position: top center;
	border-top: #5F90BB;
	border-bottom: #1B5B90;
	border-left: none;
	color: white;
	font-size: 8pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: right;
}

LI#services_sub UL LI A:hover {
	background: #61AA49; /* was #FEFEFE; */
	background-image: url(images/bg-dropdown-greenglow.gif);
	background-repeat: repeat;
	background-position: top center;
	border-top: 1px solid #A2D454;
	color: black;
}
