
.actionbar {
	border-color: Black;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 38px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 0px;
	padding-bottom : 0px;
	text-align : center;
	background-image: url(/images/tab_OFF.jpg);	
}

.actionbar:hover {
	border-color: Black;
	color: Yellow;
	background-color: #CCCCCC;
	height: 38px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 0px;
	padding-bottom : 0px;
	text-align : center;
	background-image: url(/images/tab_ON.jpg);	
}

a.ActionBarLink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


a.ActionBarLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


a.ActionBarLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: Yellow;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


a.ActionBarLink:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

