/* CSS Document */

#services #nav #t1 a.menu,
#portfolio #nav #t2 a.menu,
#faqs #nav #t3 a.menu,
#about #nav #t4 a.menu,
#contact #nav #t5 a.menu {
	background: url(images/navtab_a.gif) left top no-repeat;
}

#nav, #nav ul {
	float: right;
	/*width: 767px;*/
	list-style: none;
	line-height: 21px;
	margin: 0 10px;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#nav a.menu {
	/*width: auto;*/
	display: block;
	line-height: 21px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: url(images/navtab.gif) left top no-repeat;
	/*background-color: #000;  main navigational list */
}
#nav a.submenu {
	display: block;
	color: #FFF;
}
#nav a.menu:hover {
	background: url(images/navtab_r.gif) left top no-repeat;
	/*background-color: #713C24;*/
}
#nav li {
	float: left;
	width: 100px; /* defines width of each navigation item */
	padding: 0 5px;
}
#nav ul {
	position: absolute;
	left: -999em; /* places/hides drop-down menu off page */
	width: 140px;
	height: auto;
}
#nav ul li a.submenu {
	text-align: left;
	text-decoration: none;
	line-height: 21px;
	margin-left: 0;
	width: 140px; /* take into account the right and left padding values below and subtract from total width */
	/*padding: 4px 10px 4px 10px;*/
}
#nav ul li a.submenu:hover {
	background-color: #C5C29B;
	color: #534640;
	margin-left: -5px;
	padding-left: 5px;
	width: 135px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	border: 1px solid #FFF;
	background-color: #200000; /* submenu background color */
	margin-left: 0;
	padding: 0;
}

/* ----- Gallery Navigation ----- */

#interiors #gallerysubnav #s1 a.menu,
#exteriors #gallerysubnav #s2 a.menu,
#epoxybroadcast #gallerysubnav #s3 a.menu,
#commercial #gallerysubnav #s4 a.menu {
	background-color: #640000;
}

#gallerysubnav, #gallerysubnav ul {
	/*float: left;*/
	width: 370px;
	list-style: none;
	line-height: 16px;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#gallerysubnav a.menu {
	width: auto;
	display: block;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}
#gallerysubnav a.menu:hover {
	background-color: #640000;
}
#gallerysubnav li {
	float: left;
	width: 120px; /* defines width of each navigation item */
	padding: 0 1px;
}
