.welcometext {
	font:normal 12px Arial;
	font-weight:bold;
	text-decoration:none;
	line-height:normal;
	color:#FFFFFF;
	height:27px;
	width:82px;
	padding:5px 13px 7px 15px;
}
.welcometext:hover {
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	height:27px;
	width:82px;
	background-image:url(images/welcome_hover.gif);
}
/*.calendartext {
	font:normal 12px Arial;
	font-weight:bold;
	text-decoration:none;
	line-height:normal;
	color:#FFFFFF;
	height:27px;
	width:82px;
	padding:5px 15px 7px 16px;
}
.calendartext:hover {
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	height:27px;
	width:82px;
	background-image:url(images/calendar_hover.gif);
}*/

.topborder1 { border-top:1px solid #38A06D; }
.glowingtabs1 {
	float:left;
	width:100%;
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	height:26px; /*Add border strip to bottom of menu*/
	text-decoration:none;
}
.glowingtabs1 ul {
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}
.glowingtabs1 li {
	display:inline;
	margin:0;
	padding:0;
	
}
.glowingtabs1 a {
	float:left;
	background:url(images/glowtab-left1.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}
.glowingtabs1 a span {
	float:left;
	display:block;
	background:url(images/glowtab1.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
.glowingtabs1 a span {
	float:none;
}
/* End IE5-Mac hack */
.glowingtabs1 a:hover span {
	color: #ffffff;
	text-decoration:none;
}
.glowingtabs1 li.selected a { /*Selected Tab style*/
	background-position:0 -100px; /*Shift background image up to start of 2nd tab image*/
	
}
.glowingtabs1 li.selected a span { /*Selected Tab style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
	color: #ffffff;
	
}
.glowingtabs1 a:hover, .glowingtabs1 li.selected a:hover { /*onMouseover style*/
	background-position:0% -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs1 a:hover span, .glowingtabs1 li.selected a:hover span { /*onMouseover style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
}
/* ######### Style for Drop Down Menu ######### */ 
.dropmenudiv_d1 {
	position:absolute;
	top: 0;
	border: 1px solid #38A06D; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:bold 10px Verdana;
	/*line-height:18px;*/
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	
}
.dropmenudiv_d1 a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #38A06D; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 3px 0;
	text-decoration: none;
	color: black;
}
* html .dropmenudiv_d1 a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_d1 a:hover { /*THEME CHANGE HERE*/
	background-color: #38A06D;
	color:#FFFFFF
}
.topborder2 { border-top: 1px solid #980065; }
.glowingtabs2 {
	float:left;
	width:100%;
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	height:26px;/*Add border strip to bottom of menu*/
}
.glowingtabs2 ul {
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}
.glowingtabs2 li {
	display:inline;
	margin:0;
	padding:0;
}
.glowingtabs2 a {
	float:left;
	background:url(images/glowtab-left2.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}
.glowingtabs2 a span {
	float:left;
	display:block;
	background:url(images/glowtab2.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	font-weight:bold;
	color:#ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
.glowingtabs2 a span {
	float:none;
}
/* End IE5-Mac hack */
.glowingtabs2 a:hover span {
	color: #ffffff;
	text-decoration:none;
}
.glowingtabs2 li.selected a { /*Selected Tab style*/
	background-position:0 -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs2 li.selected a span { /*Selected Tab style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
	color: #ffffff;
}
.glowingtabs2 a:hover, .glowingtabs2 li.selected a:hover { /*onMouseover style*/
	background-position:0% -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs2 a:hover span, .glowingtabs2 li.selected a:hover span { /*onMouseover style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
}
/* ######### Style for Drop Down Menu ######### */ 
.dropmenudiv_d2 {
	position:absolute;
	top: 0;
	border: 1px solid #980065; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:bold 10px Verdana;
	/*line-height:18px;*/
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv_d2 a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #980065; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 3px 0;
	text-decoration: none;
	color: black;
}
* html .dropmenudiv_d2 a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_d2 a:hover { /*THEME CHANGE HERE*/
	background-color: #980065;
	color:#FFFFFF
}

.topborder3 { border-top: 1px solid #996533;  }
.glowingtabs3 {
	float:left;
	width:100%;
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	height:26px;/*Add border strip to bottom of menu*/
}
.glowingtabs3 ul {
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}
.glowingtabs3 li {
	display:inline;
	margin:0;
	padding:0;
}
.glowingtabs3 a {
	float:left;
	background:url(images/glowtab-left3.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}
.glowingtabs3 a span {
	float:left;
	display:block;
	background:url(images/glowtab3.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	font-weight:bold;
	color:#ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
.glowingtabs1 a span {
	float:none;
}
/* End IE5-Mac hack */
.glowingtabs3 a:hover span {
	color: #ffffff;
	text-decoration:none;
}
.glowingtabs3 li.selected a { /*Selected Tab style*/
	background-position:0 -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs3 li.selected a span { /*Selected Tab style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
	color: #ffffff;
}
.glowingtabs3 a:hover, .glowingtabs3 li.selected a:hover { /*onMouseover style*/
	background-position:0% -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs3 a:hover span, .glowingtabs3 li.selected a:hover span { /*onMouseover style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
}
/* ######### Style for Drop Down Menu ######### */ 
.dropmenudiv_d3 {
	position:absolute;
	top: 0;
	border: 1px solid #996533; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:bold 10px Verdana;
	/*line-height:18px;*/
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv_d3 a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #996533; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 3px 0;
	text-decoration: none;
	color: black;
}
* html .dropmenudiv_d3 a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_d3 a:hover { /*THEME CHANGE HERE*/
	background-color: #996533;
	color:#FFFFFF
}

.topborder4 { border-top: 1px solid #006599; }
.glowingtabs4 {
	float:left;
	width:100%;
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	height:26px; /*Add border strip to bottom of menu*/


}
.glowingtabs4 ul {
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}
.glowingtabs4 li {
	display:inline;
	margin:0;
	padding:0;
}
.glowingtabs4 a {
	float:left;
	background:url(images/glowtab-left4.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}
.glowingtabs4 a span {
	float:left;
	display:block;
	background:url(images/glowtab4.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	font-weight:bold;
	color:#ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
.glowingtabs4 a span {
	float:none;
}
/* End IE5-Mac hack */
.glowingtabs4 a:hover span {
	color: #ffffff;
	text-decoration:none;
}
.glowingtabs4 li.selected a { /*Selected Tab style*/
	background-position:0 -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs4 li.selected a span { /*Selected Tab style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
	color: #ffffff;
}
.glowingtabs4 a:hover, .glowingtabs4 li.selected a:hover { /*onMouseover style*/
	background-position:0% -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs4 a:hover span, .glowingtabs1 li.selected a:hover span { /*onMouseover style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
}
/* ######### Style for Drop Down Menu ######### */ 
.dropmenudiv_d4 {
	position:absolute;
	top: 0;
	border: 1px solid #006599; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:bold 10px Verdana;
	/*line-height:18px;*/
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv_d4 a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #006599; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 3px 0;
	text-decoration: none;
	color: black;
}
* html .dropmenudiv_d4 a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_d4 a:hover { /*THEME CHANGE HERE*/
	background-color: #006599;
	color:#FFFFFF
}

.topborder5 {  border-top: 1px solid #8C76CB; }
.glowingtabs5 {
	float:left;
	width:100%;
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	height:26px; /*Add border strip to bottom of menu*/
}
.glowingtabs5 ul {
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}
.glowingtabs5 li {
	display:inline;
	margin:0;
	padding:0;
}
.glowingtabs5 a {
	float:left;
	background:url(images/glowtab-left5.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}
.glowingtabs5 a span {
	float:left;
	display:block;
	background:url(images/glowtab5.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	font-weight:bold;
	color:#ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
.glowingtabs5 a span {
	float:none;
}
/* End IE5-Mac hack */
.glowingtabs5 a:hover span {
	color: #ffffff;
	text-decoration:none;
}
.glowingtabs5 li.selected a { /*Selected Tab style*/
	background-position:0 -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs5 li.selected a span { /*Selected Tab style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
	color: #ffffff;
}
.glowingtabs5 a:hover, .glowingtabs5 li.selected a:hover { /*onMouseover style*/
	background-position:0% -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs5 a:hover span, .glowingtabs5 li.selected a:hover span { /*onMouseover style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
}
/* ######### Style for Drop Down Menu ######### */ 
.dropmenudiv_d5 {
	position:absolute;
	top: 0;
	border: 1px solid #8C76CB; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:bold 10px Verdana;
	/*line-height:18px;*/
	line-height:20px;
	z-index:100;

	background-color: white;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv_d5 a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #8C76CB; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 3px 0;
	text-decoration: none;
	color: black;
}
* html .dropmenudiv_d5 a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_d5 a:hover { /*THEME CHANGE HERE*/
	background-color: #8C76CB;
	color:#FFFFFF
}

.topborder6 {  border-top: 1px solid #FF679A; }
.glowingtabs6 {
	float:left;
	width:100%;
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	height:26px; /*Add border strip to bottom of menu*/
}
.glowingtabs6 ul {
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}
.glowingtabs6 li {
	display:inline;
	margin:0;
	padding:0;
}
.glowingtabs6 a {
	float:left;
	background:url(images/glowtab-left6.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}
.glowingtabs6 a span {
	float:left;
	display:block;
	background:url(images/glowtab6.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	font-weight:bold;
	color:#ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
.glowingtabs6 a span {
	float:none;
}
/* End IE5-Mac hack */
.glowingtabs6 a:hover span {
	color: #ffffff;
	text-decoration:none;
}
.glowingtabs6 li.selected a { /*Selected Tab style*/
	background-position:0 -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs6 li.selected a span { /*Selected Tab style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
	color: #ffffff;
}
.glowingtabs6 a:hover, .glowingtabs6 li.selected a:hover { /*onMouseover style*/
	background-position:0% -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs6 a:hover span, .glowingtabs6 li.selected a:hover span { /*onMouseover style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
}
/* ######### Style for Drop Down Menu ######### */ 
.dropmenudiv_d6 {
	position:absolute;
	top: 0;
	border: 1px solid #FF679A; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:bold 10px Verdana;
	/*line-height:18px;*/
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv_d6 a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #FF679A; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 3px 0;
	text-decoration: none;
	color: black;
}
* html .dropmenudiv_d6 a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_d6 a:hover { /*THEME CHANGE HERE*/
	background-color: #FF679A;
	color:#FFFFFF
}

.topborder7 {border-top: 1px solid #990100; }
.glowingtabs7 {
	float:left;
	width:100%;
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	height:26px;  /*Add border strip to bottom of menu*/
}
.glowingtabs7 ul {
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}
.glowingtabs7 li {
	display:inline;
	margin:0;
	padding:0;
}
.glowingtabs7 a {
	float:left;
	background:url(images/glowtab-left7.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}
.glowingtabs7 a span {
	float:left;
	display:block;
	background:url(images/glowtab7.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	font-weight:bold;
	color:#ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
.glowingtabs7 a span {
	float:none;
}
/* End IE5-Mac hack */
.glowingtabs7 a:hover span {
	color: #ffffff;
	text-decoration:none;
}
.glowingtabs7 li.selected a { /*Selected Tab style*/
	background-position:0 -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs7 li.selected a span { /*Selected Tab style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
	color: #ffffff;
}
.glowingtabs7 a:hover, .glowingtabs7 li.selected a:hover { /*onMouseover style*/
	background-position:0% -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs7 a:hover span, .glowingtabs7 li.selected a:hover span { /*onMouseover style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
}
/* ######### Style for Drop Down Menu ######### */ 
.dropmenudiv_d7 {
	position:absolute;
	top: 0;
	border: 1px solid #990100; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:bold 10px Verdana;
	/*line-height:18px;*/
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 250px;
	visibility: hidden;
}
.dropmenudiv_d7 a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #990100; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 3px 0;
	text-decoration: none;
	color: black;
}
* html .dropmenudiv_d7 a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_d7 a:hover { /*THEME CHANGE HERE*/
	background-color: #990100;
	color:#FFFFFF
	
}

.topborder8 {  border-top: 1px solid #989933; }
.glowingtabs8 {
	float:left;
	width:100%;
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	height:26px; /*Add border strip to bottom of menu*/
}
.glowingtabs8 ul {
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}
.glowingtabs8 li {
	display:inline;
	margin:0;
	padding:0;
}
.glowingtabs8 a {
	float:left;
	background:url(images/glowtab-left8.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}
.glowingtabs8 a span {
	float:left;
	display:block;
	background:url(images/glowtab8.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	font-weight:bold;
	color:#ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
.glowingtabs8 a span {
	float:none;
}
/* End IE5-Mac hack */
.glowingtabs8 a:hover span {
	color: #ffffff;
	text-decoration:none;
}
.glowingtabs8 li.selected a { /*Selected Tab style*/
	background-position:0 -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs8 li.selected a span { /*Selected Tab style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
	color: #ffffff;
}
.glowingtabs8 a:hover, .glowingtabs8 li.selected a:hover { /*onMouseover style*/
	background-position:0% -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs8 a:hover span, .glowingtabs8 li.selected a:hover span { /*onMouseover style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
}
/* ######### Style for Drop Down Menu ######### */ 
.dropmenudiv_d8 {
	position:absolute;
	top: 0;
	border: 1px solid #989933; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:bold 10px Verdana;
	/*line-height:18px;*/
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 130px;
	visibility: hidden;
}
.dropmenudiv_d8 a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #989933; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 3px 0;
	text-decoration: none;
	color: black;
}
* html .dropmenudiv_d8 a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_d8 a:hover { /*THEME CHANGE HERE*/
	background-color: #989933;
	color:#FFFFFF
}

.topborder9 {  border-top: 1px solid #6665FE; }
.glowingtabs9 {
	float:left;
	width:100%;
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	height:26px; /*Add border strip to bottom of menu*/
}
.glowingtabs9 ul {
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}
.glowingtabs9 li {
	display:inline;
	margin:0;
	padding:0;
}
.glowingtabs9 a {
	float:left;
	background:url(images/glowtab-left9.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}
.glowingtabs9 a span {
	float:left;
	display:block;
	background:url(images/glowtab9.gif) no-repeat right top;
	padding: 5px 10px 5px 3px;
	font-weight:bold;
	color:#ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
.glowingtabs9 a span {
	float:none;
}
/* End IE5-Mac hack */
.glowingtabs9 a:hover span {
	color: #ffffff;
	text-decoration:none;
}
.glowingtabs9 li.selected a { /*Selected Tab style*/
	background-position:0 -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs9 li.selected a span { /*Selected Tab style*/
	background-position:100% -100px;  /*Shift background image up to start of 2nd tab image*/
	color: #ffffff;
}
.glowingtabs9 a:hover, .glowingtabs9 li.selected a:hover { /*onMouseover style*/
	background-position:0% -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs9 a:hover span, .glowingtabs9 li.selected a:hover span { /*onMouseover style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
}
/* ######### Style for Drop Down Menu ######### */ 
.dropmenudiv_d9 {
	position:absolute;
	top: 0;
	border: 1px solid #6665FE; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:bold 10px Verdana;
	/*line-height:18px;*/
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 130px;
	visibility: hidden;
}
.dropmenudiv_d9 a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #6665FE; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 3px 0;
	text-decoration: none;
	color: black;
}
* html .dropmenudiv_d9 a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_d9 a:hover { /*THEME CHANGE HERE*/
	background-color: #6665FE;
	color:#FFFFFF
}

.topborder10 {  border-top: 1px solid #989933; }
.glowingtabs10 {
	float:left;
	width:100%;
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	height:26px; /*Add border strip to bottom of menu*/
}
.glowingtabs10 ul {
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}
.glowingtabs10 li {
	display:inline;
	margin:0;
	padding:0;
}
.glowingtabs10 a {
	float:left;
	background:url(images/glowtab-left8.gif) no-repeat left top;
	margin:0;
	margin-right: 5px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}
.glowingtabs10 a span {
	float:left;
	display:block;
	background:url(images/glowtab8.gif) no-repeat right top;
	padding: 2px 10px 5px 3px;
	font-weight:bold;
	color:#ffffff;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
.glowingtabs10 a span {
	float:none;
}
/* End IE5-Mac hack */
.glowingtabs10 a:hover span {
	color: #ffffff;
	text-decoration:none;
}
.glowingtabs10 li.selected a { /*Selected Tab style*/
	background-position:0 -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs10 li.selected a span { /*Selected Tab style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
	color: #ffffff;
}
.glowingtabs10 a:hover, .glowingtabs10 li.selected a:hover { /*onMouseover style*/
	background-position:0% -100px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs10 a:hover span, .glowingtabs10 li.selected a:hover span { /*onMouseover style*/
	background-position:100% -100px; /*Shift background image up to start of 2nd tab image*/
}
/* ######### Style for Drop Down Menu ######### */ 
.dropmenudiv_d10 {
	position:absolute;
	top: 0;
	border: 1px solid #989933; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:bold 10px Verdana;
	/*line-height:18px;*/
	line-height:20px;
	z-index:100;
	background-color: white;
	width: 130px;
	visibility: hidden;
}
.dropmenudiv_d10 a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #989933; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 3px 0;
	text-decoration: none;
	color: black;
}
* html .dropmenudiv_d10 a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_d10 a:hover { /*THEME CHANGE HERE*/
	background-color: #989933;
	color:#FFFFFF
}
/*.discounttext {
	font:normal 12px Arial;
	font-weight:bold;
	text-decoration:none;
	line-height:normal;
	color:#FFFFFF;
	height:27px;
	width:82px;
	padding:5px 15px 7px 9px;
}
.discounttext:hover {
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	height:27px;
	width:70px;
	background-image:url(images/discount_hover.gif);
}*/
.calendartext {
	font:normal 12px Arial;
	font-weight:bold;
	text-decoration:none;
	line-height:normal;
	color:#FFFFFF;
	height:35px;
	width:82px;
	padding:0px 15px 0px 16px;
	/*background-image:url(images/calendar_hover.gif);*/
	background-position:0 5px 0 0;
}
.calendartext:hover {
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	height:35px;
	width:82px;
	line-height:25px;
	padding:5px 15px 7px 16px;
	background-image:url(images/calendar_hover.gif);
	background-repeat:no-repeat;
	
}
.discounttext {
	font:normal 12px Arial;
	font-weight:bold;
	text-decoration:none;
	line-height:normal;
	color:#FFFFFF;
	height:40px;
	width:153px;
	line-height:25px;
	padding:5px 15px 5px 16px;
	background-position:0 5px 0 0;
}
.discounttext:hover {
	font:normal 12px Arial;
	line-height:normal;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	width:153px;
	line-height:25px;
	__padding:3px 15px 5px 16px;
	padding:7px 15px 15px 16px;
	background-image:url(images/discount_hover.gif);
	background-repeat:no-repeat;
	
}