@charset "utf-8";
/* Header Menu Selectors */
table#header_menu {
	width: 960px;	
}
table#header_menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
table#header_menu ul li {
	height: 30px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	list-style-image: none;
}

table#header_menu ul li img {
	vertical-align: top;
}

	table#header_menu ul li ul {
		position: absolute;
		display: none;
		left: 0px;
		top: 30px;
		border-bottom: 1px solid #d1d4d6;
	}
	
	table#header_menu ul li:hover ul,
	table#header_menu ul li.over ul { 
		display: block;
	}

	table#header_menu ul li ul li {
		width: 205px;
		height: 25px;
		clear: left;
		font: normal 11px/25px Verdana, Arial, Helvetica, sans-serif;
		border: 1px solid #d1d4d6;
		border-bottom: 0px;
	}
	table#header_menu ul li ul li a {
		height: 25px;
		padding: 0 5px;
		display: block;
		text-decoration: none;
		color: #333;
		background: #efefef;
	}
	table#header_menu ul li ul li a:hover {
		color: white;
		background: #9ea2a6;
	}

