/*	Sterling Commerce Subsection CSS - Green
	Version 1.1
	Updated: 08.04.05 11:25AM C
*/
#dropdowns {
	z-index: 990; 
	visibility: visible; 
	position: absolute; 
	top: 95px; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	left:50%; 
	width: 762px; 
	margin-left:-381px; 
}
#leftNav{
	font-size: 12px;
}
#leftNav UL {
	margin: 0;
	padding:0;
	list-style: none;
}

#leftNav A  {
	font-weight: bold;
	display: block;
	color: #666666;
	background-color: #EEEEEE;
	width: 165px;
	padding: 4px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}



#leftNav A:link, #leftNav A:visited, #leftNav A:active {
	color: #666666;
	width:159px;
}
#leftNav A:hover {
	color: #ffffff;
	background-color: #77AA22;
}

/*

	indent1

*/

#leftNav A.indent1{
	padding-left: 10px;
	width:163px;
}
#leftNavS A.indent1 {
	padding-left: 10px;
	width:163px;
}


#leftNavS A{
	color: #77AA22;
}
#leftNavS LI A{
	color: #000000;
}



#leftNav2 {
	font-size: 11px;
}
#leftNav2 A{
	color: #000000;
	width: 165px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
	background-color: #EEEEEE;
}
#leftNav2S A{
	font-weight: bold;
}


/*

	indent2

*/

#leftNav2 A.indent2bold {
	font-weight: bold;
	padding-left: 15px;
	width:158px;
}

#leftNav2 A.indent2 {
	padding-left: 15px;
	width:158px;
}



TABLE#breadcrumb {
	background-color:#77AA22;
	font-size: 10px;
	color: #CCFF99;
	padding-left: 15px;
}
#breadcrumb TD
{
	font-size: 10px;
	vertical-align: middle;
}
#breadcrumb A{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumb A:hover{
	text-decoration: underline;
}
.subtitleTXT {
	font-size: 12px;
	font-weight: bold;
	color: #77AA22;
}