/* Master navigation bar style for most of the Olofson sites */
div.mastermenu {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	line-height: 1;
	font-size: 13px;
	background: #c0d8c8 url(http://consulting.olofson.net/wp-content/themes/olofsonconsulting/images/greenbar.png);
	background-repeat: repeat-x;
	background-position: 0 center;
	border-left: 1px solid #687;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	overflow: hidden;
	display: block;
	margin: 0 10px 5px 10px;
	padding-left: 12px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.35);
	-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.35);
	-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.35);
	-khtml-box-shadow: 4px 4px 4px rgba(0,0,0,0.35);
	border-radius: 0 0 16px 16px;
	-moz-border-radius: 0 0 16px 16px;
	-webkit-border-radius: 0 0 16px 16px;
	-khtml-border-radius: 0 0 16px 16px;
}
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: #243;
	display: block;
	line-height: 16px;
	padding: 2px 10px;
	text-decoration: none;
	margin: 0 1px 0 0;
}
.mastermenu li:hover > a {
	color: #000;
	background: #9ba;
	background: rgba(0,70,20,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 {
	color: #000;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-weight: bold;
}
