/* Special masternav style for the Audiality 2 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: #000;
	background: rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid #060;
	overflow: hidden;
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	-khtml-box-shadow: 0 0 5px #000;
}
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: #080;
	text-shadow: none;
	display: block;
	line-height: 16px;
	padding: 2px 10px;
	text-decoration: none;
	margin: 0 1px 0 0;
}
.mastermenu a:hover {
	color: #8f8;
	text-shadow: 0 0 6px #8f8;
}
.mastermenu li:hover > a {
	color: #8f8;
	background: #0f0;
	background: rgba(0,192,0,0.2);
	border-radius: 16px 0 16px 0;
	-moz-border-radius: 16px 0 16px 0;
	-webkit-border-radius: 16px 0 16px 0;
	-khtml-border-radius: 16px 0 16px 0;
}
.mastermenu strong {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-weight: bold;
}
