.newmenu{
	background: url(menubar1.gif);
	font-weight: bold;
	height:45px;
	display: block;
	text-align: left;
	border: 1px solid #000000;
	line-height:45px;
	z-index: 6;
}


/* Sub menu stuff */
.newmenu a{
	height:45px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	z-index:99;
	display: inline-block;
	text-decoration: none;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.newmenu a:link{
color: #FFFFFF;
}
.newmenu a:visited{
color: #FFFFFF;
}
/* image on menu bar ON MOUSE OVER*/
.newmenu a:hover{
	background-image: url(simplemenubuttonhover.gif);
	color: #FFFFFF;
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	width:900px;
	position:absolute;
	top: 0px;
	font:normal 12px Verdana;
	line-height:14px;
	z-index:100;
	visibility: hidden;
	display: block;
	background-color: #6633CC;
}

/*Settings for individual items of sub menus*/
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border: 1px solid; /*THEME CHANGE HERE*/
padding: 0px 0px;
/*Settings for sub menu items*/
text-decoration: none;
font-weight: bold;
color: white;
	background-image: url(simplemenubuttonhover.gif);
z-index:101;
}
.dropmenudiv a:visited{
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
/*Settings for individual items of sub menus ON MOUSE OVER*/
.dropmenudiv a:hover{
	color: #FF9900;
	text-indent: 9px;
}




/* ***************************************** FOOTER ****************************** */

.newfooter {
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 100%;
	display: block;
	height:40px;
	z-index: 99;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer {
	background: url(menubar1.gif);
	height:40px;
	display: block;
	text-align: left;
	line-height:12px;
	margin-right: auto;
	margin-left: auto;
	width:978px;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.footer p {
	width:900px;
	padding:3px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #FFFFFF;
}
