
table.menu_table { margin-bottom: 5px; }

#menuList { position:relative; font-size: 95%; z-index:100; margin: 0px; padding: 0px; }

#mainMenu { position:relative; background-color: #FFFFFF; }

#menuList ul { z-index:100; margin: 0px; padding: 0px; }

#menuList li { z-index:100; display: inline; list-style: none; margin: 0px; padding: 0px; }


/* Top level menu items */
.top_level, a.top_level { 
	font-family: Arial, sans-serif;
	color: #707072; /* grey */
	text-decoration: none;
	z-index:100;
	margin: 0px;
	padding-left: 16px;
	padding-right: 30px;
}

a.top_level:hover, a.top_level:focus { color: #F48023; } /* rollover color - orange */

/* these control width of drop-down box div */
#about { width: 100px; }
#services { width: 100px; }
#process { width: 100px; }
#work { width: 126px; }
#news { width: 100px; }
#contact { width: 100px; }

.menu { /* drop-down text styling - overall */
	font-size: 100%;
	text-decoration: none;
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}
.menu li {
	width:100%;
}


/* Only for IE-Mac */ 
.menu li a {
	background: #FFFFFF; /* grey */
	z-index:100;
	color: #707072; /* grey */
	display: block;
	width:100%; 
	text-decoration: none;
	margin: 0px;
	padding: 9px 8px 8px 9px;  /* top, right, bottom, left */
	margin-top:-4px; 
}

.menu li a:hover {
	color: #F48023;
}

/* Hide from IE-Mac \*/ 
.menu li a {
	background: #FFFFFF;
	z-index:100;
	color: #707072; /* grey */
	display: block;
	width:100%; 
	text-decoration: none;
	margin: 0px;  /* top, right, bottom, left */
	padding: 0px 2px 2px 16px;  /* top, right, bottom, left */
	border-top: 8px solid #FFFFFF;
	margin-top:-2px; /* ensure rollover continues into dropdown */
}

.menu li a:hover {
	color: #F48023;
}

/* End hide */

.menu_dot {
	background: url(../media/menu_dot.gif) bottom right no-repeat;
}

.menu_base { font-size: 10%; }
