/* Special masternav style for the EEL site */
div.mastermenu {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding-left: 24px;
	background: #9cf;
	border-bottom: 1px solid #bdf;
	overflow: hidden;
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 5px #369;
	-moz-box-shadow: 0 0 5px #369;
	-webkit-box-shadow: 0 0 5px #369;
	-khtml-box-shadow: 0 0 5px #369;
}
div.mastermenu ul {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}
div.mastermenu li {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}
.mastermenu a {
	background: transparent;
	color: #58b;
	text-shadow: none;
	display: block;
	line-height: 16px;
	padding: 1px 10px;
	text-decoration: none;
	margin: 0 1px 0 0;
}
.mastermenu a:hover {
	color: #69c;
	text-shadow: 0 0 6px #fff;
}
.mastermenu li:hover > a {
	color: #69c;
	background: #cef;
/*	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;*/
}
.mastermenu strong {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-weight: bold;
}
