#MemberTabBar	{
	float : left;
	padding-left: 0px;
	padding-top: 5px;
	width: 630px;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}					
#MemberTabBar ul 	{ 
	margin : 0;
	padding : 0; list-style-type:none; text-align:center
}
						
#MemberTabBar li 	{
	float : left;
	border-height : 2px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#MemberTabBar a 	{
	float: right;
	display : block;
	font-size : 9pt;
	text-decoration : none;
	color : #666666;
	font-family: Arial;
	font-weight: normal;
	text-transform: capitalize;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 6px;
}
    						
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#MemberTabBar a { float : top; }
/* End IE5-Mac hack */
						
#MemberTabBar a:hover	{
	text-decoration : none;
	background-repeat: no-repeat;
	background-position: center;
	color: #003398;
	background-color: #E4E4E4;
	}						
#MemberTabBar ul li.selected a {
	text-decoration : none;
}