/* CSS for Shade Tabs. Remove if not using */

.HP_tabs{
	padding: 5px 4px;
	margin: 0 0 7px 0;
	font-weight: 500;
	font-size: 14px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

.HP_tabs li{
	display: inline;
	margin: 0 0 0 -4px;
	color: #fff;
}


#home_right .HP_tabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 8px 5px 8px;
	margin: 0 5px 0 0;
	width: 100px;
	z-index: 0;
	color: #5d5d5d;	
	background: url(/global/images/bg_light.png) repeat-x 0 0;
	background-color: #c8dae7;
}

#home_right .HP_tabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 5px 8px 5px 8px;
	margin: 0 5px -2px 0;
	width: 100px;
	color: #c8dae7;
	background: url(/global/images/bg_very.png) repeat-x 0 0;
	background-color: #6c98b2;
}

li.righttab {
	margin: 0 -10px 0 -5px;
}

.HP_tabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
}

.tabs {
	margin: 0 0 0 0;
}