/* style the outer div to give it width */
#menu {
	margin:0;
	padding:0;
	font:bold 12px Arial, Helvetica, sans-serif;
	height:100px;
	width:600px;
}
* html #menu table{
	margin:0;
	padding:0;
}
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	height:76px;
}
/* style the sub-level lists */
#menu ul ul {
	margin:0;
	padding:0;
	/*
	width:196px;
	*/
	width:176px;
	background:#f8f8f8 url(../images/home_nav_top.gif) repeat-x;
}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu ul li {
	margin:0;
	padding:0;
	float:left;
	height:1.6em;
	width:16em;
	line-height:1.6em;
	border-bottom:5px solid #fff;
}
/* nav */
#menu ul li .ebne_2{
	margin:0;
	padding:0;
	float:left;
	height:1.6em;
	width:16em;
	line-height:1.6em;
	background:#e3e3e3;
	border-bottom:5px solid #fff;
}
/* style the sub level list items */
#menu ul ul li {
	margin:0;
	padding:0;
	display:block;
	width:14em;
	height:auto;
	line-height:0.6em;
	border-bottom:none;
}
* html #menu ul ul li {
	width:100px;
}
/* style the links for the top level */
#menu a{
	margin:0;
	padding:0 0 0 0.5em;
	display:block;
	float:left;
	height:100%;
	text-decoration:none;
	color:#de9c37;
	text-transform:uppercase;
	font: bold 12px Arial, Helvetica, sans-serif;
	width:13em;
	border-bottom:1px solid #fff;
	border-left:5px solid #fff;
}
/* Postion _01 */
#menu ul ul a, #menu ul ul a:visited .ebne_2{
	margin:0 0 0 0px;
	display:block;
	height:100%;
	line-height:1.2em;
	padding:5px 18px;
	color:#333;
	font: 11px Arial, Helvetica, sans-serif;
	text-transform:none;
	border-bottom:none;
	border-left:none;
	background:url(../images/service_box_arrow.gif) no-repeat 8px 9px;
}