.menu {
	width: 180px;
	margin: 0;
	position: relative;
	z-index: 999999;
	margin-top: 8px;
}

.menu_wrapper {
	background: url(images/menu_bottom.gif) no-repeat bottom left;
	padding-bottom: 18px;
}

.sub_menu {
	background: url(images/submenu_bg.gif) repeat-y left top;
}

#dropdown {
	cursor: pointer;
}

.menu td.over div.submenu_inner {
	color: #000;
	background: #ebf0f3;
	margin: 0 4px;
}

.menu td {
	color: #000;
	font-size: 12px;
	font-family: Arial;
	cursor: pointer;
	position: relative;
}

.menu td div.submenu_inner {
	margin: 0 4px;
	padding: 4px 0;
}

.menu table {
	margin-top: -1px;
	padding: 0;
	margin: 0;
}

.submenu_bottom {
	background: url(images/menu_top_bg.jpg) no-repeat left top;
	padding-top: 6px;
}

.menu_careers {
	width: 180px;
}

.menu_careers2 {
	width: 180px;
	margin-left: -100px;
}