/*	Sterling Commerce Subsection CSS - Purple
	Version 1.1
	Updated: 05.04.07 1:32PM 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 LI{
	margin: 0;
}
#leftNav A {
	font-size: 12px;
	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:hover {
	color: #666666;
}
#leftNav A:hover {
	color: #ffffff;
	background-color: #664499;
}
#leftNavS A{
	color: #664499;
}
#leftNavS LI A{
	color: #000000;
}
#leftNav2 {
	font-size: 11px;
}
#leftNav2 A{
	font-size: 11px;
	color: #000000;
	width: 165px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-indent: 10px;
	background-color: #EEEEEE;
}
#leftNav2S A{
	font-weight: bold;
}
TABLE#breadcrumb {
	background-color:#664499;
	font-size: 10px;
	color: #ffffff;
	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: #664499;
}