* 
{ 
	margin: 0px; 
	padding: 0px;
}
CenterBody
{	
	text-align:center
}
#DDM-Control
{
	background: transparent url(../DDMControl/Graphics/DDMBackgroundSml.gif) repeat;
	height: 35px;
	width: 750px;
 	font-size: 75%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*padding-left:74%;
	padding-right:74%;*/
}
#DDM-Bar ul
{
	/**** Production Setting ****/
	/**** Development Setting ****/
	/*padding: 0px 0px;*/
	width: 750px;
	list-style: none;
}
#DDM-Bar li
{
	float: left;
	height: 35px;
	position: relative;
}
#DDM-Bar a
{
	display: block;
	height: 35px;
	text-indent: -3000px;
	overflow: hidden;
}
#DDM-Bar a:hover
{
	background-position: 0 -35px;
}
#DDM-Home a
{
	width: 61px;
	background: transparent url(../DDMControl/Graphics/Home.gif) no-repeat;
}
#DDM-Services a
{
	width: 81px;
	background: transparent url(../DDMControl/Graphics/Services.gif) no-repeat;
}
#DDM-Showcase a
{
	width: 94px;
	background: transparent url(../DDMControl/Graphics/Showcase.gif) no-repeat;
}
#DDM-AboutUs a
{
	width: 88px;
	background: transparent url(../DDMControl/Graphics/AboutUs.gif) no-repeat;
}
#DDM-Contact a
{
	width: 77px;
	background: transparent url(../DDMControl/Graphics/Contact.gif) no-repeat;
}
#DDM-Warranty a
{
	width: 88px;
	background: transparent url(../DDMControl/Graphics/Warranty.gif) no-repeat;
}
#DDM-Testimonials a
{
	width: 113px;
	background: transparent url(../DDMControl/Graphics/Testimonials.gif) no-repeat;
}
/*--Future Use
#DDM-AskTheExperts a {
	width: 139px;
	background: transparent url(../DDMControl/Graphics/AskTheExperts.gif) no-repeat;
}
*/
#DDM-Bar li ul li
{
	height: auto;
	z-index: 200000;
}
#DDM-Bar li ul li a
{
	display: block;
	height: auto;
	padding: 3px 0px;
	background: transparent; 
	color: #fff;
	text-indent: 0;
	text-decoration: none;
	border-bottom: 1px solid #6E6213;
	position: relative;
	width: 185px;
	font: normal 1em/1.6 Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	z-index: 200000;
}
#DDM-Bar li ul a:hover
{
	background: #6E6213;
	color: #fff;
	z-index: 200000;
}
#DDM-Bar li ul
{
	position: absolute;
	left: -3000px;
	width: 185px;
	background: #AC9C3A;
	padding: 0 0 0 0;
	z-index: 200000;
}
#DDM-Bar li:hover ul, #DDM-Bar li.sfhover ul
{
	left: auto;
	z-index: 200000;
}
div#Home #DDM-Home a,div#Services #DDM-Services a,div#Showcase #DDM-Showcase a,div#AboutUs #DDM-AboutUs a,div#Contact #DDM-Contact a,div#Warranty #DDM-Warranty a,div#Testimonials #DDM-Testimonials a,div#AskTheExperts #DDM-AskTheExperts a
{
	background-position: 0 -35px;
}