body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #000000;
	
	background-image: url('http://canyoncontracting.net/newsite/images/bg_px.jpg');
	background-repeat: repeat-x;
	background-position: top; 
	background-color: #cdcdcd;
}

.border_top
{
border-style: solid;
border-top-width: 2px;
border-color: #666666 #ffffff #ffffff;
}

.imgGray_border
{
border-style: solid;
border-width: 1px;
border-color: #666666;
}

.imgLtGray_border
{
border-style: solid;
border-width: 1px;
border-color: #cdcdcd;
}

.imgRed_border
{
border-style: solid;
border-width: 2px;
border-color: #990000;
}

A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: underline;
}

A:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}

A:VISITED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: underline;
}

A.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
}

A.footerlink:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

A.header_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: underline;
}

A.header_link:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}

A.footer_brand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: underline;
}

A.footer_brand:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

.footer_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.header_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}

.footer_brand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #666666;
}








/*** Nav bar styles ***/

ul.nav,
.nav ul {
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: auto;
}

ul.nav>li {
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

ul.nav li>ul {
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 90ex;
	margin-left: -6px;
	margin-top: 2px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;

}

ul.nav li:hover>ul {
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a {
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 5px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a {
	background-color: #666666;
	color: #ffffff;

}

ul.nav li:hover,
.nav ul li a:hover {
	background-color: #aeadad;
	color: #ffffff;
}

ul.nav li:active,
.nav ul li a:active {
	background-color: #870000;
	color: #fff;
}

ul.nav,
.nav ul {
	border: 2px solid #870000;
}

.nav a {
	text-decoration: none;
}

/**************** menu coding *****************/
#menu {
width: 100%;
background: #8B0000;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 12em;
height: 20px;
}

#menu #home { width: 8em; }
#menu #about { width: 8.5em; }
#menu #concrete { width: 12.2em; }
#menu #portfolio { width: 8.5em; }
#menu #career { width: 8.85em; }
#menu #contact { width: 8.9em; }

#menu a{
color: #fff;
text-decoration: none;
background-color: #616767;
font: bold 10px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px 0px 1px 1px;
border-style: solid;
border-color: #8B0000 #8B0000 #8B0000 #8B0000;
margin: 0 0 0 0;
padding: 1px 1px;
}

#menu a:hover {
color: #a00;
background-color: #aeadad;
}

#menu li {position: relative;}

#menu ul li {float: left; position: relative; width: 100%;}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

