.glowingtabs  {
	float : center;
	width : 98%;
	font-family : times new roman;
	font-size : 24px;
	font-style : italic;
	line-height : normal;
	border-top : 0px solid rgb(153, 102, 51);
	/* Add border strip to top of menu */
	border-bottom : 0px solid rgb(153, 102, 51);
}

.glowingtabs ul  {
	margin : 0;
	padding : 0;
	float : left;
	width : 1062px;
	/* width of menu */
	border : 1px solid rgb(153, 102, 51);
	/* brown border */
	border-width : 1px 1px 1px 1px;
	background : url(http://www.narberthpa.com/LePetitMitron/icons/indentbg_grn.jpg) center center repeat-x;
}

.glowingtabs li  {
	display : inline;
	margin : 0;
	padding : 0;
}

.glowingtabs a  {
	float : left;
	background : url(http://www.narberthpa.com/LePetitMitron/icons/indentbg_2grn.jpg) center center repeat-x;
	margin-left : 0px;
	margin-right : 1px;
	/* spacing between each tab */
	padding : 0 0 0 54px;
	text-decoration : none;
	border-left : 1px solid rgb(153, 102, 51);
}

.glowingtabs a span  {
	float : left;
	display : block;
	background : url(http://www.narberthpa.com/LePetitMitron/icons/indentbg_2grn.jpg) center center repeat-x;
	padding : 0 54px 0 0;
	font-family : times new roman;
	font-weight : 500;
	color : rgb(153, 102, 51);
}

.glowingtabs #current a  {
	/* Selected Tab style */
	background-position : 0 -82px;
}

.glowingtabs #current a span  {
	/* Selected Tab style */
	background-position : 100% -82px;
	/* Shift background image up to start of 2nd tab image */
	color : #804040;
	font-weight : 700;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span  {
	float : none;
}

/* End IE5-Mac hack*/
.glowingtabs a:hover span  {
	color : #804040;
	font-weight : 700;
	font-style : italic;
	font-weight : 700;
	text-decoration : underline;
}

.glowingtabs li.selected a  {
	/* Selected Tab style */
	background-position : 0 -82px;
	/* Shift background image up to start of 2nd tab image */
	color : #804040;
}

.glowingtabs li.selected a span  {
	/* Selected Tab style */
	background-position : 100% -82px;
	/* Shift background image up to start of 2nd tab image */
	color : #804040;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover  {
	/* onMouseover style */
	background-position : 100% -82px;
	/* Shift background image up to start of 2nd tab image */
	color : #804040;
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span  {
	/* onMouseover style */
	background-position : 100% -82px;
	/* Shift background image up to start of 2nd tab image */
	color : #804040;
}

/* ######### Style for Drop Down Menu #########*/
.dropmenudiv_d  {
	position : absolute;
	top : 0;
	border : 1px solid #000099;
	/* THEME CHANGE HERE */
	border-width : 1px 1px;
	font : normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-align : left;
	line-height : 18px;
	z-index : 100;
	background-color : white;
	width : 300px;
	visibility : hidden;
}

.dropmenudiv_d a  {
	width : auto;
	display : block;
	text-indent : 5px;
	border : 0 solid #00000;
	/* THEME CHANGE HERE */
	border-bottom-width : 1px;
	padding : 2px 0;
	text-decoration : none;
	color : black;
}

* html .dropmenudiv_d a  {
	/* IE only hack */
	width : 100%;
}

.dropmenudiv_d a:hover  {
	/* THEME CHANGE HERE */
	background-color : #cccccc;
	color : #000000;
}


