img {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}
a .menu{
	color: #FFF;
	text-decoration: none;
	/* border-bottom: #e45e19 1px solid; */
	outline: none;
	display: inline-block;
}
a:hover .menu{
	text-decoration: none;
	}
	
a img,img {
	border: 0;
}
#page {
	min-height: 100%;
	position:relative;
}
#header {
	width: 906px;
	height: 96px;
}
#nav {
	width: 906px;
	height: 44px;
	float: right;
	z-index:20;
}
.menu {
	font-family: "Trebuchet MS", Arial, san-serif;
	width:906px;
	height:44px;
	position:relative;
	font-size:13px;
	margin: 0;
	z-index:999;
}
.menu ul {
	padding:0;
	margin:0; 
	list-style: none;
	width:906px;
	
}
.menu ul li {
	float:left;
	position:relative;
}

.menu ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	width:93px; 
	height:44px; 
	text-align:center;
	border-bottom:0;
	background:url(common.png) no-repeat;
	line-height:42px; 
	font-size:13px; 
	overflow:hidden;
}
.menu .one {
	background:url(aboutus.png) no-repeat;
	width:102px;
}
.menu .three {
	background:url(contact.png) no-repeat;
	width:97px;
}
.menu .four {
	background:url(marketing.png) no-repeat;
	width:149px;
}

/* button hover properties */
.menu ul li:hover a {
	color:#FFF;
	background:url(common-over.png) no-repeat;
	width:93px;
}
.menu ul li ul {
	display: none;
	padding-top:5px;
}
.menu ul li:hover ul {
	display:block;
	position:absolute; 
	top:42px; 
	left:0; 
	width:152px;
	margin: 0;
	padding-top:5px;
}
.menu ul li:hover .one {
	color:#FFF;
	background: url(aboutus-over.png) no-repeat;
	width:102px;
}
.menu ul li:hover .three {
	color:#FFF;
	background:url(contact-over.png) no-repeat;
	width:97px;
}
.menu ul li:hover .four {
	color:#FFF;
	background:url(marketing-over.png) no-repeat;
	width:149px;
}
/* dropdown properties */
.menu ul li:hover ul li a {
	background-image: none;
	display:block;
	height: 28px;
	line-height: 26px;
	color:#FFF;
	width:142px;
	text-align:left;
	margin: 0;
	padding:0 0 0 11px;
	font-weight:normal;
}
.menu ul li:hover ul {
	margin-top:-1px;
	padding-top:5px;
	background: url(ddbg.png) no-repeat bottom left;
}
/* dropdown selected properties */
.menu ul li:hover ul li a:hover {
	color:#fff; 
	background-image: url(hlight.png);
}


