.TabbedPanelsgrevience {
	margin: 0px;
	padding: 0px; float: left;
	clear: none; font:Arial, Helvetica, sans-serif; font-size:12px;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsgrevienceTabGroup {
	margin: 0px;
	padding: 5px;
}

.TabbedPanelsgrevienceTab {
	position: relative;
	float: left;
	margin: 5px 5px 0px 0px;
 															/* grey*/
	list-style: none;  
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	height:20px;
	 
	text-align:left;
	color:#CCC;
	font-weight:bold;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
 padding:10px 10px 0px 10px;
 
}

.TabbedPanelsgrevienceTabHover {
	color:#CCC;
}

.TabbedPanelsgrevienceTabSelected {
	background:url(../images/header_tab.jpg)  repeat-x top; 
	color:#fee40d;
}

.TabbedPanelsgrevienceTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsgrevienceContentGroup {
	clear: both; color:#e8f5f7; margin:0pc; padding:0px;

}

.TabbedPanelsgrevienceContent {
	padding-top:0px;
	padding-left:0px;
}



