@charset "UTF-8";
/* CSS Document */

#masthead {
	background-image:url(images/header_01-grey.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#333;
	border-bottom:1px solid #666;
	width:100%;
	margin:0;
	padding:0;
	height:99px;
	overflow:visible;
}

#masthead ul li a {
	display:block;
	padding:4px 9px 4px 9px;
}

#masthead ul li a:link, #masthead ul li a:visited, #masthead ul li a:hover, #masthead ul li a:active {
	color:#ccc;
	text-decoration:none;
	text-transform:lowercase;
}

#masthead ul li a:hover, #masthead ul li a.active:link, #masthead ul li a.active:visited {
	color:#fff;
	background-color:#000;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
}
