ul#left_menu {
	position: absolute;
	z-index: 3;
	list-style-type: none;
	width: 200px;
}

ul#left_menu li a {
	display: block;
	width: 200px;
	color: #fff;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: none;
	background: url('../images/sidemenu_bg.gif') no-repeat;
	height: 16px;
	padding: 5px 10px;
	cursor: pointer;
}

ul#left_menu li a:hover {
	color: #FFCC00;
	background-position: 0px -26px;
}

/* Resource tabs Menu */
ul.tabs {
	margin-top: 15px;
	margin-bottom: 4px;
}

ul.tabs li {
	list-style: none;
	display: inline;	
	padding: 0 !important;
	margin-left: 5px !important;
	margin-right: -5px !important;
}

ul.tabs li a {
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 20px !important;
	background-color: #4C368B;
	border-left: 1px solid #310026;
	border-right: 1px solid #310026;
	border-top: 1px solid #310026;
}

ul.tabs li a:hover {
	color: #FFCC00;
}

.tab_area_wrapper {
	border: 1px solid #310026;
	margin-top: 0px;
	background-color: #4C368B;
}

.tab_area {
	padding: 15px !important;
}

.active {
	color: #FFCC00 !important;
	background-color: #4C368B !important;
	border-bottom: 1px solid #4C368B;
	font-weight: bold;
}

.not_active {
	background-color: #310026 !important;
	font-weight: normal;
}