@charset "utf-8";
/* CSS Document */
#menu ul li {
	float: left;
	width: 100%;
}
.menu_wrap {
	repeat-x;
	margin:0 auto;
	padding:12px 0 0 0;
}
/*menu*/
#menu {
	width: 860px;
	margin:0 auto;
}
#menu ul {
	list-style: none;
	margin: 0 5px;
	width: 133px;
	height: 32px;
	float: left;
	padding:0;
}
* html #menu ul {
	width:10px
}
#menu a, #menu h2 {
	font: bold 13px/17px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
	text-transform: none;
}
#menu h2 {
	color: #fff;
	text-transform: lowercase;
	border:none;
}
#menu a {
	color: #00137F;
	text-decoration: none;
}
#menu h2 a {
	border:none;
	background:none;
}
#menu ul li a {
	padding: 8px 0 7px 25px;
}
#menu ul ul li a {
	text-align: left;
}
#menu ul ul a:hover {
	color: #a00;
	background: #fff;
	z-index:1000px;
}
#menu h2 a:hover {
	background:none
}
#menu li {
	position: relative;
}
#menu ul ul {
	position: absolute;
	width:130px;
	padding:0;
	margin:0;
	z-index: 500;
}
#menu ul ul li {
	border-bottom:1px #744800 solid;
}
#menu ul ul a {
	padding:0 0 0 10px;
	color: #000;
	background: #F2F2F2;
	text-decoration: none;
}
#menu ul ul a:hover {
	padding:0 0 0 10px;
	color: #2E9AFE;
	background: #fff;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}
li#seo {
	background: #fff url(http://www.dwenterprise.com/images/bar1.jpg) no-repeat;
}
li#seo:hover {
	background: url(http://www.dwenterprise.com/images/seo.jpg) no-repeat;
	position: relative;
}
li#ppc {
	background: #fff url(http://www.dwenterprise.com/images/bar1.jpg) no-repeat;
}
li#ppc:hover {
	background: url(http://www.dwenterprise.com/images/ppc.jpg) no-repeat;
	position: relative;
}
li#analytics {
	background: #fff url(http://www.dwenterprise.com/images/bar1.jpg) no-repeat;
}
li#analytics:hover {
	background: url(http://www.dwenterprise.com/images/analytics.jpg) no-repeat;
	position: relative;
}
li#designs {
	background: #fff url(http://www.dwenterprise.com/images/bar1.jpg) no-repeat;
}
li#designs:hover {
	background: url(http://www.dwenterprise.com/images/designs.jpg) no-repeat;
	position: relative;
}
li#ethics {
	background: #fff url(http://www.dwenterprise.com/images/bar1.jpg) no-repeat;
}
li#ethics:hover {
	background: url(http://www.dwenterprise.com/images/ethics.jpg) no-repeat;
	position: relative;
}
li#about {
	background: #fff url(http://www.dwenterprise.com/images/bar1.jpg) no-repeat;
}
li#about:hover {
	background: url(http://www.dwenterprise.com/images/about.jpg) no-repeat;
	position: relative;
}


