/* Jessie Waller (Upgrade) 11.17.08 */
#actiongroup ul {
	position: absolute;
	top: 5px;
	left: 0px;
	font-size: .8em;
	list-style: none;
	float: left;
	margin: 0px 10px 0px 0px;
}
/* Jessie Waller (Upgrade) 11.17.08 */
#actiongroup li {
	float: left;
	background: url(../images/buttonsAndTabs.gif) no-repeat -22px left; 
	padding: 0px 0px 0px 2px;
	margin-right: 4px;
	white-space: nowrap;
	color: #280E76;
	/* height: 27px; Use if adding icons */
}
#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: #280E76;
	/* height: 27px; Use if adding icons */
}
#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;
}