#menu_bar {
	color: #3366CC;
	padding-top: 0px;
	padding-bottom: 10px;
	text-decoration: none;
	margin-right: 12px;
	margin-left: 12px;
	background-color: #FFFFFF;
	background-image: url(../images/background/side_menu/activity.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #96DAFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #96DAFF;
	border-left-color: #96DAFF;
}
A.activity_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0066CC;
	text-decoration: underline;
	display: block;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 5px;
}
A.activity_menu:hover {
	color: #FFFF33;
	background-color: #005187;
	text-decoration: none;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding-left: 10px;
}
