@charset "UTF-8";
@font-face {
    font-family: 'ITCFranklinGothicBkCompressed';
    src: url('fonts/itcfranklingothicstd.eot');
    src: url('fonts/itcfranklingothicstd.eot?#iefix') format('embedded-opentype'),
         url('fonts/itcfranklingothicstd.woff') format('woff'),
         url('fonts/itcfranklingothicstd.ttf') format('truetype'),
         url('fonts/itcfranklingothicstd.svg#ITCFranklinGothicBkCompressed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ITCFranklinGothicStdDemiCn';
    src: url('fonts/itcfranklingothicstd-dmcd-webfont.eot');
    src: url('fonts/itcfranklingothicstd-dmcd-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/itcfranklingothicstd-dmcd-webfont.woff') format('woff'),
         url('fonts/itcfranklingothicstd-dmcd-webfont.ttf') format('truetype'),
         url('fonts/itcfranklingothicstd-dmcd-webfont.svg#ITCFranklinGothicStdDemiCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

#menu {
	padding: 0px;
	width: 615px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	top: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	position: relative;
	list-style-type: none;
	float: left;
}
#menu ul li a {
	color: #a3a3a3;
	font-family: 'ITCFranklinGothicBkCompressed', 'Arial Narrow', Arial, sans-serif;
	text-align: center;
	display: block;
	height: 30px;
	width: 120px;
	text-decoration: none;
	line-height: 30px;
	font-size: 18px;
}
#menu ul ul {
	background-color: #343434;
	height: 26px;
	visibility: hidden;
	position: absolute;
}
#menu ul ul li {
	float: none;
	width: auto;
}
#menu ul ul li a {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	background-color: #343434;
	height: 26px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	display: block;
	text-align: center;
	line-height: 26px;
}
#menu ul li:hover {
	background-color: #343434;
}
#menu ul li:hover ul {
	visibility: visible;
}
#menu ul li a:hover {
	color: #FFF;
	background-color: #da3912;
}
#menu ul ul li:hover {
	color: #da3912;
	background-color: #da3912;
}
#menu ul li ul li a:hover {
	background-color: #da3912;
	color: #FFF;
}

body#home a#homenav,
body#about a#aboutnav,
body#services a#servicesnav,
body#projects a#projectssnav,
body#contact a#contactnav {
	color: #f77b5d;
}
