#Main_Body ul {
	border-bottom:1px solid #99cc33;
	padding-bottom: 20px; /* Adjust this value for the green border below the tabs*/
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	margin-left:0;
	margin-bottom:0;
}

.leftGrBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99cc33;
}


.rightGrBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99cc33;
}

.bottomGrBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99cc33;
}


#Main_Body li {
display: inline;
float:left;
background-color:#e8f4de;
background-image: url(../images/tab_bgRight.gif);
background-repeat: no-repeat;
background-position: right top;
margin-left: 6px; /* This value changes the gap between the tabs*/
padding: 0;
}

#Main_Body a {
display: block;
background-image:url(../images/tab_bgLeft.gif);
background-repeat:no-repeat;
background-position: left top;
padding:3px 5px;
color:#666666;
text-decoration:none;
}

#Main_Body a:hover {
display: block;
color:#ff3300;
text-decoration:underline;
}

#Main_Body #current {
background-image:url(../images/tab_bgRight2.gif);
border-bottom:1px solid white;
}

#Main_Body #current a {
	background-image:url(../images/tab_bgLeft2.gif);
	color: #333333;
	font-weight: bold;
}

#Main_Body #current a:HOVER {
	color: #FF3300;
}

.Invitation{
font-variant:small-caps;
color:#3399CC;
background:#e2eaf7;
padding-top:13px;
padding:3px;
text-align:center;
}




#RHS ul {
	border-bottom:1px solid #99cc33;
	padding-bottom: 20px; /* Adjust this value for the green border below the tabs*/
	padding-left:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	margin-left:0;
	margin-bottom:0;
}

.leftGrBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99cc33;
}


.rightGrBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99cc33;
}

.bottomGrBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99cc33;
}


#RHS li {
float:left;
background-color:#e8f4de;
background-image: url(../images/tab_bgRight.gif);
background-repeat: no-repeat;
background-position: right top;
margin-left: 6px; /* This value changes the gap between the tabs*/
padding: 0;
}

#RHS a {
display: block;
background-image:url(../images/tab_bgLeft.gif);
background-repeat:no-repeat;
background-position: left top;
padding:3px 7px;
color:#666666;
text-decoration:none;
}

#RHS a:hover {
display: block;
color:#ff3300;
text-decoration:underline;
}

#RHS #Rcurrent {
background-image:url(../images/tab_bgRight2.gif);
border-bottom:1px solid white;
}

#RHS #Rcurrent a {
	background-image:url(../images/tab_bgLeft2.gif);
	color: #333333;
	font-weight: bold;
}

#RHS #Rcurrent a:HOVER {
	color: #FF3300;
}
