#actiongroup ul {
	position: absolute;
	/* Jessie Waller (Upgrade) 10.28.08 */
	top: 120px;
	right: 0px;
	font-size: .8em;
	list-style: none;
	float: right;
	margin: 0px 10px 0px 0px;
}
#actiongroup li {
	float: right;
	background: url(../images/buttonsAndTabs.gif) no-repeat -22px left;
	padding: 0px 0px 0px 2px;
	margin-right: 4px;
	white-space: nowrap;
}
#actiongroup a {
	float: left;
	display: block;
	background: url(../images/buttonsAndTabs.gif) no-repeat -22px right;
	padding: 4px 8px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #2e0041;
}
#actiongroup a:hover {
	color: #000000;
}
#actiongroup LI:hover{
	background: url(../images/buttonsAndTabs.gif) no-repeat 0px left;
}
#actiongroup LI:hover a{
	background: url(../images/buttonsAndTabs.gif) no-repeat 0px right;
}
#actiongroup .active {
	background: none;
	background: url(../images/buttonsAndTabs.gif) no-repeat 0px left;
}
#actiongroup .active a {
	background: none;
	background: url(../images/buttonsAndTabs.gif) no-repeat 0px right;
	color: #FFFFFF;
}
#formContent{
	width: 100%;
	float: left;
}