div#topbar
{
	height: 27px;
	background-image: url(images/topbar.png);
	background-repeat: repeat-x;
}

div#topbar a
{
	color: Black;
	 text-decoration: none;
}

div#topbar a:hover
{
	text-decoration: underline;
	color: #ffbd69;
}

div#header
{
	margin-top: 20px;
	height: 110px;
	position: relative;
}

div#logo
{
	position: absolute; 
	left: 0px; 
	top: 18px;
	background-image: url(images/logo2.png);
	width: 857px;
	height: 47px;
}
/*
div#logo2
{
	position: absolute; 
	left: 600px; 
	top: 45px;
	background-image: url(images/logo.png);
	width: 261px;
	height: 44px;
}
*/
div#menubg
{
	position: absolute; 
	left: 0px; 
	top: 65px;
	/*background-image: url(images/menubg.png);*/ /* V1 */
	background-image: url(images/menubg2.png );
	width: 857px;
	/* height: 56px; */ /* v1 */
	height: 38px;
}

div#logotext
{
	position: absolute; 
	top: 40px;
	left: 65px; 
	color: white;
}

div#footer
{
	background-image: url(images/footer.png);
	width: 857px;
	height: 37px;
	clear: left;
	margin-top: 4px;
}

div#menu a
{
	text-decoration:none;
	color: White;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

div#menu a:hover
{
	color: #ffbd69;
}

/* all div top should be inherited from 1 value so change is easy */
div#menuHome
{
	position: absolute; 
	color: white;
	top: 72px;
	left: 48px; 
}

div#menuProducts
{
	position: absolute; 
	color: white;
	top: 72px;
	left: 260px; 
}

div#menuAbout
{
	position: absolute; 
	top: 72px;
	left: 380px;
	color: white;
}

div#menuChina
{
	position: absolute; 
	top: 72px;
	left: 240px; 
	color: white;
}

div#menuCustomer
{
	position: absolute; 
	top: 72px;
	left: 120px; 
	color: white;
}

div#menuFAQ
{
	position: absolute; 
	top: 72px;
	left: 475px; 
	color: white;
}

div#menuBookMarkMe
{
	position: absolute; 
	top: 72px;
	left: 540px; 
	color: white;
}

div#menuContact
{
	position: absolute; 
	top: 72px;
	left: 675px; 
	color: white;
}

/* products sub menu */
div#submenuProducts
{
	display:none; 
	position: absolute; 
	left: 150px; 
	top: 99px; 
	background-color: #0F67B1; 
	width: 300px; 
	height: 20px; 
	text-align: center; 
	padding: 5px
}