/* Navigation Styling */
a.child {
	color: #FFF;
	text-decoration: none;
}
a.child:hover {
	color: #FFF;
}
/* Suckerfish */
#menuBar {
	padding: 0;
	margin: 0;
	list-style: none;
}
/*#menuBar li {
	float: left;
	position: relative;
}*/
#menuBar li ul {
	display: none;
	list-style: none;
	position: absolute; 
	top: 1em;
	background: #FF9900;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	clear: left;
	width: 200px;
}
#menuBar li > ul {
	top: auto;
	list-style: none;
	left: auto;
}
#menuBar li:hover ul, #menuBar li.over ul {
	display: block;
	list-style: none;
}
#menuBar li:hover ul li a, #menuBar li.over ul li a {
	display: block;
	padding: 2px 5px;
	width: 190px;
	height: 20px;
	line-height: 20px;
}
#menuBar li:hover ul li a:hover, #menuBar li.over ul li a:hover {
	background: #4C629B;
	font-style: italic;
}
/* IE flyout positioning */
*:first-child+html #menuBar li ul {
	top: 6.7em;
}
* html #menuBar li ul {
	top: 6.7em;
}
